	body,
	html {
		margin:0;
		padding:0;
		background:#000000;
		color:#FF8000;
		font:12px arial black;
	}
	body {
		min-width:600px;
	}
	#wrap {
		background:#000000;
		margin:0 auto;
		width:600px;
	}
	#header {
		background:#000000;
	}
	#header h1 {
    	padding:0px;
	    margin:0;
    }
	#nav {
		background:url('images/menubg2.gif');
		background-repeat:no-repeat;
		background-position:center;
		height: 40px;
		width: 600px;
		font: italic small-caps 900 18px trebuchet ms;
		padding:0px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
		}
	#nav a:link { 
	color: #000000;
	text-decoration: none;
	}
	#nav a:visited { 
	color: #000000;
	text-decoration: none;
	}
		#nav a:active { 
	color: #333333;
	}
	#nav a:hover { 
	color: #000000;
	text-decoration: none;
	color: #fff;
	}

	#main {
		background:#000000;
		float:left;
		width:400px;
		font: trebuchet ms 12px color #ff6c00;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:url('images/bg.jpg');
		background-position:center;
		float:right;
		width:199;
		padding-left: 5px;
		font: trebuchet ms 12px color #fff;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:url('images/footer.jpg');
		clear:both;
		height: 277px;
	}
	#footer p {
		padding:5px;
		margin:0;
    }