/***************************************************************
Style Sheet for H11 Digital Forensics.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/

body {
	padding-bottom:10px;
}

#container {
	position:relative;
	top:0;
}

#content {
	position:relative;
	margin-top:73px;
	padding-top:2em;
}
.homePage #content {
	margin-top:350px;
	padding-top:0;
}


#header {
	position:absolute;
	top:0px;
	left:0px;
	padding:0;
	
	width:100%;
	height:74px;
}
.homePage #header {
	left:-41px;
	
	width:791px;
	height:351px;
}

#headerWrapper {
	height:74px;
}
.homePage #headerWrapper {
	height:351px;
}

#header .headerLogo {
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url('images-layout/header-bg.jpg') top left no-repeat;
}
.homePage #header .headerLogo {
	background: url('images-layout/header-bg-tall.jpg') top left no-repeat;
}
#header .tagline1 {
	position:absolute;
	top:15px;
	left:15px;
	
	font-size:120%;
	color:#fff;
}
#header .tagline2 {
	
}