﻿HTML {
	text-align: center;
}
body {
	background: #ebeadb;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#SiteContainer {
	width:960px;
	margin: 0px auto;
	text-align: left;
}
#Header {
	width:960px;
	height: 115px;
	background: #f0f1f5 url(../images/layout/Website_01.jpg) no-repeat;
}
#Navigation {
	width:960px;
	height: 40px;
	background: #1e7483 url(../images/layout/Website_02.jpg) no-repeat;
}
#FeatureBar {
	width:960px;
	height: 207px;
	background: transparent url(../images/layout/Website_03.jpg) no-repeat;
}
#Content {
	width:960px;
	min-height: 400px;
	background: transparent url(../images/layout/Website_04.jpg) repeat-y;
}
/* Navigation fix for hover over menu that overlaps content */
#MainContent .grid_12
, #MainContent .grid_16
, #MainContent .grid_4
, #MainContent .grid_8 {
	z-index: 1;
	}
#Footer {
	width:960px;
	height: 60px;
	background: transparent url(../images/layout/Website_06.jpg) no-repeat;
	font-size: 11px;
}
/* Common Styles */
.borderRight {
	border-right: solid 1px #bbc5c9;
}
.AlignRight {
	text-align: right;
}
.AlignLeft {
	text-align: left;
}

