@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background: url(images/h_bg.jpg) top repeat-x #FAFDFE;
	font:11px Tahoma;
	color: #fff;
}	
.bgheader {
	background: url(images/h_header.jpg) no-repeat;
	width: 750px;
	height: 90px;
}
.bgflash {
	background-color: #252525;
}	
.bgcontent {
	background: url(images/h_contentbg.jpg) top repeat-x #131313;
}
.bgfooter {
	background: url(images/h_bottom.jpg) no-repeat;
	width:827px;
	height:31px;
}
.bgtop {
	background: url(images/h_top.jpg) no-repeat;
	width:827px;
	height:30px;
}
.bgline1 {
	background:url(images/h_line1.jpg) no-repeat;
	width:750px;
	height:6px;
}
.bgline2 {
	background:url(images/h_line2.jpg) no-repeat;
	width:750px;
	height:6px;
}
.bgleft {
	background: url(images/h_leftlong.jpg) repeat-y;
}
.bgright {
	background: url(images/h_rightlong.jpg) repeat-y;
}

/*positions*/
p{
	margin: 12px  0 12px 0;
}
/*footer*/
.space {
	margin: 0 25px 0 25px;
}
.footertxt {
	color: #000;
}
.footertxt a{
	color: #000;
	text-decoration:none;
}
.footertxt a:hover{
	color: #5DD0FD;
	text-decoration:underline;
}

