body {
	margin:0px;
	padding:0px;
	background:#111111 url(../images/interface/bg_tile.jpg);
	font-family:arial;
	font-size:12px;
	color:#333333;
}

h1,h2,h3,h4 {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h1 {
	font-size:20px;
	margin:0px 0px 20px 0px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

a {
	font-weight:bold;
	color:#49431D;
	text-decoration:none;
}

a:hover {
	color:#6C632B;
	text-decoration:underline;
}

#container {
	width:780px;
	margin:0 auto;	
}

#header {
	width:780px;
	height:105px;
}
#header-left {
	width:390px;
	height:105px;
	float:left;
}

#header-right {
	width:389px;
	height:105px;
	float:left;
}

#nav-area {
	width:200px;
	float:left;
}

#nav {
	width:199px;
	padding: 0px 0px 0px 1px;

}

#nav a {
	font: bold 13px arial;
	display: block;
	padding: 6px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #4c4b4b;
	background:url(../images/interface/nav_item_bg.jpg) repeat-y;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.subitem {
	margin: 0px 0px 0px 10px;
}

#nav a:hover {
	color:#C7B89A;		
	background:#3f3f3f url(../images/interface/nav_item_bg_over.jpg) no-repeat;

}

#nav-btm {
	width:200px;
}

#main-body {
	width:780px;
	background:url(../images/interface/content_area_bg_tile.jpg);
}

#content-area {
	width:550px;
	padding:15px;
	float:left;
}

#content-body {
	padding:15px;
}

#footer-area {
	width:780px;
	height:80px;
}

#footer-left {
	width:200px;
	padding:20px 0px 20px 0px;
	float:left;
	text-align: center;
}

#footer-body {
	width:520px;
	padding:30px;
	float:left;
	font: 10px arial;
	text-align: center;
}
#clear {
	clear:both;
}
