@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fullcontent {
	position:relative;
	z-index:1;
}
a img {
	border: none;
}
a:link {
	color: #0066b3;
	text-decoration: underline;
}
a:visited {
	color: #0066b3;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 950px;
	background: #FFF;
	margin: 0 auto;
}
.header {
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}
.menu {
	height: 27px;
	font-size: 13px;
	color: #fff;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-color: #0089d0;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 9px;
	padding-left: 20px;
}
.menu a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	margin-right: 80px;
}
.menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.sidebar1 {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.content {
	width: 590px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.widecontent {
	width: 910px;
	min-height: 526px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer {
	height: 31px;
	font-size: 10px;
	color: #fff;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-color: #0089d0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 5px;
	padding-left: 20px;
}
.footer a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
