html {
	min-height: 100%;
	height: auto;
}

body{
	margin:0;
	font:11px verdana, tahoma;
	color:#87624e;
	background:url(/images/gfx/bodybg.jpg) repeat-x;
	height:100%;
	}
img{border:0}
a {color:#30738a}

#container{
	position:relative;
	margin:auto;
	width:1024px;
	background:url(/images/gfx/leftbarbg.jpg) repeat-y;
	min-height:800px;
	}

#col1{
	width:229px;
	float:left;
	background:#b08044;
	min-height:700px;
	}
#col2{
	float:left;
	width:530px;
	margin:250px 20px 20px 20px;;
	}
#col2 h1{font-size:18px;}

	
#col3{
	float:left;
	width:166px;
	padding:7px;
	background:#b08044;
	margin-top:250px;
	color:#e6d6cd;
	min-height:536px;
	}
	#col3 a{color:#4c2915}

#col3 h2{	font-size:15px;margin:0 0 4px 0}

#menulist, #menulist li{
	background:#b08044;
	margin:0;
	padding:0;
	list-style:none;
	}
#menulist li a{
	background:#94602b;
	padding:3px 10px 3px 34px;
	margin:8px 0 0 0 ;
	color:white;
	font-size:13px;
	display:block;
	text-decoration:none;
	}
#menulist li a.selected, #menulist li a:hover{
	background:#794012 url(/images/gfx/menuactive-bg.gif) 19px 9px no-repeat;
	}
	#menulist li li a{
	background:#b08044;
	padding:2px 0px 2px 44px;
	margin:0;
	font-size:11px;
	}
#menulist li li a.selected, #menulist li li a:hover{
	background:#794012 url(/images/gfx/menuactive-bg.gif) 19px 6px no-repeat;
	}

#topimage{
	position:absolute;
	top:56px;
	left:229px;
}
#bottom{
	width:1004px;
	padding:3px 10px;
	border-top:1px solid #b08044;
	border-bottom:1px solid #b08044;
	color:#b08044;
	position:relative;
	margin:auto;
}
bottom a{text-decoration:none;color:#b08044;}