@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;

}
body {

	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
a {
	
	text-decoration: none;
	color: #004E99;
}
a:hover, a:visited:hover {
		
	color: #023A75;
}
a:visited {
	
	color: #004E99;
}

li {
	
	margin-left: 10px;
}
ol {
	
	list-style-type: lower-roman;
}

h1, h2 {
	
	margin-bottom: 9px;
	margin-top: 18px;
}

h1 {
	
	font-size: 24px;
}

h2 {

	font-size: 18px;
}


p {

	margin-bottom: 9px;
}

#container {
	width: 844px;											 
	margin-right: auto;										 
	margin-left: auto;
	background-color: #000000;								 																 
}


#left, #content {
	min-height:471px;
	height:auto !important;
	height:471px;
}

#left {
	float: left;
	width: 199px;
}

#content {
	float: left;
	width: 645px;
	height: 471px;
	background-image:url(/about/about.jpg);
}

#footer {
	float: bottom;
	clear: both;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #3D3D34;
}
#footer a {
	color: #3D3D34;
	font-size: 11px;
}

#footer a {
	color: #3D3D34;
	font-size: 11px;
}

#footer a:hover {
	color: #FFFFFF;
}
