body {
	margin: 0 auto;
	margin-top: 25px;
	background-image: url(../images/background3.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}
#container {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
}	
#navigation {
	width: 145px;
	height: 600px;
	float: left;
	background-image: url(../images/navigation2.jpg);
	background-repeat: no-repeat;
	text-align: left;	
}
#navigation ul {
	list-style-type: none;
	line-height: 150%;
	color: #ffffff;
	padding-top: 100px;
}
#navigation li {
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
}
#content {
	float: right;
	width: 850px;
	height: 600px; 
}
#content_left {
	float: left;
	width: 400px;
	height: 600px;
	line-height: 120%;
	background-image: url(../images/contact_left.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
#content_left img {
	padding-top: 115px;

}
}
#content_right {
	float: right;
	width: 450px;
	height: 600px;
}
#site_info {
	clear: both;
	float:right;
	width: 860px; 
	height: 55px;
	color: #FFFFFF;
}		
#site_info address {
	padding: 25px 0 0 0px;
	text-align: center;
	font-style: normal;
	font-family: "Trebuchet MS";
	font-size: 9px;	
}	
a:link {
	color: #ffffff; 
	text-decoration: underline;
}		
a:visited {
 	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}	
a:active {
	color: black;
}
a.a3 {
	color: #FF0000;
}
a:hover.a3 {
	color: #000000;
	text-decoration: underline;
}			
