@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	color: #999;
}


.logoleft a img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;

}

.logoleft a:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;	

}





a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #0CF;
}
a:active {
	color: #999;
}

.header {
	background-color: #6CF;
	height: 12px;
	width: 100%;
}
.container {
	height: 762px;
	width: 1088px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_border.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}
.logo {
	height: 100px;
	width: 1088px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
}
.logoleft {
	padding-top: 60px;
	padding-left: 100px;
	float: left;
	width: 400px;
	height: 100px;
}
.logoright {
	float: left;
	width: 400px;
	height: 100px;
	padding-top: 60px;
}
.headertext {
	height: 55px;
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #999;
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 15px;
	padding-left: 150px;
	text-align: center;
	line-height: 18px;
}
