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

html, body {
	background:url(images/bg.jpg) top left fixed;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#F9D8B7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	margin-top:0px;
}

#wrapper{
	background:url(images/wrap_bg.jpg) top center fixed repeat-y;
	width:972px;
	margin:0px auto 0px auto;
	text-align:left;
}

#headpics{
	height:220px;
	width:900px;
	padding-left:10px;
}

#contentbox{
	background:url(images/boxbg.jpg) repeat-x #1c1304;
	width:920px;
	margin: auto;
	margin-left:18px;
	padding-left: 10px;
	border: 2px solid #ffeedc;
}

#navi{
	height:60px;
	margin: 20px 0px 10px 0px;
}

#navi ul li{
	float:left;
	display:block;
	padding: 8px 6px 8px 6px;
	list-style:none;
	margin: 0px 8px 0px 0px;
}

#navi ul li a{
	background: #f9d8b7;
	color: #2f200d;
	padding: 2px;
}

#navi ul li a:hover{
	color: #f9d8b7;
	background: #2f200d;
	padding: 2px;
}

#contentleft{
	width:600px;
	border-right: 2px solid #f9d8b7;
	padding: 0px 4px 0px 4px;
}

#sidebar{
	width:300px;
	float:right;
}

td.borderright{
	border-right: 1px solid #F9D8B7;
}

a{
	color: #F9D8B7;
	padding: 2px;
}

h1{
	font-size:19px;
	color:#f58220;
}

.whitetext{
	color:#FFFFFF;
}

h2{
	font-size:15px;
	color:#f58220;
}

h4{
	font-size:14px;
}

#footer{
	background:url(images/footer_bg.jpg) bottom center no-repeat;
}

.listing{
	background:url(images/listitem.png) no-repeat top left;
	padding-left:25px;
	line-height:20px;
	list-style:none;
	min-height:30px;
}

.borderpic{
	border: 3px solid #f9d8b7;
}