@import url("menu.css");

body {background: #50a3cc; font-family: Arial, Helvetica, sans-serif; margin: 0 0 15px 0;}

#container {width: 834px; margin: 0 auto;}

#header {background: #50a3cc url(bg_head.png) no-repeat 0 0; height: 46px; padding: 11px 5px 0 0;}
#header ul, #footer ul {float: right;}
#header li, #footer li {display: inline; list-style: none; font-size: 10px; color: #fff; padding: 0 0 0 5px;}
#header a, #footer a {color: #fff; text-decoration: none;}
#header a:hover, #footer a:hover {text-decoration: underline;}

#main {overflow: auto; position: relative; background: #fff;}

#logo {float: left; margin: 162px 0 0 16px;}
#logo h1 {width: 225px; height: 99px; background: url(logo.png) no-repeat; text-indent: -100em; cursor: pointer;}

#banner {width: 577px; height: 146px; float: right; background: #fff url(bg_home.jpg) no-repeat 0 0; margin: 25px 0 0 0; padding: 189px 0 0 0;}

#content {float: right; width: 520px; margin: 16px 40px 0 0; color: #879196; font: 16px/24px helvetica, arial, sans-serif;}
#content span a {color: #ea7500; text-transform:uppercase; font-size:12px; font-weight:bold; text-decoration:none;}
#content span a:hover {text-decoration:underline;}

#content div {color: #ea7500; font-size: 13px; float: right; margin: 10px 0;}

#content div a {color: #52636e; text-decoration: none; font-weight: bold;}
#content div a:hover {text-decoration: underline;}

#footer {background: #50a3cc url(bg_foot.png) no-repeat 0 0; font-size: 10px; color: #fff; padding: 25px 78px 0 0; text-align: right;}

#footer p {float: right; margin: 0 30px 0 0;}

#footer2 {background: #50a3cc no-repeat 0 0; font-size: 9px; color: #0066ff; padding: 25px 78px 0 0; text-align: center;}
#footer2 p {float: center; margin: 0 0px 0 0;}
#footer2 a, #footer2 a {color: #0066ff; text-decoration: none;}
#footer2 a:hover, #footer2 a:hover {text-decoration: underline;}

