body {
	font: 0.8em/1.3em tahoma, arial, helvetica, sans-serif;
	margin: 5px;
	background:url("images/bg.gif");
	background-color: #B3A87A;
	color: #333333;
	padding: 0px;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #edeee5;
	border: 1px solid #cccccc;
   	width: 675px;
	padding: 1px;
}

#masthead {
	width: 675px;
	height: 383px;
	padding: 0;
}

a:link {
	color: #762938;
}

a:hover{
	color: #b22222;
}

p {
	margin: 5px 10px 15px 5px;
	padding-left: 5px;
	padding-right: 10px;
}

h3 {
	font: 1.3em "trebuchet ms", arial, helvetica, sans-serif;
	margin-bottom: -0px;
	margin-top: 30px;
	margin-left: 8px;
	font-weight: bold;
	color: #697165;
}

.footernav {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

.footertxt {
	font: 11px tahoma, arial, helvetica, sans-serif;
	color: #888;
}

.smalltext {
	font-size:11px;
	line-height:13px;
	color:#222222;
	padding-left: 5px;
}

select {
	border-right: #ed7905 1px solid;
    border-top: #ed7905 1px solid;
    border-left: #ed7905 1px solid;
    border-bottom: #ed7905 1px solid;
}

.req, .error, .success, .message {
	background: transparent;
	color: #CC0000;
}

/* Photo Gallery CSS */
#header, #navigation, #content {
text-align: center;
width: 650px;
margin: 10px 0 2px 20px;
padding-top: 10px;
}

#navigation p {
margin: 0;
}

body.thumbnails #content {
text-align: left;
}

body.thumbnails #content span {
display: block;
float: left;
width: 150px;
height: 100px;
margin: 0 18px 30px 30px;
padding: 0;
}

body.photo #navigation span {
color: #ccc;
}

h1 {
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}


