/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/style.css);
@import url(global/thickbox.css);


/*@import url(nav/nav_horiz.css); */
 @import url(nav/vert_buttons.css);

/* BODY 
----------------------------------------------------------------*/

body {
	background: #dadcd9 url(/images/back_body.jpg) repeat-x center top;
	margin: 0 auto;
	text-align: center;
}
/* WRAPPER
----------------------------------------------------------------*/
#wrapper {
 	background: #dadcd9 url(/images/back_wrapper.jpg) no-repeat center top;
	width: 930px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/* HEADER
----------------------------------------------------------------*/
#header {
	height: 314px;
	text-align: left;
	width: 930px;
}
#branding {
	background: transparent url(/images/back_branding.png) no-repeat top left;
	height: 120px;
	text-indent: -9000px;
}
#branding a{
	display: block;
	height: 120px;
	width: 200px;
}

/* CONTENT
----------------------------------------------------------------*/
#content {
	background: transparent url(/images/back_content.jpg) repeat-y left top;
	text-align: left;
	clear: both;
}

/* MAIN
----------------------------------------------------------------*/
#main {
  float: left; /* Creates a left sidebar */
  width: 470px;
  margin: 10px 30px 4em 30px;
  padding: 0;
  text-align: left;
  display: inline; /* hack for IE double margin */
}

/* SECONDARY CONTENT
----------------------------------------------------------------*/
#secondary {
  float: left; /* Creates a left sidebar */
  width: 200px;
}
#overflow {
  float: right;
  width: 180px;
  margin: 20px 0 0 0;
  display: inline;
  overflow: hidden;
}


/* FOOTER
----------------------------------------------------------------*/
#footer {
	background: transparent url(/images/back_footer.jpg) no-repeat center bottom;
	width: 100%; height: 50px;
	text-align: center;
}
#copy {
	width: 100%;
	margin: 0 auto;
}