#main {
	width: 857px;
	margin: 0 auto;
}
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: "Lucida Grande",Lucida Sans Unicode,Lucida Sans,Lucida,Verdana,Helvetica,sans-serif;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #444444;
}

h1 {
	color: #333;
	font-size: large;
}
.head {
	background-image: url(img/head_bg.jpg);
	height: 370px;
}
.head_full {
	background-image: url(img/head_bg_full.jpg);
	height: 370px;
}
.nav-container {
	position: relative;
	top: 311px;
	left: 30px;
	width: 798px;
	height: 42px;
	background-color: #BBB;
}
.nav {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #CCCCCC;
	border: 1px solid #FFF;
}
.nav-container ul{
	display: inline;
	list-style-type: none;
}
.nav-header li{
	display: block;
	float: left;
	padding: 0 14px;
	line-height: 42px;
	border-right: 1px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	background-color: #CCC;
}
.nav-header .nav-selected li:hover{
	background-color: #999;
	color: #8F2727;
}

.nav-header a{
	text-decoration: none;
}

.nav-header .nav-selected  {
	background-color: #AAA;
}

.content_f {
	background-image: url(img/bg_content_full.jpg);
	float: left;
	width: 857px;
}
.content_full {
	position: relative;
	left: 30px;
	width: 775px;
	float: left;
	background-color: none;
	padding-left: 10px;
	padding-right: 10px;
} 

.content {
	background-image: url(img/bg_content.jpg);
	float: left;
	width: 857px;
}
.content_main {
	position: relative;
	left: 30px;
	width: 520px;
	float: left;
	background-color: none;
	padding-left: 10px;
	padding-right: 10px;
}
.content_right {
	position: relative;
	left: 33px;
	width: 255px;
	float: left;
	top: -16px;
	overflow: hidden;
}
.footer {
	position: relative;
	padding-left: 33px;
	padding-top: 5px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 40px;
	font-size: 9px;
}
.cleaner{
	clear: both;
}

input, textarea{
	border: 1px solid #888;
	background: #DDD;
	color: #222;
}

.nav-container .ccm-spacer {
	display: none;
}


.content_right .nav {
	display: block;
/*	list-style-type: none;*/
	background-color: transparent;
	border: none;
	font-size: 10pt;
}

.guestBook-entry {
	background-color: #E3E3E3;
}

.contentByLine {
	font-weight: bold;
/*	background-color: #CCC;*/
}

