#container{
	width: 980px;
	height: 640px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 5px solid #FFFFFF;
	background-color: #5D1715;
	display: table;
}

#c_left {
	width: 300;
	height: 100%;
	float: left;
	position: relative;
}

#c_right {
	width: 670px;
	height: 100%;
	float: right;
	background-color: #742614;
	position: relative;
}

#header {
	height: 120px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-repeat: repeat-x;
	position: relative;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFFED5;
}

#main {
	width: 960px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
	background-image: url(img/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	margin-bottom: 10px;
	position: relative;
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 425px;
	text-align: left;
	display: table;
	margin-bottom: 5px;
}

#conleft {
	float: left;
	width: 200px;
	background-color: #F7F7F2;
	height: 100%;
	position: relative;
}

#conright {
	float: right;
	width: 755px;
	position: relative;
	display: table;
	height: 100%;
	background-color: #FAFAFA;
}

