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

body{
	background-color:#0c100f;
	background-image:url(../images/back.gif);
	padding:0px;
	margin:0px;
}

.main_body{
	background:url(../images/menu_back.gif) repeat-x;
	border-top: 1px solid #423b2d;
	width:100%;
}

.body_content{
	margin:auto;
	width:942px;
}

.menus{
	height:50px;
}

.menulist{
	width:900px;
	margin:auto;
	margin-top:8px;
}


.menulist span{
	float:left;
	height:29px;
	width:123px;
	background:url(../images/menutab2.gif) no-repeat;
	margin-right:9px;
	color:#FFFFFF;
	font-size:16px;
	font-family:"Rocketshiptown";
	vertical-align:middle;
	padding-top:10px;
	cursor:pointer;
}

.menulist span a{
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}


.menulist span:hover, #msel{
	background:url(../images/menutab1.gif) no-repeat;
}

.leftcols{
	float:left;
	margin-right:10px;
	width:203px;
}

.leftcolsbody{
	background:url(../images/cats_back.gif);
	border-left:1px solid #423d2f;
	border-right:1px solid #423d2f;
	border-bottom:1px solid #423d2f;
	margin-bottom:10px;
}

.leftcolsbody div{
	color:#FFFFFF;
	padding:5px;
	text-transform:uppercase;

}

.leftcolsbody div a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
}

.midcols{
	float:left;
	margin-right:10px;	
	width:516px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
}

.rightcols{
	float:left;
	width:203px;
}

.footer{
	background:url(../images/cats_back.gif);
	border:1px solid #423d2f;
	padding:10px;
	height:17px;
	padding-top:8px;
	margin-top:20px;
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:11px;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}


.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.sbs{
	color:#fbb000;
}

p.body img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

p.h2, p.h1{
	color:#ee9105;
	font-size:16px;
	font-weight:bolder;
	font-stretch:extra-expanded;
}

img{
	border:none;
}

