/* CSS Document */
img {border:none;}
body {margin:0;}
#wrapper {width:960px;margin:0 auto;position:relative;}
#header {height:117px;background:url('images/header-bg.jpg');}
#logo {width:272px;height:73px;margin:0 auto;}
#logo img {margin-top:25px;}
#nav {position:absolute;top:77px;height:40px;width:960px;background:url('images/nav-bg.png');}
#nav ul {list-style-type:none;margin-top:10px;}
#nav li {float:left;}
#nav li a {text-decoration:none;color:#666;}
#nav li a:hover {}
#main {float:left;width:960px;padding:25px 0;background:#ccccff;}
#heading {color:#4C5252;text-align:center;margin-bottom:25px;font-size:1.3em;}
#sidebar {float:left;margin:0 25px;width:235px;border:1px solid #666;background:#fff;-moz-box-shadow:3px 3px 5px 0px #333;-webkit-box-shadow:3px 3px 5px 0px #333;box-shadow:3px 3px 5px 0px #333;}
#sidebar p {padding:0 5px;color:#444;}
#content {float:left;width:623px;height:350px;background:url('images/content-bg.jpg');border:1px solid #666;-moz-box-shadow:3px 3px 5px 0px #333;-webkit-box-shadow:3px 3px 5px 0px #333;box-shadow:3px 3px 5px 0px #333;}
#content p {color:#fff;font-size:1.1em;margin:240px 15px 0 15px;}
#footer {}
#footer-nav {}
#footer-nav ul {list-style-type:none;}
#footer-nav li {float:left;}
#footer-nav li a {text-decoration:none;color:#666;margin:0 70px;}
#footer-nav li a:hover {}