@charset "utf-8";
/* CSS Document */

html body{
background-image:url(images/back.jpg);
background-repeat: repeat;
margin-top:0;
height:100%;
}

.clearfix:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#wrapper{
margin: 0 auto;
width:850px;
background-color:#FFFFFF;
}

#header{
height:216px;
width:850px;
}

.headerleft{
height:191px;
width:216px;
float:left;
}

.headerright{
width:634px;
height:154px;
float:right;
}

.menu{
width:634px;
height:37px;
float:right;
}

#container{
width:850px;
background-color:#FFFFFF;
}

.containerleft{
width:553px;
float:left;
padding-left:20px;
background-color:#FFFFFF;
}

.containerright{
width:257px;
float:right;
background-color:#FFFFFF;
padding-left:20px;
}

.containerrightpic{
width:257px;
height:96px;
float:right;
margin-top:0px;
}

.containerright ul{
list-style:none;
}

.containerright li {
border-bottom: 1px dashed #BDBDBD;
list-style:none;
font-size: 12px; 
color: #990000; 
font-weight: bold; 
font-family: Arial;
line-height:30px;
}

.containerright a{
text-decoration: none;
color:#990000;
}

.containerright a:hover {
text-decoration: underline;
}

#footer{
width:840px;
height:20px;
margin:auto;
background-color:#d37979;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-top:10px;
padding-left:10px;
}

.style1 {
font-family: Verdana;
font-size: 12px;
font-style: normal;
line-height: 20px;
font-weight: normal;
}

