body {
	background-color:#8597BF;
	margin-top: 1px;
	margin-bottom: 1px;
}
a:link {
	color: #8597BF;
}
a:visited {
	color: #445682;
}
a:active {
	color: #B5D3C7;
}
a:hover {
	color: #416D5B;
	}

#wrapper {
	position:relative;
	background: url("../images/sidebar_container.jpg") repeat-y;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#8597BF;
	width: 1002px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	border-width:0;
	z-index:1;
}

#mainContent {
	width: 900x;
	background-color:#FFFFFF;
	border-width:0;
	margin-left: 72px;
	z-index:2;
	padding: 5px;
	padding-top:25px;
}

#Sidebar {
	position:relative;
	background-color:#FFFFFF;
	background: url("../images/sidebar_container.jpg") repeat-y;
	width: 1002px;
	border-width:0;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	
}

#footer {
	width: 900px;
	height: 75px;
	padding: 10px;
}

.footer {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}

#navigation {
	position:absolute;
	width:900px;
	height:36x;
	z-index:3;
	left: 90px;
	top: 67px;
}
