@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
}
#top_navig {
	height: 80px;
	width: 960px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
}
#left_navig {
	float: left;
	height: 505px;
	width: 100px;
	background-image: url(../images/leftBACK.jpg);
	background-repeat: repeat-x;
}
#right_cont {
	float: right;
	height: 505px;
	width: 860px;
}
#footer {
	background-color: #CCCCCC;
	height: 20px;
	width: 960px;
	clear: both;
	background-image: url(../images/footerBACK5.jpg);
}

#main_cont {
	padding: 0px;
	width: 960px;
	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/mainBACK.jpg);
	background-repeat: repeat-x;
}
