@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color:#FFFFFF;
	
}

#home {
	background: #231F20 url(images/Headers/Header_Home.jpg) no-repeat top center;
}

#about {
	background: #231F20 url(images/Headers/Header_About.jpg) no-repeat top center;
}

#contact {
	background: #231F20 url(images/Headers/Header_Contact02.jpg) no-repeat top center;
}

#gallery {
	background: #231F20 url(images/Headers/Header_Gallery.jpg) no-repeat top center;
}

#links {
	background: #231F20 url(images/Headers/Header_Links02.jpg) no-repeat top center;
}
/* ----------  Main Divs ------------------- */

#center {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}
/*
#home #center {
	background: url(images/Headers/Header_Home.jpg) no-repeat top center;
}
*/


/* -------------------------- Header ---------------------------------*/

#header {
	float: left;
	width: 900px;
	height: 212px;
}

#header #logo {
	float: left;
	width: 254px;
	height: 70px;
	margin: 20px 0px 0px 7px;
	display:inline;
}

#header #logo img {
	border: none;
}
/* ------------------------navigationTop -----------------*/

#navigationTop {
	float: left;
	width: 900px;
	height: 20px;
}

#navigationTop ul {
	list-style: none;
	width: 500px;
	margin-left: 285px;
}

#navigationTop ul li {
	display: inline;
	float: left;
}

#navigationTop ul li a, #navigationTop ul li a:link {
	display: block;
	width: 80px;
	color: #231F20;
	text-decoration: none;
	font-size: 135%;
	text-align: center;
	height: 25px;
}

#navigationTop ul li a:hover {
	background-color: #231F20;
	color: #D1DF57;
} 
/* --------------------------content -----------------------*/

#content {
	width: 900px;
	float: left;
	padding-bottom: 80px;
}

#contentMainText {
	margin: 40px 0px 0px 100px;
	float: left;
	width: 750px;
	display: inline;
}

#content ul {
	list-style: circle;
	margin-left: 70px;
	padding-top: 0px;
}

#content ul li {
	font-size: 110%;
}

/*------------------Gallery------------------------*/

#galleryImages {
	width: 745px;
	float: left;
	display: inline;
}

#galleryImages img {
	border: 1px solid #FFFFFF;
	padding: 3px;
}

#galleryImages img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	
}

#galleryImages a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


.eachThumb {
	width: 175px;
	float: left;
	margin-right: 0px;
	margin-top: 5px;
	display: inline;
}

.eachImage {
	float: left;
	width: 100px;
	margin-left: 32px;
	display: inline;
}

.imageDes {
	float: left;
	width: 166px;
	height: 75px;
	text-align: center;
}	

.imageDes p {

}

/* -------------------------footer ---------------------- */

#footer {
	width: 900px;
	float: left;
	height: 30px;
	margin-bottom: 20px;
}

#footer p {
	text-align: center;
}

/* ------------------Text ----------------------*/

h1 {
	font-size: 110%;
	padding: 0px 2px 5px 2px;
	font-weight: 100;
	letter-spacing: 1px;
	text-align: center;
}

h2 {
	font-size: 250%;
	color: #D1DF57;
	margin: 5px 0px 5px 0px;
}

p {
	font-size: 120%;
	padding: 2px 2px 5px 2px;
}

hr {
   width: 455px;
   border: 1px solid #D1DF57;
   background: #D1DF57;
   margin: 0px 0px 0px 222px;
   letter-spacing: 1px;
   
}

a, a:link, a:hover, a:visited, a:active {
	color:#FFFFFF;
}