html, body {
	height: 			100%;
	max-height:			100%;
	width: 				100%;
}

#distance { 
   	width:				1px;
   	height:				50%;
   	margin-bottom:			0px;
   	float:				left;
	opacity: 			0.90; 
	filter: 			alpha(opacity=90);
}
h2 { margin-bottom: 0 }
      
.container{
   	position:			relative;
   	clear:				left;
   	margin:				0 auto;
   	width:				900px;
   	opacity: 			0.90; 
	filter: 			alpha(opacity=90);
}

#header {
	width:				900px;
	background:			#fff;
	opacity: 			0.90; 
	filter: 			alpha(opacity=90);
	margin-bottom:			20px;
	margin-top:			20px;
	-moz-box-shadow: 		2px 2px 3px #66;
 	-webkit-box-shadow: 		2px 2px 3px #666;
 	box-shadow: 			2px 2px 3px #666;
}
#menu {
	width:				900px;
	background:			#fff;
	opacity: 			0.90; 
	filter: 			alpha(opacity=90);
	margin-bottom:			20px;
	-moz-box-shadow: 		2px 2px 3px #666;
 	-webkit-box-shadow: 		2px 2px 3px #666;
 	box-shadow: 			2px 2px 3px #666;
}


#main_content {
	font-family: 			Arial, sans-serif;
	line-height:			20px;
	color: 				#333;
	font-size: 			13px;
	width:				860px;
	float:				left;
	background:			#fff;
	-moz-box-shadow: 		2px 2px 3px #666;
 	-webkit-box-shadow: 		2px 2px 3px #666;
 	box-shadow: 			2px 2px 3px #666;
	padding:			20px;
}


ul#navigation {
	width:				100%;
	float:				left;
	font-family: 			Arial, sans-serif;
	list-style: 			none;
	border-top:			1px solid #6d6d6d;
	border-bottom:			1px solid #6d6d6d;
	background:	 		#ccc;
	background: 			-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fff));
	background: 			-webkit-linear-gradient(top, #ddd, #fff);
	background: 			-moz-linear-gradient(top, #ddd, #fff);
	background: 			-ms-linear-gradient(top, #ddd, #fff);
	background: 			-o-linear-gradient(top, #ddd, #fff);
	filter: 			progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff);
	-ms-filter:			"progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff)";
} 
ul#navigation li { 
	padding: 			0px 20px 0px 20px; 
	display: 			inline;
	font-family: 			Arial, sans-serif;
	list-style-type: 			none;
}
ul#navigation li a {
	font-family: 			Arial, sans-serif;
	font-size: 			16px;
	line-height: 			40px;
	color: 				#333;
	text-decoration: 		none;
}
ul#navigation li a:hover {
	color: 				#6d6d6d;
	text-decoration: 		none;
}
ul#navigation li a.active {
	color: 				#ee7d11;
}

ul#list li {
	list-style-type:		none;
	margin-left:			4px;
}

ul#list li a { 
	padding: 			0px 0px 0px 0px; 
	font-family: 			Arial, sans-serif;
	font-weight: 			none;
	list-style-type:		none;
	text-decoration:		underline;
}
.list_div {
	width:				430px;
	margin-bottom:			10px;
	float:				left;
}


#main_content a {
	color:				#333;
}

#header h1 {
	font-family:			Arial;
	padding-top:			20px;
	padding-bottom:			20px;
}

#main_content h1 {
	font-family: 			Arial, sans-serif;
	width:				100%;
	float:				left;
	font-size:			16px;
	font-style:			italic;
	font-weight:			normal;
	margin-top:			10px;
}
#main_content h2 {
	font-family: 			Arial, sans-serif;
	width:				100%;
	float:				left;
	font-size:			20px;
	font-style:			italic;
	font-weight:			normal;
	margin-top:			10px;
}


#footer_small {
	position:			fixed;
	width:				100%;
	bottom:				0px;
	height:				36px;
}
#footer_balk {
	width:				100%;
	background:			#191919;
	height:				36px;
	float:				left;
	opacity: 			0.9; 
	filter: 			alpha(opacity=90);
}
#footer_balk_content {
	width:				100%;
	text-align:			center;
	color:				#fff;
	font-family:			Puritan20Normal, Arial, sans-serif;
	font-size:			14px;
	padding:			10px 0px 0px 0px;
}

#footer_small a {
	color:				#fff;
}