body {
	background:top center;
	background-image: url(/diuguid/images/diuguid_page_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fffbf2;
	margin:0;
	padding:0;
}

#container {
	position:relative;
	width: 780px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-bottom:80px;
	background:top center;
	background-image: url(/diuguid/images/diuguid_body_bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFF;
}

#headers {
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:706px;
	height:76px;
	background-image: url(/diuguid/images/duiguid_records.jpg);
	background-repeat: no-repeat;
	padding:37px;
	text-align:right;
	z-index:1;
}

#homebody {
	position:relative;
	left:40px;
	top:40px;
	width:700px;
	z-index:10;
}


#mainbody {
	position:relative;
	left:40px;
	top:40px;
	width:700px;
	z-index:10;
}

#rightside {
	position:relative;
	width:200px;
	z-index:10;
	padding: 10px 30px;
	background-color: #F4EEE4;
	border: 1px;
	border-color: #663300;
	float: right;
}

#rightside2 {
	position:relative;
	z-index:10;
	float: right;
}


#tanbox {
	position:relative;
	width:650px;
	z-index:10;
	padding: 10px;
	background-color: #F4EEE4;
	border: 1px;
	border-color: #663300;
}

#littlefloat{
	float:left;	
	margin-right:10px;
}

#lefthome {
	position:relative;
	width:420px;
	z-index:10;
	float: left;
}

#leftmenu {
	position:relative;
	width:180px;
	z-index:10;
	float: left;
}

#rightabout {
	position:relative;
	width:500px;
	z-index:10;
	float: right;
}

#menubar {
	position:relative;
	padding:8px 40px 7px 40px;
	width:700px;
	height:25px;
	z-index:2;
	background-color: #663300;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

#menubar img {
	vertical-align:middle
}

#pagediv { /* Plot Book Nav */
	display:inline;
}

h2 {
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	letter-spacing:1px;
	margin: .5em 0 .5em;
}

h3 {
	color: #630;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	margin: .5em 0 .5em;
}

td p {
	margin:0;
}


.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.navtext a {
	color: #FFFFCC;
	text-decoration: none;
}

.navtext a:hover {
	color: #FFCC00;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text a {
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

.text a:hover{
	color: #900;
}

.off {
	color: #726559;
	text-decoration: none;
	font-weight: bold;
}
.boxline {
	border-bottom-color: #E1CEAE;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.photobox {
	border-color: #663300;
	border-style: dotted;
	border-width: 1px;
	padding: 6px;
	margin-left: 40px;
	background-color: #F4EEE4;
	text-align: center;
}

.cwphotobox {
	border-color: #663300;
	border-style: dotted;
	border-width: 1px;
	padding: 36px 6px 6px 6px;
	margin-left: 40px;
	background: #F4EEE4 url(/diuguid/images/cw_star.gif) no-repeat top center;
	text-align: center;
}
.headerphotos {
	border-color: #663300;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin-left: 18px;
	background-color: #FFFFFF;
}
.tableheadtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC;
	letter-spacing:normal;
}

.tableheadtext a{
	color: #FFC;
	font-weight: bold;
	text-decoration:none;
}

.tableheadtext a:hover {
	color: #FC0;
	font-weight: bold;
	text-decoration:none;
}


.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smalltext a {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

.smalltext a:visited {
	color: #600;
}

.smalltext a:active {
	color: #996600;
}

.smalltext a:hover {
	color: #996600;
	text-decoration: none;
}

.interpret {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 40px;
}

.interpret a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

.interpret a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

.subs {
	color: #630;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:normal;
	margin: .5em 0 .5em;
}


ul.gallery{position:relative;height:300px;width:400px;overflow:hidden;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}