header, footer, section, aside, nav, article {display:block;}
img {border:none;}
a {text-decoration:none;color:#000;}
a:hover {text-decoration:underline;}
body {margin:0;background-color:#efeef1;color:#3d3c3c;}
#content {width:1000px;margin:0 auto;}
.header {background:url(images/header.jpg) repeat-x center;height:110px;}
.logo-container {width:1000px;margin:0 auto;}
.logo {margin:4px 0 0 0;}
nav {background:url(images/blue.png) repeat;margin:15px 0;border:3px solid #fff;width:205px;float:left;-moz-box-shadow:-2px 2px 2px 2px #ccc;-webkit-box-shadow:-2px 2px 2px 2px #ccc;box-shadow:-2px 2px 2px 2px #ccc;}
nav a {color:#fff;} /*temporary-remove once buttons are in place*/
nav ul {list-style-type:none;padding-left:0;} /*temporary-remove once buttons are in place*/
.btn{float:left;clear:both;background:url(images/left_btn.png)  no-repeat;padding:0 0 0 18px;margin:5px 0 5px 10px;}
.btn a{float:left;height:42px;width:147px;background:url(images/stretch_btn.png) repeat-x left top;overflow:hidden;line-height:2.2em;padding:0 0px 0 10px;color:#231A53;font-size:1em;font-weight:bold;text-decoration:none;}
.btn a:hover{color:#909090;}
.btn span{background:url(images/right_btn.png) no-repeat;float:left;width:15px;height:42px;}
#main {width:780px;float:right;margin:15px 0;}
.heading {color:#fff;background:url(images/blue.png) repeat;border:3px solid #fff;width:100%;-moz-box-shadow:-2px 2px 2px 2px #ccc;-webkit-box-shadow:-2px 2px 2px 2px #ccc;box-shadow:-2px 2px 2px 2px #ccc;}
.heading h1 {margin:0 0 5px 15px;font-size:2em;}
#main section {margin:10px 0px 15px 3px;;padding:5px;background-color:#fff;-moz-box-shadow:-2px 2px 2px 2px #ccc;-webkit-box-shadow:-2px 2px 2px 2px #ccc;box-shadow:-2px 2px 2px 2px #ccc;}
footer {clear:both;color:#fff;background:url(images/blue.png) repeat;border-top:3px solid #fff;border-bottom:3px solid #fff;text-align:center;}