body, html {
	margin: 0px;
	padding: 0px;
	background-color: #425643;
	background-image: url(images/spread.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#main {
	background-image: url(images/content.gif);
	background-repeat: repeat;
	height: 100%;
}

#right {
	float: right;
	height: 100%;
	width: 390px;
}
#right .inside {
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer .inside {
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
#footer .inside a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



#left {
	height: 100%;
	width: 935px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#left .inside {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
#left .inside h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 32px;
}

#left .inside .gallery {
}
#left .inside .minigallery {
}
#left .inside form {
	margin: 0px;
	padding: 0px;
}
#left .inside th {
	text-align: left;
}
#left .inside input, textarea, select {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left .inside textarea {
	height: 100px;
	width: 400px;
}
#left .inside a {
	font-weight: bold;
	color: #5A735B;
	text-decoration: none;
}
#left .inside h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#left .inside .dataview {
	background-color: #f6f6f6;
	border: 1px solid #d1d1d1;
}




