@charset "utf-8";
/*html, body, #content, #mainContent, #content .background, #content .rightcol, #content .single{
	height:100%;}*/
a img {border: none; }
body{
	color:white;
	font-family:Verdana, Geneva, sans-serif;

	}
body, p{
margin: 0px;
}
#content {
	/*background-color: #999;*/
	min-width:960px;
	max-width:960px;
	margin:auto;
}
#content #footer {
	clear: both;
background-color: #933;
}



#content #header {
	/*background-color: #7F8C51;*/
	background: rgb(114, 140, 59); /* Fall-back for browsers that don't support rgba */
    background: rgba(114, 140, 59, .90);
	/*background-color: #728C3B;*/
	height:150px;
	color: rgb(225, 181, 61);
	
}

#content #header img {
position: relative;
	top: 15px;
	left:15px;
}

#content #header h1 {
display: inline;
top: -40px;
left: 20px;
position: relative;

text-align:center;
}

#content #header h2 {
text-align: center;
top: -50px;
left: 20px;
position: relative;


}
#content #menu {
	background-color: #933;
	/*overflow: auto;*/
	overflow: hidden;
	min-height: 10px;
padding: 10px 0px 10px 0px;
}

#content #menu ul{
	display:inline;
	text-align: center;
	list-style-type:none;
	
margin: 0px;
padding: 0px;
	}

#content #menu ul li {
float: left;
width:20%;
text-align:center;
}

#content #menu ul li a{
	text-decoration:none;
	color:#e1b53d;
}

#content #menu ul li:hover a
{ 
color:yellow;
font-weight:bold;
}

#content #botmenu {
	background-color: #933;
	/*overflow: auto;*/
	overflow: hidden;
	min-height: 10px;
padding: 10px 0px 10px 0px;
}

#content #botmenu ul{
	display:inline;
	text-align: center;
	list-style-type:none;

margin: 0px;
padding: 0px;
	}

#content #botmenu ul li {
float: left;
/*margin: 10px;*/
margin: 10px 10px 0px 10px;
text-align:center;

}
#botmenu {
margin: auto;
/*width: 530px;*/
width:570px;
}
#content #botmenu img{
	float:left;
	/*top: 2px;*/
	margin-top: -5px;
	margin-right:20px;
	margin-left:20px;
/*position: relative;*/
	}
	
#content #botmenu ul li a{
	text-decoration:none;
	color:#e1b53d;
}

#content #botmenu ul li:hover a
{ 
color:black;

}

#content .single {
	background-color: #697365;
	min-height: 900px;
	background: rgb(105, 115, 101); /* Fall-back for browsers that don't support rgba */
    /*background: rgba(105, 115, 101, .5);*/
	background: rgba(180, 180, 180, 0.21);
}

#content .background {
	/*background-color: #B1BFAA;*/
	background: rgb(177, 191, 170); /* Fall-back for browsers that don't support rgba */
    background: #4B5346;
	/*background: rgba(177, 191, 170, .75);*/
	background: rgba(0, 0, 0, .8);
	width:960px;
	overflow: auto;
}
#content .leftcol {
	/*background-color: #B1BFAA;*/
	/*background: rgb(177, 191, 170); /* Fall-back for browsers that don't support rgba */
    /*background: rgba(177, 191, 170, .5);*/
	width:200px;
	float:left
}
#content .rightcol {
	background: rgb(105, 115, 101); /* Fall-back for browsers that don't support rgba */
    /*background: rgba(105, 115, 101, .5);*/
	background: rgba(180, 180, 180, 0.21);
	/*background-color: #697365;*/
	width:760px;
	float: left;
	min-height:900px;
	/*height:100%;*/
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:-200;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}

.leftcol h2 {
width: 150px;
margin-left: auto;
margin-right:auto;
margin-top:20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: white;
text-align: center;
}

.leftcol ul{
	list-style-type:none;
	}
.leftcol li{
	margin-top:10px;
	}
.leftcol a{
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
	
.leftcol ul li:hover a
{ 
color:yellow;
font-weight:bold;
}
.singleorrighth2 {
margin: 0px 0px 20px 20px;
padding:20px 0px 0px 20px;
width: 200px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: white;
font-size: 1.5em;
}

.textbody {
margin-left: 20px;
margin-right: 20px;
line-height: 1.4em;
}

.mainvid{
	margin-left:15%;
	
	}
	
.imagestodisp {
margin: auto;
width: 640px;
margin-top: 100px;
}

.galleryDisp {
margin: 10px;

}

.galleryDisp img {
border: 1px solid transparent;
}
.galleryDisp img:hover {
border: 1px solid #A3A27A;
}

.indent {
margin-left: 50px;
}

.center {
text-align: center;
}

.smalltext {
font-size: .75em;	
	}

.goldlink {
text-decoration: none;
color: #E1B53D;
font-weight: bold;
}

.imagestodisp2 {
margin: auto;
width: 330px;
}