body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #333;
}

body {
	background-color: #FFF;
	background-image: url(../images/nav/bk.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#wrapper-inner {
	background: url(../images/nav/bk_main.png);
	background-repeat: repeat-y;
}

#contentbox {
	float: left;
	width: 900px;
	display: block;
	padding: 20px 40px 40px 40px;

}

#sidenav {
	float: left;
	width: 200px;
	display: block;
	padding-top: 60px;
}

#navitems {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navitems li {
	font-size: 14px;

	border-bottom: 1px dotted #ccc;
}

#navitems li a {
	text-decoration: none;
	color: #801415;
	display: block;
	padding: 6px 10px 6px 12px;
}

#navitems li a:hover {
	color: #f09227;
	display: block;
}

#navitems li a.selected {
	background-color: #801415;
	color: #fff;
	display: block;
}

#content {
	float: left;
	width: 670px;
	display: block;
	padding-left: 30px;
	text-align: center;
}

#content h2 {
	font-size: 20px;
	color: #801415;
}

.pthumb {
	width: 218px;
	height: 200px;
	display: block;
	background: url(../images/nav/bk_thumb.png);
	background-repeat: none;
	vertical-align: top;
	text-align: center;
}

.pthumb img {
	padding: 24px 24px 5px 24px;
}

.pthumb p {
	margin: 0;
	padding: 0;
}

.pdiv {
	width: 8px;	
}

