/* CSS Document */

body {
	background-image: url(../images/layout/background-sand.jpg);
	font-size: 11pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:0
}

#header {
	position: relative;
	width:900px;
}
#contentarea {
	position: relative;
	width:900px;
	background-image:url(../images/layout/background-page.gif)
}
.leftnav {
	width:170px;
	font-size:.8em;
	padding-left:10px;
}
.content {
	width:730px;
	padding-right:20px;
	
}

#footer {
	position: relative;
	width:900px;
}
