/*
------------------------------------ 
HessTechnology.com
CSS MainLayout
Written By Cody Hess | hesstech@hesstechnology.com
Date: 5.01.05
File Name: MainLayout.css
------------------------------------
*/

body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #FFF;
	background-color:#000000;
	background-image:url(graphics/background.jpg);
	font-size: 9px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
}

html>body 
{ 
	font-size: small;
}


a:link 
{
	color: #FFF;
	text-decoration: none;
}
	
a:visited 
{
	color: #FFF;
	text-decoration: none;
}
	
a:hover 
{
	color: #FF0000;
	text-decoration: none;
}


/* ----------------------Font and Headings--------------------------------------- */
p {
	margin: 1em 0 1em;
	padding: 0;
	}
	
h1 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #300;
	padding: 0;
	margin: 0;
	}
	
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #223344;
	padding: 0;
	margin: 0 0 1em 0;
	}
	
h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #223344;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	}

strong {
	font-weight: bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main-body /* End IE5-Mac hack */
{
	clear:left;
}


#mainWrap 
{
	position: relative;
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	height: 1400px;
	voice-family: inherit;
	width:1050px;
	background-color:#00000;
	top:0px;
	background-image:url(graphics/mainWrapBack.jpg);
	color:#FFFFFF;


}


#header
{
	position:absolute;
	font-size: 10px;
	background: #000;
	top: 0px;
	left: 280px;
	width: 756px;
	height: 262px;
}

#Logo
{
	position:absolute;
	font-size: 10px;
	background: #000;
	top: -2px;
	left: 496px;
	width: 366px;
	height: 147px;
	z-index: 10;
}


#navbar
{
	position:absolute;
	font-size: 10px;
	width: 707px;
	height: 40px;
	top: 263px;
	left: 304px;
	z-index: 15;

}
#content
{
	position:absolute;
	font-size: 10px;
	width: 769px;
	height: 555px;
	top: 263px;
	left: 285px;

}

#content2
{
	position:absolute;
	font-size: 10px;
	width: 707px;
	height: 798px;
	top: 311px;
	left: 304px;
	background-color: #333333;

}

#contentBG
{
	position:absolute;
	font-size: 10px;
	background-color:#000000;
	width: 804px;
	height: 639px;
	top: 287px;
	left: 1px;

}

#RotatingCarImage
{
	position:absolute;
	font-size: 10px;
	background-color:#000000;
	width: 577px;
	height: 190px;
	top: 92px;
	left: 30px;
}



#OnTheRoad
{
	position:absolute;
	font-size: 10px;
	background-color:#000000;
	width: 219px;
	height: 306px;
	top: 22px;
	left: 59px;
	background-image:url(graphics/ontheroad.jpg);
}

#OnTheRoadContent
{
	position:absolute;
	font-size: 10px;
	width: 183px;
	height: 182px;
	top: 84px;
	left: 74px;
	z-index: 5;
}






#hessDidIt
{
	position:absolute;
	font-size: 10px;
	width: 122px;
	height: 81px;
	top: 628px;
	left: 60px;
}

#Random
{
	position:absolute;
	font-size: 10px;
	width: 219px;
	height: 279px;
	top: 339px;
	left: 59px;
	background-color: #000000;
	background-image:url(graphics/random.jpg);

}

#RandomContent
{
	position:absolute;
	font-size: 10px;
	width: 175px;
	height: 131px;
	top: 404px;
	left: 84px;
	z-index: 10;
	
}

#ScheduleBtn
{
	position:absolute;
	font-size: 10px;
	width: 133px;
	height: 27px;
	top: 295px;
	left: 400px;
	
}

#ContactBtn
{
	position:absolute;
	font-size: 10px;
	width: 109px;
	height: 23px;
	top: 295px;
	left: 544px;
	
}

#nextEvent
{
	position:absolute;
	font-size: 10px;
	width: 223px;
	top: 142px;
	height: 134px;
	left: 349px;
	background-color:#000000;

}

#nextEventContent
{
	position:absolute;
	font-size: 10px;
	width: 140px;
	top: 157px;
	height: 78px;
	left: 644px;

}



#footer {
	position:absolute;
	top: 897px;
	width: 334px;
	height: 30px;
	left: 293px;
	
	}
	
#footer p {
	margin: 0;
	padding: 8px 20px;
	}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #888;
	}
	
#footer a:hover {
	color: #ccc;
	}
