@charset "UTF-8";
/* CSS Document */



* {
  margin: 0;
}

body{
background-color:#fff;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #333;
font-size: .8em;
line-height:1.3em;
}

/* Divs */


#wrapper{
background-color:#fff;
width:771px;
margin:auto;
}

#content_header{
margin-top: 50px;
background-color:#fff;
background-image: url(../image/top_header.jpg);
height:auto;
width:771px;
height:123px;
}

#content{
background-image: url(../image/content.jpg);
padding-left:48px;
padding-right:45px;
color:#000066;
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:bold;
}

#bottom_content{
background-image:url(../image/buttom_footer.gif);
height: 93px;
width:771px;
clear: inherit;
position:relative;
color:#FFFFFF;
}


#bottom_content ul{
padding: 35px 0px 0px 58px;
}

#bottom_content li{
padding-right:20px;
font-size:1.5em;
font-weight:bold;
display:inline;
color: #fff;
}

#bottom_content a:link, a:visited{
color: #ccc;
text-decoration:none;
}

#bottom_content a:hover{
color: #FC0;
text-decoration:none;
}
