body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	/*background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;*/
	text-align: center; /* horizontal centering for IE Win quirks */
	overflow:auto;
}

	#container {
	margin: 0 auto;
	width: 80%;
	border: none;	
	text-align: center;
	/* border: 1px solid #000000; */

	}
	
	#header_left {
	float:left;
	width:34px;
	height:125px;
	}
	
	#header_middle {
	background-image: url(images/header_bg.jpg);
	}
	
	#header_right {
	float:right;
	width:34px;
	height:125px;
	}
	
	#content_left {
	float: left;
	width: 34px;
	background-image: url(images/content_left.jpg);
	background-repeat: repeat-y;
	}
	
	#content_middle {
	background-color:#FFFFFF;
	text-align:left;
	height:454px;
	margin:0;
	padding:0;
		
	}
	
	#content_right {
	float: right;
	width: 34px;
	background-image: url(images/content_right.jpg);
	background-repeat: repeat-y;
	}
	
	#footer_left {
	width: 34px;
	height: 74px;
	float: left;
	}
	
	#footer_middle {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	}
	
	#footer_right {
	float: right;
	width: 34px;
	height: 74px;

	}
	
	
	#contentcontainer {
	position: relative;
	width: 769px;
	height: 374px;
	border: none;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	padding-left:40px;
	padding-right:40px;
	float:left;
	}
	
	#navigation {
	width: 206px;
	height: 221px;
	margin-left:0px;
	float: left;
	padding:0px;
}
	#navigation div.navi2 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	color: #000000;
}
	#navigation div.navi2:hover {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-color:#B81415;

}
	#navigation a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	
}
	#navigation a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#B81415;
}
	#navigation a:hover div.navi2 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-color:#B81415;
	color:#FFFFFF;
}
	#navigation a.active div.navi2 {
	width: auto;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#B81415;
}
	
	#content{
	width: 440px;
	height: 329px;
	margin-left:0px;
	margin-top:26px;
	color: #000000;
	float: left;
	border: none;
	}

	#content h1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
	#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
	#content h3,h4{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
	#content a {
 	font-weight: normal;
 	text-decoration: none;
  	color: #000000;
}
	#content a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}
	form label {
	width: 120px;
	padding: 1px;
	float: left;
}
	form label.message {
	width: 120px;
	height: 30px;
	padding: 1px;
	vertical-align: top;
	float: left;
}
	form label.field {
	width: auto;
	background: #ffffff;
	padding: 1px;
	margin-left: 120px;
	float: left;
}
	form input {
	border: 1px solid #B81415;
	padding-top: 2px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
	form input.field200 {
	width: 200px;
}
	form input.field300 {
	width: 300px;
}
	form input.field300-120 {
	width: 300px;
	margin-left: 120px;
}
	input.submit {
	padding: 0px;
	background-color: #B81415;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #ffffff;
}
	form textarea {
	border: 1px solid #B81415;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 300px;
}
	form textarea.field300 {
	width: 300px;
}
	span.markup {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}


	
	#spacer{
	float: left;
	}
	

	
#lock-solution {display: none;}
