@charset "utf-8";
@import url("../webfonts/DATF3/stylesheet.css");
@import url("../webfonts/DATF5/stylesheet.css");
@import url("../webfonts/WCL_07/stylesheet.css");


#banner {
	height: 250px;
	width: 1200px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
#banner h1 {
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#listbar {
	width: 200px;
	float: left;
}
#content {
	
	float: right;
	width: 930px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#footer {
	background-color: #FFF;
	clear: both;
	height: 30px;
	width: 1200px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	background-image: url(../images/wallpaper2.jpg);
}
#listbar #contact {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}
#wrapper #content #content_L {
	width: 450px;
	float: left;
}
#wrapper #content #content_L table a {
	text-decoration: none;
}
#wrapper #content #content_R table a {
	text-decoration: none;
}


#wrapper #content #content_R {
	width: 450px;
	float: right;
}
#wrapper #content h2 a {
	text-decoration: none;
}
