@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background: url(../images/body-bg.jpg) left top repeat-x #3a1c57;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
text-align:justify;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:100%;
height:auto;
float:left;
text-align:left;
background:url(../images/container-bg.jpg) center top no-repeat;
}
.container-main
{
width:960px;
height:auto;
margin:0px auto;
text-align:center;
}
#header
{
width:960px;
height:351px;
float:left;
text-align:left;
background-color: #FFF;
}
.header-left
{
width:528px;
height:351px;
float:left;
text-align:left;
}
.header-right
{
width:432px;
height:351px;
float:right;
text-align:left;
}
#body-main
{
width:960px;
height:auto;
float:left;
text-align:left;
background-color: #FFF;
}
.welcome-box
{
width:920px;
height:auto;
float:left;
text-align:left;
background:url(../images/welcome-bg.jpg) left top repeat-x;
padding:7px 20px 30px 20px;
}
.recommended-box
{
width:960px;
height:auto;
float:left;
text-align:left;
background:url(../images/recommended-box-bg.jpg) left top repeat-x #FFF;
padding-bottom:20px;
}
.recommended-title-box
{
width:946px;
height:auto;
float:left;
text-align:left;
padding:0px 7px;
}
.recommended-title-left
{
width:580px;
height:auto;
float:left;
text-align:left;
}
.recommended-title-right
{
width:240px;
height:auto;
float:right;
text-align:right;
padding-top:20px;
}
.title-bt
{
float:left;
margin-right:14px;
}
.recommended-inside-box
{
width:898px;
height:auto;
float:left;
text-align:left;
padding:8px 42px 0px 20px;
}
.recommended-left-box
{
width:351px;
height:auto;
float:left;
text-align:left;
}
.recommended-right-box
{
width:530px;
height:auto;
float:right;
text-align:left;
line-height:22px;
font-size:14px;
}
#footer
{
width:930px;
height: auto;
float:left;
text-align:center;
background: url(../images/footer-bg.jpg) left top repeat-x #FFF; 
font: normal 14px/22px Arial, Helvetica, sans-serif;
color: #573285;
padding:15px;
}
#footer a
{
font: normal 14px/22px Arial, Helvetica, sans-serif;
color: #573285;
text-decoration: underline;
}
#footer a:hover
{
font: normal 14px/22px Arial, Helvetica, sans-serif;
color: #914be7;
text-decoration: underline;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #573285;
	text-decoration: none;
}
body a
{
color: #009cff;
text-decoration:underline;
}
body a:hover
{
color: #ff9900;
text-decoration:underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: 40px;
	font-weight:normal;
	font-variant: normal;
	color: #573285;
	text-decoration: none;
}