body {
	background-color: #ff9900;
	margin: 0 auto;
}

/*---------------------------------- WRAPPER -------------------------*/
#wrapper {
	width: 800px;
	margin: 20px auto;
	background-color: white;
}

/*---------------------------------- header -------------------------*/

#header {
	width: 800px;
	height: 122px;
	background: url(images/banner.jpg);
	background-color: white;
}

/*---------------------------------- content -------------------------*/

#content {
	width: 800px;
	height: 417px;
	background-color: white;
}

#content-left {
	width: 203px;
	height: 417px;
	float: left;
	background-color: whitw;
}

#content-right {
	width: 597px;
	height: 417px;
	float: left;
	background-color: white;
}

#content-right p {
	padding-left:45px;
	padding-right:65px;
	font-size: 11px;
	font-color: #333333;
	font-family: "verdana",sans-serif
}

#content-right a {
	text-decoration: none;
}

/*---------------------------- nav links ------------------*/
#navlink1 {
	width: 203px;
	height: 38px;
	background-color: white;
}
#navlink {
	width: 203px;
	height: 30px;
	background-color: white;
}
#navlink3 {
	width: 203px;
	height: 31px;
	background-color: white;
}
#navlink4 {
	width: 203px;
	height: 3\28px;
	background-color: white;
}
#navlink5 {
	width: 203px;
	height: 29px;
	background-color: white;
}
#navlink6 {
	width: 203px;
	height: 34px;
	background-color: white;
}
#left_space {
	width: 203px;
	height: 227px;
	background-color: white;
}
/*---------------------------------- footer -------------------------*/

#footer {
	width: 800px;
	height: 61px;
	background: url(images/footer.jpg);
	background-color: white;
}