body {
	background:#fff;
	color:#5e5e5e;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.wrapper {
	width:620px;
	margin:auto;
}

#header {
	height:30px;
	border-bottom:#d7d4c5 1px solid;
	margin-bottom:35px;
	padding:30px 0px 15px 0px;
}

#header img {
	padding-bottom:15px;
}

#content {
	float:right;
	text-align:left;
	width:367px;
	padding:0px 0px 0px 25px;
	border-left:#d7d4c5 1px solid;
	background:#fff;
	color:#5e5e5e;
	min-height:650px;
}

#navigation {
	float:left;
	padding:10px 25px 0px 0px;
	width:202px;
	background:#fff;
}

#navigation ul {
	list-style-type:disc;
	margin:5px 0px 5px -15px;
}

a, a:visited, #navigation a, #navigation a:visited {
	color:#369;
	text-decoration:none;
}

a:hover, #navigation a:hover {
	text-decoration:underline;
}

h1 {
	color:#9d9a88;
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:14pt;
	border-bottom:#9d9a88 1px solid;
	padding-bottom:10px;
}

h2, h3, h4 {
	color:#9d9a88;
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:10pt;
	border-bottom:#9d9a88 1px solid;
	padding-bottom:7px;
	margin-top:25px;
}

label {
	padding-left:10px;
}

.clear {
	clear:both;
}