@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	
}

#layout {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

	#layout #header {
		width: 1000px;
		height: 181px;
	}


		#layout #header #logolg {
			width: 166px;
			height: 181px;
			float: right;
		}
	

		#layout #header #logo {
			height: 139px;
			background-image: url(../images/layout/header_bg.jpg);
			background-repeat: repeat-x;
			text-indent: 50px;
			width: 834px;
			float: left;
		}
		
		#layout #header #rss {
			height: 42px;
			width: 25px;
			float: left;
		}
			#layout #header #rss img {
				border: none;
			}
		
		#layout #header #topnav {
			height: 30px !important;
			background-image: url(../images/layout/nav_bg.jpg);
			background-repeat: repeat-x;
			text-indent: 22px;
			padding-top: 12px;
			width: 809px;
			float: left;
		}
		
			#layout #header #topnav a {
				border-right: solid 1px #FFFFFF;
				padding-left: 25px;
				padding-right: 25px;
				color: #FFFFFF;
				text-decoration: none;
				text-align: center;
				position: relative;
				padding-top: 12px;
				padding-bottom: 13px;
			}
				#layout #header #topnav a:hover {
					text-decoration: underline;
				}
			
			
			#layout #header #topnav .end {
				border: none;
				padding-left: 28px;
				padding-right: 28px;
				color: #FFFFFF;
				text-decoration: none;
				text-align: center;
				position: relative;
			}
				#layout #header #topnav .end:hover {
					text-decoration: underline;
				}
	
				
			
	#layout #midsection {
		width: 1000px;
		height: 271px;
		float: left;
	}
	
	
	#layout #footer {
		height: 46px;
		width: 1000px;
		background-image: url(../images/layout/footer_bg.jpg);
		background-repeat: repeat-x;
		float: left;
		font-size: 9px;
		color: #000000;
		padding-top: 15px;
		text-align: center;
	}
	
		#layout #footer a {
			text-decoration: none;
			color: #000000;
		}
			#layout #footer a:hover {
				text-decoration: underline;
				color: #000000;
			}
			
	#layout #content {
		width: 900px;
		background-color: #000000;
		color: #FFFFFF;
		padding: 18px 50px 18px 50px;
		float: left;
	}
		#layout #content table {
			background-color: #000000;
			color: #FFFFFF;
			width: 900px;
		}
			
		#layout #content table .left-col {
			background-color: #000000;
			color: #FFFFFF;
			width: 425px;
			border-right: solid 1px #FFFFFF;
			padding-right: 25px;
		}
		
		#layout #content table .right-col {
			background-color: #000000;
			color: #FFFFFF;
			width: 425px;
			padding-left: 25px;
		}
			
		#layout #content table .left-col .title, #layout #content table .right-col .title {
			font-size: 20px;
		}
		
		#layout #content table .right-col .contactform {
			width: 430px;
			float: left;
		}