body {
	background: #FFD966 url(../images/background.gif) repeat 0px 0px;
	position:relative;
	width:100%;
	min-width:990px;
	max-width:1300px;
}

div#naming img#logo {
	margin: 20px 0 0.7em 20px;
	float: left;
}
div#naming h1{
	position:relative;
	left: -30px; top:10px;
	height:60px; width:722px;
	background-image:url(../images/newway.gif);
	text-indent:-999em;
	overflow:hidden;
}
div#naming h2{
	position:relative;
	top:30px;
	width: 90%;
	min-width: 1000px;
}

ul#navigation {
	position:absolute;
	top:200px; right:35%;
	width: 800px;
	text-align:right;
}

div#sidebar{
	position:relative;
	float:right;
	z-index:1;
	margin:3em 1em 0 1em;;
	padding: 0 1.5em 1em 1.5em;
	width: 25%;
	min-width: 180px;
	background-image: url(../images/greenbackground.gif);
	border: solid 1px #17540F;
}

div#content{
	position:relative;
	clear:left;
	z-index:0;
	top:8em;
	width: 90%;
	min-width:800px;
	padding-left: 3%;
}

div#footer {
	position:relative;
	clear:both;
	margin: 4em 0pt 2em 4em;
	text-align:center;
}
#footer li {
	display:inline;
	padding: 0 2em;
}

.floatRight {
	float: right;
	margin: 10px;
}
