/* hack for IE5+(Win) */
html, body, #page {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* hack for Moz/Netscape */

html>body #page {
	height: auto;
}
/*div {	border:1px solid #f00;
}div div {	border:1px solid #0f0;
}div div div{	border:1px solid #00f;
}*/
body {
	margin:0;
	padding:0;
	background:url(images/body_bg.jpg) repeat-x #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	}

h1,h2,h3,h4,h5,h6 {
	color:#c96;
	}
	
#page {
	position:relative;top:0;

	background:url(images/header.jpg) no-repeat top center #fff;
	width:800px;
	margin:0 auto;
	}
	
#header {
	width:800px;
	height:170px;
	}
	
#nav {
	width:800px;
	/*height:1em;*/
	}
#nav ul {
	margin:0 20px;
	padding:0;
	list-style-type:none;
	font-weight:bold;
	}
#nav li {
	float:left;
	margin:0 1px;
	padding:0;
	border:1px solid #ba9463;
	border-bottom:0;
	}
#nav a, #nav a:link {
	display:block;
	color:#000;
	background:url(images/tab_bg.gif) repeat-x bottom #fff;
	text-decoration:none;
	padding:.5em;
	}
#nav a:hover {
	background:#fff;
	color:#ba9463;
	}
	
#content_wrapper {
	background:url(images/index_bg.jpg) no-repeat top center #fff;
	width:800px;
	padding-bottom:96px;
	clear:both;
	}
#content {
	padding:20px 16px;
	margin-top:.7em;
	width:auto;
	min-height:500px;
	}
*html #content {height:500px;}
#main {
	padding-left:250px;
	}
	
#main img {
	padding:5px;
	border:none;
	}
#sidebar {
	background:url(images/login_top.gif) no-repeat top center transparent;
	padding-top:12px;
	width:217px;
	float:left;
	text-align:center;
	}
#login {
	width:217px;
	background:url(images/login_bottom.gif) no-repeat bottom center transparent;
	padding-bottom:12px;
	color:#fff;
	text-align:left;
	} 

#login form, #login p {
	padding:0 8px;
	}
#login label input {
	width:198px;
	}
#login a:link, #login a:visited {
	color:#fff;
	}
#login a:hover {
	color:#ba9463;
	}

#sidebar img {
	border:none;
	padding:10px;
	}
#foot {
	position:absolute;bottom:0;
	background:#ba9463;
	height:96px;
	width:760px;
	padding:2px 20px;
	}
#home #page {
	background:url(images/home_bg.jpg) no-repeat top center #fff;
}
