body {
background:url(images/download.jpg) repeat-x;
margin:0px;
padding:0px;
font: 10px  verdana, arial, helvetica;
color: #416271;
}

.page-out {
	background-image: url(../images/top-texture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	float: left;
}
.page-in {
	background-image: url(../images/bottom-rept.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	float: left;
}
.page {
	width: 900px;
	margin: 0px auto;
}

p{
text-align:justify;
padding:2px 0 2px 0;
margin:0px;
line-height:15px;
}


.main {
	width: 900px;
	float: left;
}

#header{
width:900px;
height:120px;
}

.sname {
	font-family: "Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: normal;
	line-height: 81px;
	color: #FFFFFF;
	margin-left: 50px;
}
/*----------------------menu-------------------------*/
#menu{
width:900px;
height:42px;
padding:0px;
margin-bottom:50px;
/*background-color:#416271;*/
}

#menu ul{
list-style:none;padding:15px 0 0 50px;margin: auto;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;height:42px;padding:0px 10px 0px 10px;line-height:42px; font-family:Arial, Helvetica, sans-serif; font-size:13px;
}
#menu ul li a{
height:42px; width: auto;float:left;text-decoration:none;padding:0 0 0 25px; margin:0px 3px 0px 3px;color:#fff;text-align:center;
}
#menu ul li a:hover{
height:42px;width: auto;text-decoration:none;color: #fff;padding:0 0 0 25px; background:url(images/menu_arrow.gif) no-repeat left;
}
#menu ul li a.current{
height:42px;width: auto;float:left;text-decoration:none;padding:0px;color: #fff;padding:0 0 0 25px; background:url(images/menu_arrow.gif) no-repeat left;
}

#content
{
border-radius:15px;
width:900px;
height:300px;
background-color: #9CB770;
padding:0px;
margin-bottom:30px;
clear:both;
}
#page_content_left{
width:350px;
height:230px;
float:left;
padding:10px;
margin-top:20px;
border-right:1px #000000 dashed;

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	
	color: #003366;
	
}
#page_content_right{
width:450px;
height:auto;
float:left;
padding:150px 10px 10px 50px;
font-family: "Times New Roman", Times, serif;
line-height: 81px;
	font-size: 40px;
	font-weight: normal;	
	color: #003399;
	
}	
.msg
{

}

/*-----------------------------footer------------------*/
#footer{
clear:both;
width: auto;
height:50px;
color: #fff;
background-color:#416271;
/*background-color:#8CC739;*/
}

#author{
width:200px;
float:right;
padding-right:30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;	
	color: #003399;
	
}
a
{
text-decoration: none;
}