@charset "utf-8";
/* CSS Document */

#Container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:902px;
	z-index:1;
	background-color: #FFFFFF;
	background-image: url(img/main_backer.jpg);
	background-repeat: repeat-y;
}
#Top {
	position:relative;
	width:729px;
	float:right;
	z-index:1;
	height: 251px;
	background-color: #E5EFF9;
}
#LeftNav {
	position:relative;
	left:0px;
	width:173px;
	float:left;
	margin-bottom:15px;
	z-index:100;
}
#MidNav {
	position:relative;
	width:729px;
	float:right;
	z-index:1;
	height: 42px;
	background-color: #DBB00B;
}
#Content {
	position:relative;
	width:536px;
	float:right;
	z-index:1;
	background-image: url(img/body_blend.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:250px;
}
#ContentRight {
	position:relative;
	width:193px;
	float:right;
	margin-top:0px;
	margin-bottom:15px;
	z-index:1;
	background-repeat: no-repeat;
	background-position: left top;
}
#Footer {
	position:relative;
	height:37px;
	clear:both;
	width:902px;
	z-index:1;
	background-image: url(img/btm_backer.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#BtmLeft {
	position:relative;
	height:37px;
	width:245px;
	float:left;
	text-align:left;
	padding-left:15px;
}
#BtmRight {
	position:relative;
	height:37px;
	width:615px;
	float:right;
	text-align:right;
	padding-right:15px;
}