
/*
Copyright 2008. The Graphics Company Ltd.
http://www.graphics.coop
author: webdev@graphics.coop
*/

/* Largest type */

@import url("content.css");
@import url("nav.css");

/* Structure */
body {background: url("../images/body_bg.png"); font-family: sans-serif; font-size: 1.05em; color: #000;}
#wrapper{width: 800px; margin: 0 auto 0 auto;}
#banner {height: 200px; background: url("../images/banner2.jpg") 0 0 no-repeat;}
#background {background: url("../images/background.jpg") repeat-y; padding: 0 20px;}
#sidebar {float: left; width: 160px; padding-bottom: 3em;}
#content, #sitemap {float: left; width: 460px; padding-left: 20px;}
#contentNarrow {float: left; width: 400px; padding-left: 20px;}
.halfCol {width: 48%;}
#extra {float: right; width: 159px; border: 1px solid #6479af; border-right: none; background: #99e0d2; font-size: 90%;}
#breaker {clear: both; padding: 0 0 0 180px;}
#footer {width: 800px; background: url("../images/bottom_bar2.jpg") 0 0 no-repeat; padding-top: 38px; padding-bottom: 12px;}

/* Generic classes */
.hide {display: none;}
.paddedBottom {padding-bottom: 1em;}
.left {float: left;}
.right {float: right;}