﻿html, body, form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img
{
	border: 0;
}

/************************** LAYOUT ***************************/

#wrapper
{
	min-height: 100%;
	margin-bottom: -100px;
}

.container
{
	width: 700px;
	margin: 0 auto 0 auto;
}

/************************** HEADER ***************************/

#header
{
	height: 170px;
	width: 100%;
	background-image:url('../../files/sitedesign/headerBackground.jpg');
	background-repeat:repeat-x;	
	padding-top: 8px;
}

#header .container
{
	position: relative;
}

#headerContent
{
	background-image: url('../../files/sitedesign/headerContentBackground.png');
	background-repeat: no-repeat;
	width: 583px;
	height: 128px;
	margin-right: -10px;
	float: right;
	position: relative;
}

#headerBar
{
	position: absolute;
	top: 131px;
	left: 0;
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	width: 700px;
}

#headerBarLeft
{
	float: left;
	margin-left: 5px;
}

#headerBarRight
{
	float: right;
	margin-right: 5px;	
}

#headerImage
{
	position: absolute;
	top: 18px;
	left: 21px;
}

#subheaderImage
{
	position: absolute;
	top: 60px;
	left: 24px;
}

#washerImage
{
	position: absolute;	
	top: 20px;
	left: 372px;
}

/************************** CONTENT ***************************/

#contentContainer
{
	background-image:url('../../files/sitedesign/contentBackground.jpg');
	background-repeat:repeat-y;
}

#content
{
	margin: 5px;
}

#contentLeft
{
	width: 270px;
	float: left;
	font-size: 12px;
}

#contentLeft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#contentLeft ul li
{
	margin: 0 0 15px 0;
	font-weight: bold;
}


#contentRight
{
	width: 410px;
	margin-left: 270px;
}

#contentPush
{
	height: 100px;
	clear: both;
}

/************************** FOOTER ***************************/

#footer
{
	background-image:url('../../files/sitedesign/footerBackground.jpg');
	background-repeat:repeat-x;
	height: 100px;
	width: 100%;
	position: relative;
}

#footerContent
{
	background-image:url('../../files/sitedesign/footerContentBackground.png');
	background-repeat:repeat;
	height: 70px;
	width: 700px;
	position: absolute;
	top: 15px;
}

#footerImage
{
	position: absolute;
	top: 7px;
	left: 15px;
}
