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

body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/header.jpg) top center no-repeat;
}

#mainframe {
/*width: 960px;*/
margin: 192px auto;
padding:0;
background: #FFFFFF repeat-x;
height: 344px; 
}

#main_area {
width: 722px;
height: 344px;
padding: 0px 119px;
margin: 0 auto;
}

#nav {
width: 130px;
float: left;
margin: 44px 0 0 0;
}

#nav ul {
width: 130px;
list-style: none;
padding: 0;
margin:0;
}

#nav ul li {
text-decoration: none;
margin: 12px 0 0 0;
}

#nav ul li a:link, #nav ul li a:visited {
font-family: Helvetica, Verdana, Arial, sans-serif;
color:#999999;
font-weight: bold;
font-size: 10px;
text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a.active{
font-family: Helvetica, Verdana, Arial, sans-serif;
color:#996600;
font-weight: bold;
font-size: 10px;
text-decoration: none;
}

#content {
width: 592px;
padding: 54px 0 0 0;
float:right;
}

#content_flash {
width: 592px;
padding: 30px 0 0 0;
float:right;
}
#content p {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #333333;
font-weight: normal;
font-size: 13px;
line-height: 23px;
text-decoration: none;
width: 450px;
}

#content img {
float: right;
padding: 6px 0 15px 15px;
border: none;
}

#footer {
margin:0;
padding:0;
background: #CCCC99 repeat-x;
height: 60px;

}

#footer_text{
margin: 0 auto;
width: 722px;
padding: 30px;

}


#footer_text p {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #FFFFFF;
font-size: 12px;
line-height:0;
}


#footer_text a:link, #footer_text a:active {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #FFF;
font-size: 12px;
text-decoration:none;
}

#footer_text a:hover, #footer_text a:visited{
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #000000;
font-size: 12px;
text-decoration:none;
}

#footer_text p.copyright {
text-align:right;
font-size: 10px;
}


.clear {
clear: both;
}