/* BGS Template */
body {
	margin: 0;
	padding: 0;
	background-color: 					#EEE8AA;
	font-size: 90%;
	font-family:  Verdana, Arial, Tahoma, sans-serif;
	color: #000000;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.3em 0 0 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: 		#191970;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.4em;
	text-align: center;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
	text-align: center;
	clear: both;
}

a {
	text-decoration: none;
}
a:link {
	color: #FF6633;
	font-weight:bold;
}
a:visited {
	color: #FF6633;	
	font-weight:bold;
}
a:hover, a:active {
	color: #191970;
	font-weight:bold;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #000000;
}

/* Layout */
#wrapper
{
	margin: 0 auto;
	text-align:left;
	width:750px;
}

#header
{
    width:750px;
    height:135px;
    margin:0;
    padding:0;
    background-image:url("headerlight.jpg");
    overflow:hidden;
}
    #header h1
    {
	font-size: 35px !important;
	margin:0;
	padding: 25px 0 0 10px;
	color: 						#FFFFAA;
    }
    

#content 
{
	float:left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background-color: #FFFFFF;
	margin:0;
	width:750px;
} 

#uniqueContent 
{
	margin:10px 10px 10px 10px;
	text-align:left;
}
 
#links li {
	margin: 0 0 1.1em 0;
}

ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 1.2em;
	padding: 0;
	list-style: none;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}


#footer {
	clear: both;
	font-size: 0.9em;
}

/* Footer Styles */
#footer p {
	margin: 0;
	padding: 10px 100px 10px 100px;
	background-color: 			#EEE8AA;
	border-top: 20px solid 	#191970;
	font-size: 0.9em;
	text-align: center;
}

.center 
{
	margin: 0 auto;
	text-align: center;
}

.menu {
  width: 750px;
  margin: 0;
  padding: .3em 0;
  font-size: 1.05em;
  font-weight:bold;
  background-color: 		#191970;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li {
  margin: 0;
  padding: 0;
  float: left;
  width: 19%;
  text-align: center;
}
/* in navigation bar */
.menu a {color: #FFFF99; text-decoration: none}
.menu a:visited {color: #FFFF99; text-decoration: none}
.menu a:hover, a:active {color: #FF6633; text-decoration: none}

/* active page open in navigation bar */
a.activepage:link {color: #FFD700; text-decoration: none}
a.activepage:visited {color: #FFD700; text-decoration: none}
a.activepage:hover, a:active {color: #FF6633; text-decoration: none}

/* Submenu for gallery Page */
.galleryMenu {
  width: 710px;
  margin: 2px 20px 0 20px;
  padding: .2em 0;
  font-size: 1em;
  background-color: 				#BDB76B
}
.galleryMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.galleryMenu li {
  margin: 0 0 0 16px;
  padding: 0;
  float: left;
  width: 22%;
  text-align: center;
}
/* in navigation bar */
.galleryMenu a {color: #FFFFFF; text-decoration: none}
.galleryMenu a:visited {color: #FFFFFF; text-decoration: none}
.galleryMenu a:hover, a:active {color: #191170; text-decoration: none}

/* active page open in navigation bar */
a.activepage:link {color: #FFD700; text-decoration: none}
a.activepage:visited {color: #FFD700; text-decoration: none}
a.activepage:hover, a:active {color: #FF6633; text-decoration: none}






/* CSS Document */