
/* Layout Stylesheet */
body
{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	color: #6F6F6F;
}



#topLeftBanner
{
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/images/logo.png);
	width: 170px;
	height: 170px;
}

#header
{
	position: fixed;
	height: 102px;
	width: 100%;
	margin: 0;
	top: 0;
	min-width: 1024px;
	background-color: #6F6F6F;
	padding-left: 0px;
}
#content
{
	top: 102px;
	bottom: 42px;
	min-height: 468px;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #292929;
	text-align: center;
}
#bottom
{
	min-width: 1024px;
	background-color: #6F6F6F;
	position: fixed;
	bottom: 0;
	margin: 0;
	height: 42px;
	width: 100%;
}

#left
{
	float: left;
	background-image: url(/images/backgroundhfl.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	background-color: #6F6F6F;
	height: 102px;
}

#middle
{
	float: left;
	width: 784px;
	height: 102px;
	background-color: #FFFFFF;
	border-bottom: solid 2px #6F6F6F;
}

#right
{
	float: left;
	background-image: url(/images/backgroundhfr.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	height: 102px;
	background-color: #6F6F6F;
}

#leftcontent
{
	float: left;
	background-image: url(/images/backgroundl.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	height: 100%;
	background-color: #292929;
}

#middlecontent
{
	float: left;
	width: 784px;
	max-width: 784px;
	min-height: 468px;
	height: 100%;
	background-color: #ffffff;
}

#rightcontent
{
	float: left;
	background-image: url(/images/backgroundr.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	height: 100%;
	background-color: #292929;
}

#leftbottom
{
	float: left;
	background-image: url(/images/backgroundhfl.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	height: 42px;
	background-color: #6F6F6F;
}

#middlebottom
{
	float: left;
	width: 784px;
	height: 42px;
	border-top: solid 2px #6F6F6F;
	background-color: #ffffff;
}

#rightbottom
{
	float: left;
	background-image: url(/images/backgroundhfr.jpg);
	background-repeat: repeat-y;
	min-width: 120px;
	height: 42px;
	background-color: #6F6F6F;
}


#topLogo
{
	position: fixed;
	top: 10px;
	left: 140px;
	background-image: url(/images/logotop.png);
	width: 214px;
	height: 29px;
}

#bottomLogo
{
	position: fixed;
	bottom: 10px;
	left: 740px;
	background-image: url(/images/logobottom.png);
	width: 149px;
	height: 20px;
}

#navBar
{
	position: fixed;
	top: 50px;
	left: 120px;
	background-image: url(/images/navbarbackground.png);
	width: 784px;
	height: 39px;
}

#navBar ul
{
	margin: 0 0 0 50px;
	padding: 0;
}

#navBar ul li
{
	display: inline;
	margin-left: 10px;
}

#navBar ul li a
{
}

#navBar ul li a img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#pageImage
{
	position: fixed;
	top: 120px;
	left: 125px;
	width: 700px;
	height: 250px;
}


#newLogo
{
	position: fixed;
	top: 49px;
	left: 862px;
	background-image: url(/images/new.jpg);
	width: 102px;
	height: 114px;
}

#googleSearch
{
	position: fixed;
	top: 7px;
	left: 490px;
}

#polaroidSet1
{
	position: fixed;
	top: 200px;
	left: 902px;
	background-image: url(/images/polaroid1.gif);
	width: 260px;
	height: 320px;
}

