body {
	background-image: url(images/backgroundtiletotal.png);
	background-attachment: scroll;
	background-repeat:repeat-y;
	color: #37455E;
}

hr {
color: #37455E;
}

h1 {
color: #37455E;
font-size:24px;
}

h2 {
color: #37455E;
font-size: 16px;
}

a {color: #8595AF;
}

a:link {color: #8595AF;
}

a:hover {color: #8595AF;
text-decoration:none;
}

a:active {color: #8595AF;
}


#container {
	margin: 0px 86px 0px 86px;
	width: 800px;
	text-align: left;
}
#header {
	width: 500px;
	height: 300px;
	color: #37455E;
	font-size: 20px;
	float:right;
}

#preheader {
width: 225px;
height: 300px;
color: #37455E;
float:left;
}

#subheader {
width: auto;
height: 150px;
}

#content {
float: right;
width: auto;
margin: 0px;
}

#sidebar {
float: left;
width: 120px;
background-color: #37455E;
color: #8595AF;
margin: 0px;
}

#spacer-left {
float: left;
width: 1px;
height: 800px;
background-color: #FFFFFF;
margin: 0px;
}