@charset "utf-8";
a 
{
	outline:none;
	text-decoration: none;
	color: #E8A340;
}
* {
	margin: 0px;
	padding: 0px;
}
img 
{
	border:none;
}


body {
	background-color: #767e8e;
}

#container {
	width: 1100px;
	margin: auto;
	padding-left: 50px;
}
#container h1 {
	text-indent: -5000px;
}

#wrapper {
	width: 772px;
}
#wrapper #header {
	height: 127px;
	width: 772px;
	background-image: url(../images/header.jpg);
	display: block;
	background-repeat: no-repeat;
}
#wrapper #white {
	width: 772px;
	background-image: url(../images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #wrapper #header img {
	outline:none;
	height: 70px;
	width: 400px;
}

#wrapper #white #content {
	width: 330px;
	margin-left: 50px;
	padding-left: 10px;
	padding-top: 10px;
	height: 432px;
	/*overflow: auto;
	overflow-x:hidden;*/
}
#wrapper #white #sidebar {
	float: right;
	width: 374px;
}
#wrapper #white #sidebar #blue {
	height: 105px;
	width: 374px;
	background-image: url(../images/blue_box.jpg);
	margin-top: 15px;
}
#container #wrapper #white #sidebar img {
	margin-bottom: 20px;
}
#news {
	float: right;
	height: 733px;
	width: 308px;
	background-image: url(../images/news_bar.png);
	z-index: 2;
	position: relative;
	right: 100px;
	top: 4px;
}


#wrapper #footer {
	height: 74px;
	width: 772px;
	background-image: url(../images/footer.jpg);
}
#container #wrapper #white #sidebar #test1 {
	height: 290px;
	width: 374px;
	padding: 0px;
	margin: 0px;
}

