/* Global */
body {
background:#003460;
color:#000000;
margin:0;
font-family: arial, 'lucida console', sans-serif;
}
a, a img{
color:#003460;
outline:none;
border:none;
}
a:hover {
color:#CC0000;
outline:none;
border:none;
}
#all {
width:785px;
margin: 10px auto 0 auto;
background-image: url(../mainbak.jpg);
background-color:#FFF;
}
#left {
width:560px;
float:left;
padding:5px 0 10px 30px;
}
#subleft {
width:270px;
float:left;
padding:15px 0 5px 0;
}
#subright {
width:270px;
float:right;
padding:15px 0 5px 0;
}
h3 {
color:#BE2329;
}

/*Menu */
#menu_container {
width:151px;
float:right;
padding:5px 30px 10px 14px;
}
#menu a, #menu a:visited {
font-size:15px;
text-decoration:none;
text-align:left;
background-color:#FFF; 
color:#003460;
display:block; 
width:141px; 
padding:5px 10px 5px 0px;
margin:0 auto;
border-top:1px solid #000;
}
#menu a:hover {
color:#CC0000;
}



/* Footer */
#footer {
width:785px;
height:95px;
background-image: url(../bottombak.jpg);
text-align: center;
font-size:12px;
}
.footer_content {
padding-top:30px;
}


/* Bottom */
#bottom {
background:#003460;
text-align: center;
font-size:12px;
color:#CC0000;
}
#bottom a{
color:#FFF;
text-decoration:none;
}
#bottom a:hover{
color:#FFF;
background:#CC0000;
}
.copyright {
font-size:10px;
padding:20px;
color:#8AAFCE;
}
.icons {
float: right;
}




