body {
	background-color:#776d68;
	color:#646451;
	font-family:"Lucida Grande",Tahoma, Arial, sans-serif;
	font-size:10pt;
}

a {
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid gray;
}

#wrapper {
	width:750px;
	margin:25px auto;
	background-color:#ffffff;
	-moz-border-radius:2px;
}

#header {
	padding:30px 34px;
	height:40px;
}

#header img {
	float:left;
}

#header ul {
	float:right;
	list-style:none;
	margin: 0;
	padding:10px;
	background-color:#f3f3f3;
}

#header ul li {
	display:inline;
	padding:0 8px;
	color:#000;
}

#header ul li.current {
	font-weight:bold;
}

#header a {
	color:blue;
	text-decoration:none;
}

#header a:hover {
	border-top:1px solid gray;
	border-bottom:none;
}

#content {
	padding:0 34px;
	font-size:90%;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	color:#f97d00;
	/*margin-bottom:0;
	padding-bottom:0;*/
}


#content h3 {
	color:#646541;
	border-bottom:1px dotted #f97d00;
}

#content p {
	font-size:105%;
	line-height:1.3;
}

#content table {
	width:100%;
}

#content td {
	width:50%;
	padding:10px 0;
	text-align:center;
	background-color:#f3f3f3;
}

#content td:hover {
	background-color:#eee;
}

#footer {
	padding:30px 38px 10px 38px;
}

#footer p {
	text-align:right;
	color:#aaa;
	padding:0;
	margin:0;
	font-size:80%;
}
