body {
	background-color: #f6f2e8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F8A231;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44973D;
	text-align: left;
}
.main {
	background-color: #fffffe;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #419639;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 50px;
	line-height: 18px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
.boldtitle {
	font-size: 18px;
	color: #419639;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDA868;
	text-align: center;
	padding: 15px;
	line-height: 16px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer a {
	color: #DDA868;
	text-decoration: none;
}
.boldtitlesmall {
	font-size: 16px;
	color: #419639;
}


/* The Gallery CSS */

#gallery ul {
	list-style: none;
}

#gallery li {
	float: left;
	margin: 10px;
	padding: 0px;
	border: 1px solid #000;
	background:#000;
	
	/* CSS3 */
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
}

#gallery a {
	padding: 0px;
	margin: 0px;
}



