/* BLOCK ITEMS */
body {
	background-color:#7FB18E;
	margin-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
a:link{
	color: #663300;
}
a:hover{
	color: #FFFFCC;
}
a:active{
	color: #663300;
}
a:visited{
	color: #663300;
	text-decoration:none;
}

/* ID's */

#wrapper {
	width:1056px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/wrapperbkgr.jpg);
}
#gallerywrapper {
	width:1056px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/gallerywrapperbkgr.jpg);
}
#masthead {
	width: 1056px;
	height: 345px;
	background-image: url(imgs/masthead.jpg);
}
#mastnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 20px;
	float: right;
	text-align: right;
	width: 350px;
	margin-right: 90px;
	margin-top: 80px;
}
#mastnav a:link {
	color: #663300;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}
#mastnav a:visited {
	color: #663300;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
}
#mastnav a:hover {
	color: #FFFFCC;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	text-decoration:none;
}
#mastnav a:active {
	color: #FFFFCC;
	font-size: 18px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}
#columnwrap {
	width:1056px;
	background-repeat: repeat-y;
	padding: 20px 0px 0px 0px;
}
#columnleft {
	float: left;
	padding: 0px 20px 0px 100px;
	width: 260px;
}
#gallerycolumnleft {
	float: left;
	padding: 0px 20px 0px 100px;
	width: 550px;
}
#columncenter {
	float: left;
	padding: 0px 0px 0px 25px;
	width: 250px;
}
#columnright {
	float: right;
	padding: 0px 100px 0px 20px;
	width: 260px;
}
#centerheading {
	margin-top: 3em;
}
#rightheading {
	margin-top: 5em;
}
#footer {
   clear: both;
	height: 157px;
	width: 1056px;
	text-align: center;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer a:link {
	color: #663300;
}
#footer a:visited {
	color: #663300;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration:none;
}
#footer a:active {
	color: #FFFFCC;
}

#copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	padding-top: 10px;
}
#copyright a:link {
	color: #663300;
	font-weight: bold;
	font-size: 10px;
}
#copyright a:visited {
	color: #663300;
	font-size: 10px;
}
#copyright a:hover {
	color: #FFFFCC;
	text-decoration:none;
	font-size: 10px;
}
#copyright a:active {
	color: #FFFFCC;
	font-size: 10px;
}





/* CLASSES */
.imageR {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}
.imageL {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}
.toplink {
	text-align: right;
	font-size: 10px;
}
.smalltext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.imageR {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}
.imageL {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}