body {
	background-color: #736a59;
	margin: auto;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}


div.body {
	background: url('/images/contentback.gif') repeat-y #635f55;
	width: 768px;
	margin: 0px auto 30px auto;
}

div.head {
	width: 768px;
	height: 129px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top;
}

div.head img {
	border: 0px;
}

div.menu {
	width: 768px;
	height: 34px;
	background: url('/images/menu.gif') no-repeat top;
}

td.content {
	width: 423px;
	background: url('/images/cframeback.gif') no-repeat top left;
	border-bottom: 2px solid #000;
	margin: 0px;
	padding: 0px;
}

.menu span {
	position: relative;
	left: 120px;
	top: 6px;
}

.menu a {
	color: #443A24;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
}

.menu a:hover {
	color: #000;
}

.menu a.active {
	text-decoration: underline;
}

div.contentcontainer {
	background: url('/images/contentbottom.jpg') no-repeat bottom;
	padding: 0px 15px 32px 15px;
}

img.sitepic {
	border: 2px solid #000;
}

.content div {
	padding: 6px 6px 25px 6px;
	font-size: 13px;
}

.content h1 {
	margin: 0px 0px 15px 0px;
	font-size: 18px;
}

.content a {
	color: #2e2517;
	text-decoration: underline;
}

.content a:hover {
	color: #000;
	text-decoration: none;
}

.content img {
	margin: 0px 4px 4px 0px;
	border: 2px solid #000;
}

img.left {
	float: left;
}

img.right {
	float: right;
}