@charset "UTF-8";
/* CSS Document */

/* Css import (Start)
---------------------------------------- */
@import url("Reset.css");
@import url("Typography.css");
@import url("Navigation.css");

/* Css import (Start)
---------------------------------------- */
#html, body {
	width:974px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}

html, body {
	background:url(../Images/PageBg.gif) repeat;
}

.Spacer {
	height:14px;
	width:14px;
}

#Shadow {
	padding:0px 14px;
}

#PageContainer {
	height:inherit;
	background-color:#fff;
}

#TopGraphic {
	height:inherit;
	padding-bottom:28px;
}

#TopMenu {
	display:none;
}

#ContentContainer {
	height:inherit;
}

#LeftNav, #LeftContent {
	width:286px;
	margin-left:20px;
}

#LeftContent {
	margin-top:10px;
}

#Content {
	height:auto;
	width:576px;
	margin:0px 0px 0px 14px;
}

#ContentTwoCol {
	height:auto;
	width:562px;
	margin:0px 0px 0px 14px;
}

#RightColoumn {
	height:auto;
	width:178px;
	margin:0px 0px 0px 14px;
}

#Footer {
	height:auto;
	text-align:center;
	background-color:#6f2418;
	margin-top:30px;
}

#Footer .Spacer {
	display:none;
}

#poweredby {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#poweredby a {
	color:#fff;
	text-decoration:none;
	font-size:9px;
}
