/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body {
	background: white url(images/background.gif) repeat-y fixed center;
	text-align: center;
}
#container {
	width: 553px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: transparent url(images/headerbg.png);
	height: 165px;
	width: 553px;
	margin-top: 8px;
	border-bottom: 4px solid #FDF3E5;
}
#header h1 {
	overflow: hidden;
	height: 0 !important;
	height /**/: 165px;
	padding-top: 165px;
	width: 100%;
	background: transparent url('images/headertext.png') no-repeat 300px 8px;
}
#nav {
	height: 1.7em;
	background: url(images/navbg.gif) repeat-x left top;
	text-align: center;
	vertical-align: middle;
	line-height: 0.8em;
	cursor: Default;
}
#nav ul {
	display: inline;

}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0 20px;
	text-decoration: none;
	color: #FDF3E5;
	background: #963125;
	font-size: 0.7em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
#nav ul li a:hover {
	background: #FDF3E5;
	color: #963125;
}
#outercontent {
	background: #0C0500 url(images/outercontentbg.jpg) repeat-y center top;
}
#content {
	background: #a8adc3 url(images/contentbg.jpg) no-repeat center bottom;
	width: 523px !important;
	width /**/: 553px;
	padding: 30px 0 0 30px;
	min-height: 566px;
	margin-bottom: 5px;
}
* html #content {
	height /**/: 566px;
	height: 596px;
}
#section {
	float: left;
	background: transparent url(images/bgtile50px.gif);
	width: 350px !important;
	width /**/: 360px;
	padding: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	color: black;
}
/* * html #section {
	background: #868280 url(images/contentbg.light.jpg) no-repeat -30px -30px;
} */

/* Gallery code */
.thumbnail
{
	float: left;
	width: 148px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	background: #A8ADC3;
}

.clearboth { clear: both; }
/* Gallery code */
#section p {
	margin: 0.5em 0;
}
#section #thumbs {
	width: 171px;
	margin: 5px;
	float: left;
}
#section #thumbs a {
	text-decoration: none;
	font-size: 0.9em;
	color: #76693C;
}
#section #thumbs img {
	border: 1px solid #675F51;
}
#sidebar {
	float: left;
	width: 130px;
	margin-left: 15px;
	background: transparent url(images/bgtile50px.png);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.7em;
}
#sidebar h3 {
	border-bottom: 2px solid #AFABB3;
	padding: 3px 0 5px 2px;
	color: #7C8580;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#sidebar p {
	margin: 3px 5px;
	padding-bottom: 20px;
}
* html #sidebar {
	background: #868280 url(images/contentbg.light.jpg) no-repeat -405px -30px;
}
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 120px;
	padding-top: 120px;
	background: transparent url('images/footer.png') no-repeat center;
}
#copyright {
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 0.7em;
	margin-bottom: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #717485;
	font-size: 0.9em;
}
a {
	color: #3E4BAC;
}
p.last {
	padding-bottom: 40px;
}

form {
	margin-left: 20px;
}
input {
	display: block;
	background: #F1E8DA;
}
textarea {
	margin-bottom: 10px;
	background: #F1E8DA;
}
ul#required {
	color: #CC0000;
	padding-left: 36px;
}
p#thanks {
	padding-bottom: 90%;
}
