@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
}
#header {
	height: 200px;
	width: 740px;
	background-image: url(../images/heather_rest3.jpg);
	background-repeat: repeat-x;
}
#top_navig {
	height: 25px;
	width: 740px;
	background-image: url(../images/top_navi2Gray.jpg);
}
#left_navig {
	float: left;
	height: auto;
	width: 216px;
	background-image: url(../images/backLeft_navigGray.jpg);
	background-repeat: repeat;
}
#right_cont {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 523px;
	background-image: url(../images/back_white2Gray.jpg);
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: small;
}
#footer {
	background-color: #CCCCCC;
	height: 100px;
	width: 740px;
	clear: both;
	background-image: url(../images/footerGray1.jpg);
}

#main_cont {
	background-color: #FFFBF0;
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	overflow: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/backLeft_navigGray.jpg);
}

