@charset "UTF-8";
/* CSS Document */

body {
	background:url(bodyback.jpg) repeat-y center;
	margin:0;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#topbar {
	width:900px;
	height:35px;
	background:url(carbon.jpg) #FFFF66;
	margin:0 auto;
}

#header {
	width:900px;
	height:200px;
	background:url(headback3.jpg) no-repeat;
	margin:0 auto;
	border-top:#ff9900 1px solid;
}

#nav {
	margin:0;
	padding:0px;
	width:900px;
	height:35px;
	background:url(navback3.jpg) repeat-x;
	border-top:#ff9900 1px solid;
	border-bottom:#333333 1px solid;
	position:relative;
}

#contentwrap {
	width:900px;
	min-height:1000px;
	margin:0;
	padding-top:8px;
	background:url(hdropshadow.jpg) top center no-repeat #ffffff;
	border-bottom:#ff9900 1px solid;
}

#contentnocolumn{
	padding:24px;
	width:850px;
}

#content {
	float:left;
	margin:0 auto;
	padding:25px;
	width:600px;
	border-right:1px solid #dedede;
}

#rightcolumn {
	float:left;
	width:180px;
	min-height:900px;
	position:relative;
	padding:25px;
	background:url(hdropshadowtall.jpg) left no-repeat;
	
}

#bottombar {
	width:900px;
	height:35px;
	background:url(carbon.jpg) #FFFF66;
	margin:0 auto;
}


