html, body {
	height:100%;
}
body {
	background: #B4CAB7 url(images/body.gif) repeat-y;
	padding: 0;
	margin: 25px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#hands {
	background: url(images/hands.gif);
	width: 403px;
	height: 466px;
	position: absolute;
	top: 0;
	left: 347px;
}
#header {
	width: 700px;
	padding: 0 0 13px;
	background: url(images/dotted_line.gif) repeat-x left bottom;
	margin: 0 0 0 25px;
}
#header h1 {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin: 0;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#header p {
	font-size: 15px;
	margin: 0;
	color: #575757;
}

#nav {
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav a {
	color: #575757;
	text-decoration: none;
	background: url("images/nav_active.gif") no-repeat 500px;
}
#nav a:hover {
	color: #000 !important;
	background-position: left top !important;
}
#nav li.active a,#nav li li li.active a {
	color: #000;
	background-position: left top;
	font-weight: bold;
}
#nav li a {
	padding-left: 25px;
}
#nav li li a {
	padding-left: 40px;
}
#nav li li li a {
	padding-left: 55px;
}
#nav li.active li a {
	font-weight: normal;
	background-position: 500px;
	color: #575757;
}
#content {
	width: 320px;
	margin-left: 25px;
	position: relative;
}
#content h2, #content h3 {
	margin: 25px 0 5px;
}
#content h2 {
	font-size: 20px;
	font-weight:normal;
	letter-spacing:-1px;
}
#content h3 {
	font-size: 12px;
	color: #66724A;
}
#content p {
	margin: 0 0 10px;
}
#content a {
	color: #A4691C;
	font-weight:bold;
}
#content a:hover {
	text-decoration: none;
}
#content.wide {
	width: 675px;
}
#footer {
	position:fixed;
	bottom:10px;
	left:770px;
}
#footer p {
	font-size:10px;
	font-weight:normal;
	color:#555;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color:#888;
}
.picmiddle {
	margin:20px 0 0 0;
	text-align:center;
}
.picmiddle p {
	
	padding:10px;
	font-weight:bold;
}