body{margin:0;padding:0;}
#wrapper{width: 100%;height: 100%;background-color: #1c1c1c;}

/* header */
.header {
	margin: 0;
	padding: 0;
	position:relative;
	width:100%;
	height:48px;
	background-color: #FFF;
}
/* logo */
.header img{clear:right;margin:5px 0 0 10px;}

/* title & comments */
.header_title{
	float:left;
	display:inline;
	text-align:left;
	clear:left,;
	position: absolute;
	top: 0px;
	left:215px;
	width: auto;
	margin:-18px 0 0 0;
}
.header_title h1{font-size: 40px;color: #515151;}
.header_title p{display: inline;float: right;margin:0px;font-size: 10px;}

/* navbar */
.navbar{float:right; display: inline;clear:both;position: relative; right: 10;text-align: right;width: auto; white-space: nowrap;}
ul#navlist{margin-top: 25px;}
#navlist li, #navlist li a, #navlist li a:link{display: inline;list-style-type: none;margin: 0 5px; color: #515151;}
#navlist li a:hover{color: maroon;}

/* slideshow */
#content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width:1024px;
	height:768px;
	z-index:1; background-color: #1c1c1c;}
.ssp {position: absolute;width: 1024px;height: 768px;top: 0;left: 0; float: left;}

/* footer */

#footer{margin-bottom:5px; height: 50px;width: 100%;z-index: 3;background: url(../images/sheer_gray.png) repeat-x; border-top: 1px solid #cbcbcb;;border-bottom: 1px solid #cbcbcb; position: absolute; bottom: 0;}
#footer a, #footer a:link{position: relative;text-transform: uppercase;color: white;font-size: 1em; text-decoration: none; letter-spacing: .2em; line-height: 50px; margin-left: 5px;}
.smallcap{font-size: 1.25em;color: white;}
#footer img{float: left;margin:3px 0 0 7px;}
.explore, .explore a, .explore a:link {position: relative; float: right;color: white;font-size: 1em; text-decoration: none; line-height: 50px; display: inline; margin-right: 10px;}
.explore#footer a:hover{color: #942317;}