@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-color:#000;
}
#pagewidth {
	width:680px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#contentbg {
	width:100%;
	height:68px;
	background:url(img/contentbg.jpg) repeat-x;
}
#header {
	position:relative;
	height:218px;
	background-color:#000;
	width:100%;
}
#h1 {
	position:absolute;
	float:left;
	width:50%;
	height:218px;
	background:url(img/h1.jpg) center;
	background-repeat:no-repeat;
}
#h2 {
	float:right;
	width:537px;
	height:218px;
	background:url(img/h2.jpg);
}
#menu {
	width:100%;
	height:30px;
	text-align:center;
	background:url(img/menubg.jpg) repeat-x;
	padding-top:14px;
}
.menu {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	word-spacing:1px;
	padding:0px;
	margin:0px;
}
.menu a {
	text-decoration:none;
	color:#fff;
}
.menu a:hover {
	text-decoration:none;
	color:#e88f20;
}
#maincol {
	background:url(img/contentbg.jpg) repeat-x;
	background-color: #000;
	float: center;
	display:inline;
	position: relative;
}
/* txts */
 .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.txt a {
	color:#fff;
	text-decoration:underline;
}
.txt a:hover {
	color:#fff;
	text-decoration:none;
}
/* fixes */
  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
