html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	
	overflow: auto;
}
body 
{	
	background-color: #000000;
}

#content
{
	z-index: 3;
	
	overflow: auto;
	
	height: inherit;
	
	margin-top: 70px;
	
	padding-left: 320px;
	padding-right: 110px;
	padding-top: 20px;
	
	display: block;
}

/* Layout.html Styles */
#background
{
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	
	width: 312px;
	height: 600px;
	
	position: fixed;
	top: -30px;
	left: 0px;
	
	z-index: 1;	
}
#hexagon-header
{
	position: fixed;
	top: -15px;
	right: -30px;
	
	width: 293px;
	height: 508px;
	
	background-image: url(images/hexagon-header.gif);
	background-repeat: no-repeat;
	
	z-index: 5;
}
#header
{
	position: fixed;
	top: 0px;
	left: 70px;
	
	height: 25px;
	width: 100%;
	
	z-index: 4;
	
	background-image: url(images/Intellex_Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #000000;
	
	padding-left: 230px;
	padding-top: 45px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	
	font-size: 18px;
}
#footer
{	
	position: fixed;
	bottom: 0px;
	left: 140px;
	
	height: 20px;
	width: 100%;
	
	z-index: 4;
	
	font-size: 10px;	
}
#hexagon-footer
{
	position: fixed;
	bottom: -55px;
	left: -60px;
	
	width: 343px;
	height: 340px;
	
	background-image: url(images/hexagon-footer.gif);
	background-repeat: no-repeat;
	
	z-index: 0;
}
.redtext 
{
	color: #FF3300;
	font-weight: bold;
}

#navbar
{
	position: fixed;
	top: 80px;
	left: 60px;
	
	text-align: center;
	
	z-index: 10;
	
	background-color: none;
}
a.navbut
{
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 35px;
	display: block;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navbut:hover
{
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: -150px;
	width: 150px;
	height: 35px;
	font-size: 16px;
}
.navtext
{
	position: relative;
	top: 10px;
}