@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0px;
}

#headerbg{
	position:fixed;
	background-image:url(images/bgheader.jpg);
	background-repeat:repeat-x;
	height:140px;
	width:100%;
	top:0px;
	z-index:98;
	
}

#head{
	position:relative;
	width:927px;
	height:140px;
	margin:auto;
	z-index:99;

}


#layout {
	position:relative;
	width:927px;
	height:1000px;
	background-image:url(images/bglayout.png);
	background-repeat:repeat;
	background-position:center;
	margin:auto;
}

#layout2 {
	position:relative;
	width:927px;
	height:1030px;
	background-image:url(images/bglayout2.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:auto;
}

#toppic {
	position:absolute;
	top:76px;
	width:927px;
	height:223px;
	text-align:center;
	overflow:visible;

}

#sidebar {
	position:absolute;
	top:313px;
	width:255px;
	left:27px;
	text-align:left;
}

#content {
	position:absolute;
	top:313px;
	width:595px;
	height:423px;
	left:309px;
	text-align:left;
	overflow:visible;
}




#footer{
	position:absolute;
	background-image:url(images/bgfooter.png);
	background-repeat:no-repeat;
	width:927px;
	height:25px;
	margin:auto;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	z-index:6;
	font-size:11px;
	bottom:0px;
	
	
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;color: #101228;
	font-size: 12px;
	
}

h2{
	font-size:18px;
	color:#a12b22;
	font-weight:900;
	padding:0 0 8px 0;
	margin:0px;
}

.htr{
	float:right;
	padding-right:17px;
	
}

.link{
	margin-bottom:18px;
	
}

ul, li
{
    list-style-type: none;
	list-style:none;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;

}

.clearfloat{
	
	clear:both;
}

a:link {
	color: #A12B22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A12B22;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}

a img {
	border:none;
}
