* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
	}

body {
	background:#BA7000 url(../images/body-background.jpg) repeat-y center top;
	}
	
div#top {
	width:100%;
	height:20px;
	display:block;
	background:url(../images/body-top-background.jpg) repeat-x center top;
	}

div#header {
	width:1000px;
	height:346px;
	display:block;
	margin:0 auto;
	background:url(../images/header-background.jpg) no-repeat center top;
	}
	
div#logo a {
	width:294px;
	height:60px;
	float:left;
	text-indent:-9999px;
	margin:140px 0 0 94px;
	}
	
div#header h1 { 	
	width:370px;
	height:190px;
	float:right;
	text-indent:-9999px;
	margin:90px 47px 0 0;
	}		

div#container {
	width:930px;
	height:auto;
	display:block;
	margin:0 auto;
	padding:0 30px 14px 40px;
	}
	
div#container:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	}	
	
div#wrap {
	width:674px;
	height:auto;
	display:block;
	float:left;
	background:url(../images/content-background.jpg) repeat-y top center;
	}
	
ul#nav {
	width:634px;
	height:47px;
	display:block;
	padding-left:40px;
	background:url(../images/nav-background.jpg) no-repeat top left;
	}
	
ul#nav li {
	display:inline;
	}

ul#nav li a {
	width:80px;
	display:inline;
	float:left;
	color:#FE9800;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin:15px 34px 0;
	}
	
ul#nav li a:hover {
	color:#FFF;
	}	
	
div#content {
	width:614px;
	height:auto;
	min-height:300px;
	display:block;
	float:left;
	padding:20px 30px 0 30px;
	background:url(../images/content-top-background.jpg) no-repeat top left;
	}
	
ul#nav-content {
	width:124px;
	height:30px;
	display:block;
	clear:both;
	padding:/*40px*/0 0 0 550px;
	background:url(../images/content-bottom-background.jpg) no-repeat bottom left;
	}
	
ul#nav-content li {
	display:inline;
	text-indent:-9999px;
	}

ul#nav-content li a {
	height:20px;
	display:inline;
	float:left;
	color:#FFF;
	font-size:12px;
	/*line-height:50px;*/
	font-weight:bold;
	text-align:center;
	}	
	
div#sidebar {
	width:236px;
	height:auto;
	display:block;
	float:right;
	}		
	
div#footer {
	width:100%;
	height:100px;
	display:block;
	clear:both;
	padding-top:50px;
	background:#000 url(../images/footer-background.jpg) repeat-x center top;
	}