@charset "utf-8";
/* CSS Document */
body{
background-color:#333333;
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}
body a:active{
	color:#996699;
}
#container{
width:907px;
height:706px;
position:relative;
margin:0px auto;
}
#main_header{
position:relative;
top:30px;
width:907px;
height:15px;
line-height:15px;
overflow:visible;
z-index:1;
}
#nav{
float:right;
}
#title{
	float:left;
	color:#b5ffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#nav ul li ul li a{
background-color:#b5ffff;
padding:3px;
color: #996699;
}
#nav ul li ul li a:hover{
background-color: #996699;
color:#FFFFFF;
}
#nav ul li ul{
background-color: #b5ffff;
}
#left_image{
width:254px;
position:absolute;
height:595px;
top:0px;
left:0px;
}
#right_shadow{
width:13px;
height:606px;
position:absolute;
right:-13px;
top:70px;
background-image:url(../images/right_shadow_bg.jpg);
}
#bottom_shadow{
height:11px;
width:907px;
position:absolute;
bottom:-11px;
left:0px;
background-image:url(../images/bottom_shadow.jpg)
}
#bottom_shadow_scroll{
height:11px;
width:907px;
position:absolute;
bottom:31px;
left:0px;
background-image:url(../images/bottom_shadow.jpg)
}
#content_box{
height:595px;
width:907px;
position:absolute;
left:0px;
top:70px;
background-color:#FFFFFF;
background-image:url(../images/logo.jpg);
background-position:right top;
background-repeat:no-repeat;
font-family: "Times New Roman", Times, serif;
font-size:15px;
}
#content_box p{
margin-right:10px;
margin-bottom:10px;
}
#content{
margin-left:254px;
height:480px;
width:642px;
padding:10px;
padding-top:0px;
margin-bottom:10px;
}
#content_scroll{
margin-left:254px;
margin-top:15px;
height:450px;
width:632px;
padding:10px;
overflow:auto;
}
#banner{
margin-left:254px;
width:653px;
height:100px;
}
#footer{
color:#b5ffff;
text-align:center;
height:25px;
padding-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#footer_scroll{
color:#b5ffff;
text-align:center;
height:25px;
padding-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#box{
margin:10px;
padding:10px;
background-color:#e6e1e8;
width:410px;
margin:0 auto;
}
#box p{
margin:0px;
padding:0px;
margin-bottom:5px;
}
#box form{
margin:0px;
padding:0px;
width:125px;
}
#box_right{
margin:10px;
margin-top:40px;
padding:10px;
background-color:#e6e1e8;
width:150px;
float:right;
font-size:12px;
}
#box_right p{
margin-top:5px;
margin-bottom:5px;
}
#box_right li{
margin-left:-20px;
}