#Top {
	position:relative;
	width:100%;
	height:120px;
	z-index:1;
	background-image: url(/img/top_backer.jpg);
}
#TopNav {
	position:absolute;
	left:196px;
	top:93px;
	width:452px;
	height:25px;
	z-index:2;
}
#TopContent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:120px;
	z-index:1;
}
#Mid {
	position:relative;
	width:100%;
	background-image: url(/img/mid_backer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FBEDCB;
}
#MidContent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#Footer {
	position:relative;
	width:100%;
	height:126px;
	background-image: url(/img/footer_backer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#FooterContent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:76px;
	padding:15px 0px 15px 0px;
	z-index:1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
#LeftCol {
	position:relative;
	top:10px;
	width:179px;
	z-index:5;
	float:left;
}
#RightCol {
	position:relative;
	top:10px;
	width:705px;
	float:right;
}
#LeftNav {
	margin-bottom:15px;
}
#Photo {
	position:relative;
	width:454px;
	height:203px;
	float:left;
}
#Featured {
	position:relative;
	width:246px;
	height:203px;
	float:right;
	background-image: url(/img/featured_backer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	text-align:center;
}
#MidNav{
	position:relative;
	width:705px;
	height:32px;
	margin-top:10px;
	clear:both;
	background-image: url(/img/mid_nav_backer.gif);
	text-align: right;
}
#Content{
	position:relative;
	width:633px;
	margin-top:10px;
	padding: 35px 35px 35px 35px;
	margin-bottom:25px;
	clear:both;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

