body,html{
	height:100%;
	margin:-2px 0 0 0;
	font-family: calibri, helvetica, "sans-serif";
	background:#597055 url(img/bg/main.jpg) repeat-x;
}


/*HEADER*/
#containerTop{
	background:#DBDED8 url(img/bg/headerImage.jpg) repeat-x top;
	min-width:800px;
	width:100%;
	margin:0 auto;
}
#header{
	background:url(img/bg/headerImageMain.jpg) no-repeat center top;
	min-width:800px;
	margin:0 auto;
	height:130px;
	width:80%;
	text-align:center;
}
#heading{
	float:left;
	text-align:center;
	margin:0 0 0 2%;
	font-size:1.5em;
	padding-top:50px;
	font-weight:800;
}
#alignRight{
	float:right;
	margin:35px 0 0 0;
	text-align:center;
}
img.logo{ 
	margin:12px 0 0 0;
	float:left;
}


/*NAV*/
#nav{
	margin:0 auto;
	background:#112411 url(img/bg/nav.jpg) repeat-x;
	height:31px;
	width:100%;
	text-align:right;
	font-size:1.2em;
}
#nav ul{
	margin:0 auto;
	min-width:800px;
	width:80%;
	list-style-type:none;
	vertical-align:middle;
	padding:4px;
}
#nav li{display:inline;}
#nav li a{
	background:#7F8A6D;	
	padding:4px 8px;
	text-decoration:none;
	color:#fff;	
}
#nav a:hover, #nav a#current{ 
	color:#852439;
	background:#7F8A6D url(img/bg/texture.jpg) repeat;
	border-top:2.5px solid #FFF;
}





/*CONTENT*/
#container{	
	min-width:800px;
	height:80%;
	width:80%;
	margin:0 auto;
}
#bodyBg{
	width:100%;
	background:#efede1 url(img/bg/texture.jpg) repeat;	
	padding:20px 0;
}
.content p{
	line-height:1.4em;
	margin-bottom:30px;
	text-align:center;
}
.content h1{
	margin-bottom:30px;
	color:#852439;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	font-family:helvetica,arial,"sans-serif";
	letter-spacing:-1px;
}
.smallCaps{
	font-size:85%;
}
.content{
	padding:20px 40px 40px 40px;
	margin:0 auto; /*keeps background touching the nav bar*/
}




/*FOOTER*/
#footer{
	height:20px;
	width:100%;
	margin:0 auto;
	background:#112411 url(img/bg/nav.jpg) repeat-x;	
	bottom:0;
}



/*GALLERY*/
.topThumbHolder{
	height:200px;
	width:500px;
	margin:0 auto;
}
.bottomThumbHolder{
	height:200px;
	width:750px;
	margin:0 auto;
}
#gallery ul{
	margin:0 auto; /*keeps background touching the nav bar*/
}
#gallery ul li{
	display:inline; 
}
#gallery ul li a{
	float:left;
	padding:10px 0 0 0;/*TOP OF THUMBNAIL BOX*/
	height:146px;
	width:220px;
	background:#7F8A6D;
	margin:0 30px 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:1.25em;
}
#gallery a:hover{
	background:#DADED2;
}



/*Main image rotater*/
#photoDiv{
	background:#fff url(img/ajax-loader.gif) center no-repeat;
}
#slide p{
	font-style:italic;
	margin:10px;
}
#slide{
	background:#fff url(img/ajax-loader.gif) center no-repeat;
	height:525px;
	width:700px;
	padding-bottom:25px;
	margin:0 auto;
	border:10px solid #fff;
}






/*STANDARD TEXT LINKS*/
a.text:link{
	color:#852439;
}
a.text:visited{
	color:#852439;
}
a.text:hover{
	color:#808080;
	background-color:#fff;
}
a.text:active{
	color:#852439;
}



/*OTHER*/
img{
	border:none;
	color: #7f8a6d;
}
* {
	padding:0;
	 margin:0;
}
.hiddenPic{
	display:none;
}
