
#clear {
	clear: both;
	}
html {
 	height: 100%;
	}
body {
	background: #2c2c2c url(../images/mainbg.jpg) repeat-y 50% 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	height: 100%;
	}
#logo {
	float: left;
	margin-top: 40px;
	width: 292px;
	}
#wrapper {
	width: 994px;
	margin: auto;
	padding-right: 42px;
	}
#wrapper2 {
	width: 994px;
	margin: auto;
	padding-right: 42px;
	min-height: 100%;
	}	* html #wrapper2 {
		height: 100%;
		}	
#content, h1, h2,{
	font-family:Arial, Helvetica, sans-serif;
	}
/* LINKS */
a:link, a:visited {
	color: #cecece;
	text-decoration: none;
}
a:hover {
	color: #b55a12;
	text-decoration: none;
}
a:active {
	color: #cecece;
	text-decoration: none;
}

#button_on a:link, #button_on a:visited {
	color: white;
	text-decoration: none;
}
#button_on a:hover {
	color: #222222;
	text-decoration: none;
}

/*LINKS END*/
#sidelinks {
	width: 200px;
	height: 140px;
	text-align: right;
	padding-top: 45px;
	float: left;
	}
#header_links {
	width: 600px;
	text-align: right;
	padding-top: 50px;
	padding-right: 46px;
	height: 70px;
	float: right;
	}
#header_links2 {
	width: 600px;
	text-align: right;
	height: 60px;
	float: right;
	}
#header_links3 {
	width: 600px;
	text-align: right;
	height: 60px;
	float: right;
	padding-top: 60px;
	}
#content_area {
	float: right;
	width: 760px;
	}
#vault_menu {
	width: 742px; 
	margin-bottom: 10px;
	}
#button_on {
	text-align: center;
	width: 100px;
	height: 19px;
	padding-top: 11px;
	padding-right: 15px;
	float: left;
	background: url(../images/vault/on.jpg);
	}
#button_off {
	text-align: center;
	width: 115px;
	height: 18px;
	padding-top: 6px;
	margin-top: 5px;
	float: left;
	background: url(../images/vault/off.jpg);
	}
#search {
	float: right;
	padding-top: 8px;
	}
.searchbox {
	background: #888888;
	border: 0px;
	height: 13px;
	width: 100px;
	padding: 2px 2px 3px 4px;
	color: white;
	font-size: 11px;
	}
#thumbnails {
	width: 742px;
	position: absolute bottom;
	padding: 0px;
	margin: 0px;
	}
	#thumbnails img {
	width: 106px;
	}
#pages {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	height: 40px;
	float: right;
	}
#pages_box_on {
	background: #b55a12;
	width: 15px; 
	height: 15px;
	margin-left: 5px;
	text-align: center;
	float: left;
	vertical-align: middle;
	line-height: 1.5em;
	}
#pages_box_off {
	background: #363535;
	width: 15px; 
	height: 15px;
	margin-left: 5px;
	text-align: center;
	float: left; 
	line-height: 1.5em;
	}
#pages_box_off:hover{
	background: #8b8d90;
	width: 15px; 
	height: 15px;
	margin-left: 5px;
	text-align: center;
	float: left;
	line-height: 1.5em;
	}
#pages a:hover {color: white;}

#wrapper div, img {
	behavior: url(/includes/iepngfix.htc);
	}


