#bodyContainer	{
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: visible;
}
#header   {
	position: relative;
	background-color: #fbfbfc;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 500px;
	height: 225px;
	}
#headerBackground	 {
	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: auto;
	}

#sidebar   {
	background-color: #f0f0f0;
	border-left: 1px solid #c4d1e6;
	height:auto;
	position:absolute;
	top:0px;
	right:0px;
	width:30%;
	padding:4px;
	}



#navigation        {
	background-color: #bbc1d1;
	background-image: url(/images/nav_background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0;
	padding: 5px 0 0 2%;
	position: absolute;
	top: 225px;
	left: 0;
	width: 68%;
	height: 20px;
	visibility: visible
	}



#content          {
	background-color: #fbfbfb;
	padding: 4px;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	position: absolute;
	top: 250px;
	left: 2%;
	width: 66%;
	height: auto;
	visibility: visible
	}

#footer	 {
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 0.25em;
	border-top: 1px solid silver;
	position: relative;
	}











































