html, body {height: 100%;}
html {
	background: #eaedea url(../images/bg_body.jpg) 50% top no-repeat;
}

body {
	margin: 0 auto;
	padding: 0;
	font: 62.5%/1.6em 'helvetica', arial, sans-serif;
	}

#wrapper {
	width: 96em;
	margin: 0 auto;
	margin-top: 8em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 96em;
	height: 7em;
	margin: 0;
}
#header_logobox {
	float: left;
	width: 24em;
	height: 7em;
	margin: 0 0 0 3em;
	padding: 0;
	background: url(../images/bg_logobox.jpg) top left repeat-x;
}
#header_logo {
	width: 20em;
	height: 4.3em;
	margin: 1.5em 0 0 2em;
	padding: 0;
	background:url(../images/sep_logo.png) left no-repeat; 
}
#header_logo a {
	width: 20em;
	height: 4.3em;
	display: block;
	text-indent: -9999em; 
}
#nav {
	float: right;
	width: 42.5em;
	height:4em;
	margin:2em 0 0 0;
}
#nav ul {
	float: right;
	padding: 0;
	margin:0 1.25em 0 0;
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#nav ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
}
#nav li {
	float: left;
	width: 7em;
	padding: 1.3em 0 0 0;
}
#nav li a:hover{
	color: #fff;	
	background: url(../images/underline.jpg) bottom no-repeat;
	height: 2em;
}
#bottomshadow {
	width: 96em;
	height: 2.2em;
	margin: -2.2em 0 0 0;
	padding: 0;
	background: url(http://www.signalelement.com/wordpress/wp-content/themes/sep/images/bg_headershadow960.png) bottom no-repeat;
	float: left;
	clear: both;
}
#content_wrapper {
	width: 96em;
	background: url(http://www.signalelement.com/wordpress/wp-content/themes/sep/images/bg_contentwrapper.png) top no-repeat fixed;
	padding-bottom: 3em;
}
#content {
	width: 86em;
	background-color: #eaedea;
	padding: 4em 3em 4em 5em;
	margin: 0 auto;
	min-height: 40em;
	overflow: auto;
}
#pictures li {
	float: left;
	display: inline;
	width: 14em;
	height: 14em;
	margin: 0 0 3em 0;
	text-align: center;
}
.zoom img {
	border: 4px solid #fff;
}
.zoom a:hover {
	border: 3px solid #0066ad;
}
#pagination {
	clear: both;
	margin: 5em 0 0 0;
	text-align: center;
}
.next, .prev {
	padding: 0 1em;
	font-size: 1.3em;
}
.next a, .prev a {
	text-decoration: none;
	color: #646464;
}
.next a:hover, .prev a:hover {
	color: #0066ad;
	border-bottom: 1px solid;
}
#footer {
	margin: 0;
	padding: 1em 0 2em 0;
	background: #eaedea url(../images/bg_footer.png) top center no-repeat;
}
