/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: none;
   	}

html {
	height: 100%;
	background: url(../images/bkgrd/main_wrapper_bkgrd.jpg) top center repeat-y #323232;
	}

body {
	text-align: center;
	height: 100%;
	background: url(../images/bkgrd/body_bkgrd.jpg) top center repeat-x;
   	}

div#left_wrapper {
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bkgrd/left_bkgrd.jpg) top right repeat-x;
	}
	
div#left {
	height: 100%;
	margin-right: 465px;
	}
	
div#right_wrapper {
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	background: url(../images/bkgrd/right_bkgrd.jpg) top left no-repeat;
	}
	
div#right {
	height: 100%;
	margin-left: 465px;
	}

div#main_wrapper {
	position: relative;
	width: 930px;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	z-index: 2;
	}

/*******************************************************************************
	Main
*******************************************************************************/
div#main {
	width: 900px;
	height: 100%;
	background: url(../images/bkgrd/main_bkgrd.jpg) top center no-repeat;
	padding: 0 15px 0 15px;
	}

div#side_nav {
	float: left;
	width: 174px;
	margin-top: 13px;
	text-align: right;
	}
	
div#content {
	float: left;
	width: 650px;
	line-height: 1.46em;
	padding: 30px 54px 30px 22px;
	}
	
/*******************************************************************************
	Sidenav
*******************************************************************************/
div#side_nav ul#nav {
	list-style-type: none;
	}
	
div#side_nav ul#nav li {
	display: block;
	width: 168px;
	height: 20px;
	background-color: #990000;
	margin-top: 4px;
	padding-right: 6px;
	}
	
div#side_nav ul#nav li a {
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	}
	
div#side_nav ul#collections_nav {
	list-style-type: none;
	margin-top: 6px;
	}
	
div#side_nav ul#collections_nav li {
	margin-top: 2px;
	padding-right: 6px;
	}
	
div#side_nav ul#collections_nav li a {
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #990000;
	}
	
div#side_nav ul#collections_nav li ul.sub_nav {
	list-style-type: none;
	}
	
div#side_nav ul#collections_nav li ul.sub_nav li {
	padding-right: 0px;
	}
	
div#side_nav ul#collections_nav li ul.sub_nav li a {
	color: #FFFFFF;
	}

ul#sub_2004,
ul#sub_2005,
ul#sub_2006,
ul#sub_2007,
ul#sub_2008,
ul#sub_2009,
ul#sub_2010 {
	display: none;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	}

#content h1 {
	font-family: 'Courier New', Courier, sans-serif;
	color: #990000;
	font-size: 2.8em;
	font-weight: normal;
	padding-bottom: 0.4em;
	}

#content h2 {
	font-family: 'Courier New', Courier, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 2px;
	text-align: right;
	}

#content h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content a {
	color: #FFFFFF;
	text-decoration: none;
	}

#content ul {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}
	
#content ul#thumbs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#content ul#thumbs li {
	float: left;
	margin: 0px 22px 22px 0px;
	}
	
#content ul#thumbs li.last {
	margin-right: 0px;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}