@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	text-align: center;
}

div#container{
	width:780px;
	margin:0 auto;
	background-image:url(../Elements/Graphics/ContainerBackground.jpg);
	background-repeat:repeat-y;
	background-position:-8.5em;
	}

#header {
	width: 780px;
	height:225px;
	background-image:url(../Elements/Graphics/Header770x225.jpg);
	top:0px;
	left:0px;
}

div#spacer{
height:20px;
}

div#navigation{
	float:left;
	width:260px;
	margin-top:225px
	margin-left:5px;
	margin-top:15px;
	text-align:left;
}

div#content{
	float:right;
	width:520px;
}

div#footer{
clear:both;
width:100%;
background-color:#9dcdd1;
height:3em;
padding-top:1.0em;
color: #fff
}


