/*////// Global and main declarations //////*/
a
{
color:#FFCC00;}
a:hover
{
color:#ff6600;
}
body {
	font-size: 90%;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;

}

h1 {
	font-size: 130%;
	color: #FFCC02;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0;
}

h2 {
	font-size: 130%;
	color: #FFCC02;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	background-color: transparent;
}
p
{
margin: 15px 0px 15px 0px;
padding: 0px;}
img {
	border: none;
}

#mainHolder {
	width: 800px;
	margin: auto;
	background-color: #000000;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
		border:solid 1px #FFCC02;
}

.smaller {
	font-size: 90%;
}

.smallIndent {
	/*width: 100%;*/
	padding-left: 6%;
}

.largeIndent {
	/*width: 90%;*/
	padding-left: 12%;
}

.highlight {
	color: #FFCC02;
	background-color: transparent;
}

/*////// Header Declarations //////*/

#mainHeader {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 221px;
}

#headerNav {
	height: 30px;
	width: 792px;
	background-color: #FFCC02;
	color: #000000;
	text-align: right;
	font-stretch: condensed;
	padding-top: 3px;
	padding-right: 8px;
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#headerNav a, #headerNav a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: 110%
}

#headerNav a:hover {
	color: #FFCC02;
	background-color: #000000;
	text-decoration: none;
	font-size: 110%
}

/*////// Main Content Declarations //////*/

#mainContent {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#mainContentLeft {
	width: 39%;
	float: left;
}

#mainContentRight {
	width: 58%;
	float: right;
}

#mainContentRight p {
	text-align: justify;
}

#mainContentLeft p {
	margin: 0;
	padding: 0;
}

/*////// Main Footer Declarations /////*/

#mainFooter {
	clear: both;
	padding-top: 10px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px; 
	width: 100%;
	height: 85px;
}

#mainPostFooter {
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	width: 792px;
	padding-right: 8px;
	padding-top: 3px;
	height: 21px;
}

#mainPostFooter a, #mainPostFooter a:visited {
	color: #FFCC02;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

/*////// Gallery declarations ///////*/

.galleryResult a, .galleryResult a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

.galleryResult a:hover {
	color: #FFCC02;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#galleryLoading {
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #FFCC02;
	width: 16%;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	position: absolute;
	top: 320px;
	left: 42%;
	display: none;
}

.galleryTextContent {
	clear: both;
	font-size: 120%;
	margin-top: .1em;
}

.galleryHeading {
	color: #FFCC02;
	font-weight: bold;
}

#galleryDescription {
	width: 100%;
}

.galleryPrimaryImage {
	clear: both;
	width: 100%;
}

.galleryThumbnailImage {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
}

/* Contact form declarations */

fieldset {
	background-color: #000000;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	font-style: italic;
	background-color: #FFCC02;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
	color: #000000;
}

input {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

textarea {
	width: 99%;
	margin: auto;
	height: 150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.submit {
	background-color: #FFCC02;
	color: #000000;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	width: 5em;
}

#contactContentLeft {
	width: 50%;
	float: left;
}

#contactContentRight {
	width: 48%;
	float: right;
}
.required {
	font-weight: bold;
	color: #FFCC02;
}

.snipError, .snipNotification {
	color: #FFCC02;
	font-weight: bold;
}