@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.png) repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	padding:0;
	width:900px;
	margin:10px;

}
a, a:link, a:visited, a:active{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#999999;
}
.inner_container{
	width:900px;
	margin:0 auto;

}
#content{
	background:#2E260F;
	padding:12px;
	width:900px;
	margin:0 auto;
}
.main_content{
	background:#EEE5D9;
	padding: 6px;
	width:664px;
	float:right;
	overflow:hidden;
}
#sidebar{
	width:200px;
	background:#EEE5D9;
	padding:6px;
	float:left;
	overflow:hidden;
	display:table-cell;
	vertical-align:top;
}
#header{
	padding:10px;
	color:#FFF;
	font-size:30px;
	text-align:center;
	position:relative;

}
#sidebar{
	width:200px !important;
}
#main_content{
	width:664px !important;
}
#navigation{
	padding:12px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:1.5em;
	text-align:center;
	margin:0 auto;
	background:#2E260F;
	width:876px;
}
#footer{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:.85em;
	padding:12px;
	text-align:center;
	background-color:#2E260F;
	width:900px;
}
