@CHARSET "UTF-8";

body {
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	background-color: #dbdbdc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#doc {
	margin: auto;
	width: 1280px;
	background-image: url(../img/content.gif);
}

#header {
	height: 232px;
	width: 1280px;
	position: relative;
	background-image: url(../img/header.jpg);
}

#headerNav {
	position: relative;
	left: 950px;
	width: 330px;
	top: 205px;
	height: 20px;
	line-height: 15px;
	font-size: 11px;
}

div#wrapper {
	float: right;
	width: 100%;
	margin-left: -200px
}

div#content {
	margin-left: 210px
}

div#navigation {
	float: left;
	width: 200px;
}

div#footer {
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: right;
	color: black;
}

div#footer a {
	clear: both;
	width: 100%;
	font-size: 11px;
	text-decoration: none;
	color: gray;
}