@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background-color: #0f0f29;
}
*
{
margin:0px;
padding:0px;
}
p
{
margin:5px auto;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
img
{
border:none;
}
.container
{
width:983px;
height:auto;
text-align:center;
margin:0px auto;
}
.header
{
width:983px;
height:226px;
float:left;
text-align:left;
padding-bottom:10px;
}
.header-top
{
width:983px;
height:78px;
float:left;
text-align:left;
}
.logo-box
{
width:298px;
height:78px;
float:left;
text-align:left;
}
.header-right
{
width:685px;
height:78px;
float:right;
text-align:left;
}
.menu-box
{
width:500px;
height:38px;
float:left;
text-align:left;
padding:20px 0px;
}
/* navcontainer */

.navcontainer {
	width:490px;
	height: 38px;
	float:left;
	text-align:left;
}

.navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navcontainer li {
	display: inline;
	height:38px

}

.navcontainer a {
	display: inline;
	float: left;
	width: auto;
	padding:0px 8px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 38px;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	}

.navcontainer a:hover {
color: #fc7d1f;
text-decoration:none;
padding:0px 8px;
font:normal 20px/38px Verdana, Arial, Helvetica, sans-serif;

}
.top-star-box
{
width:183px;
float:right;
height:70px;
text-align:left;
padding-top:8px;
}
.star-bg
{
margin-right:2px;
}
.logo
{
margin-left:26px;
margin-top:7px;
}
.header-bottom
{
width:983px;
height:148px;
float:left;
text-align:left;
}
.round-top
{
width:983px;
height:10px;
float:left;
text-align: left;
}
.header-inside
{
width:963px;
height:128px;
float:left;
text-align:left;
background-color: #FFF;
padding:0px 10px;
}
.round-bottom
{
width:983px;
height:10px;
float:left;
text-align:left;
}
.body-main
{
width:983px;
height:auto;
float:left;
text-align:left;
}
.body-inside
{
width:963px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
padding:10px;
}
.body-left
{
width:525px;
height:auto;
float:left;
text-align:left;
padding-left:35px;
padding-top:15px;
}
.body-right
{
width:300px;
height:auto;
float:right;
text-align:left;
}
.footer
{
width:983px;
height:auto;
float:left;
text-align: center;
padding:15px 0px;
color: #FFF;
font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
/* CSS Text Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0f0f29;
	text-decoration: none;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-style: normal;
	line-height: 36px;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #0f0f29;
	text-decoration: none;
}
ul{
        margin: 15px;
        padding: 0px;
        list-style: square;
}



