@charset "UTF-8";

#prewrap, #wrap, #postwrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	}

#prewrap {
	height: 24px;
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	}

#wrap {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	}
	
#postwrap {
	height: 24px;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	}

.mainimage {
	margin-left: 26px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
.content {
	width: 450px;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	}
	
.right {
	width: 197px;
	float: left;
	}
	
.rightboxtop {
	height: 9px;
	background-image: url(../images/bg_right_top.png);
	}

.rightbox {
	background-image: url(../images/bg_right_main.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	}

.rightboxbottom {
	height: 9px;
	background-image: url(../images/bg_right_bottom.png);
	margin-bottom: 15px;
	}

.forcer {
	clear: both;
	}

.forcer15 {
	clear: both;
	margin-bottom: 15px;
	}
	
.footer {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: #CCCCCC 1px solid;
	color: #333333;
	font-size: 9px;
	text-align: center;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: #CCCCCC 1px solid;
	text-transform: uppercase;
	margin-top: 0px;
	}

.formtext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* NAVIGATION _______________________________________________________ */

.navbar {
	width: 736px;
	padding: 3px;
	padding-left: 9px;
	margin-bottom: 20px;
	background-color: #000000;
	margin-left: 26px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	}

.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

.navbar li {
	list-style-type: none;
	display: inline;
	}

.navbar li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 7px 10px;
	}
	
.navbar li a:hover {
	color: #990000;
	}