* {
margin: 0;
padding: 0;
}

body {
background: #0075ab url('graphics/back.jpg') repeat-x;
text-align:center; color:#333; padding-top:40px; font-style:normal; font-variant:normal; font-weight:normal; line-height:20px; font-size:12px; font-family:arial, tahoma, sans-serif; background-repeat:repeat-x
}

/* ....................DIVS (LAYOUT) STYLES........................................... */

#wrapper {
width: 840px;
background: #FFF6DF;
border: 10px solid #FFF;
margin: 0 auto;
text-align: left;
}

#strapline {
width: 837px;
height: 20px;
padding: 3px 0px 3px 3px;
}

#header {
width: 840px;
border-top: 1px dashed #baa97d;
}

#nav {
list-style: none;
width: 840px; 
display: inline;
margin: 0px; 
padding: 0px;
}

#nav li {
display: inline;
}

#nav li a {
width: 119px;
height: 24px;
color: #fff;
float: left;
display: inline;
font: bold 12px/24px arial, tahoma, sans-serif;
background-color: #baa97d;
border-right: 1px solid #FFF6DF;
border-bottom: 10px solid #FFF6DF;
text-decoration: none;
text-align: center;
}

#nav li a:hover {
background-color: #ceba89;
}

ul#nav a#current {
background-color: #0075AB;
}

#content {
float: left;
width: 513px;
padding: 10px 20px 10px 15px;
}


#sidebar {
width: 270px;
background-color: #EFE7D1;
float: right;
border: 1px solid #ceba89;
font: normal 12px/18px arial, tahoma, sans-serif;
padding: 10px;
margin: 0px 0px 10px 0px;
}

#footer {
text-align: center;
color: #fff;
clear: both;
width: 840px;
background-color: #6F5F37;
padding: 3px 0px 3px 0px;
font: normal 11px/16px arial, tahoma, sans-serif;
}


/* ....................LINKS .......................................... */

a {
color: #0075ab;
text-decoration: none;
}

a:visited {
color: #6F5F37;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#footer a {color: #fff; text-decoration: none;}

a:hover img {
border-color: #f00;
}

/* ....................TEXT STYLES........................................... */

h1, h2 {
font: normal 12px/14px arial, tahoma, sans-serif;
color: #6F5F37;
display: inline;
text-transform: uppercase;
letter-spacing: 1px;
float: left;
}

h3 {
font: bold 16px/26px arial, tahoma, sans-serif;
}

h4 {
font: bold 12px/20px arial, tahoma, sans-serif;
text-transform: uppercase;
}

p {
margin-bottom: 20px;
}


/* ....................LIST STYLES........................................... */

ul {
list-style-position: inside
}

#strapline ul {display: inline; list-style: none; margin: 0px; padding: 0px;}	
#strapline li {display: inline;}
#strapline li a {float: right; display: inline; border: 0px; margin: 0px; padding: 0px 0px 0px 8px;}
#strapline img {border: 0px; margin: 0px; display: inline; vertical-align: top;}



/* ....................IMAGES........................................... */
img {
border: none; float: left; margin-right: 10px; margin-bottom: 10px
}

#header img {
border: none; float: left; margin: 0px;
}


/* ....................GALLERY PAGE PAYOUT........................................... */

#galleryscroll {
float: left;
width: 157px;
height: 470px;
padding: 10px 20px 10px 15px;
overflow: scroll;
}

#gallerymain {
width: 620px;
height: 470px;
background-color: #EFE7D1;
float: right;
border: 1px solid #ceba89;
font: normal 12px/18px arial, tahoma, sans-serif;
padding: 10px;
margin: 0px 0px 10px 0px;
}

#galleryscroll p {background-color: #0075AB; color: #fff; margin-bottom: 10px; text-transform: uppercase; font-weight: bold; padding-left: 3px}



/* ....................GUESTBOOK STYLES........................................... */


fieldset {
	border: solid 1px #666666;
	width: 600px;
	padding: 4px 4px 4px 4px;
	margin: 15px 0px 15px 105px;
}

legend {
	color: #ffffff;
	background: #0071A7;
	width: 119px;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 5px 0px 5px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 5px 0px 5px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #fff;
	background: #796B46;
	border: 2px outset #cccccc;
	width: 125px;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}


.entry {
	width: 600px;
	border-top: dotted 1px #796B46;
	margin-bottom: 5px;
	margin-left: 105px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	font-style: italic;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	width: 600px;
	padding-bottom: 4px;
}