/* Format the rollover nav menu */
/* start menu */

#menubar {
	margin: 0 auto 0 auto;
	padding: 0;
}

#nav {
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	font-family: "Century Gothic";
	margin-left: 0;
	padding-left: 30px;
	margin-top: 1%;
}

#nav a {
	padding: 3px 10px;
}

#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #FF0000;
	text-decoration: none;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li ul, .subheader {
	display: none;
}

#nav li:hover ul {
	display: block;
}

#nav li ul {
	display: none;
}


#nav ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
/* end menu */

body {   
    width: 980px;
	background-color: #333333;
	margin: 0;
	padding: 0;
}

#bodycontent {
	height: 100%;
	background-color: #666666;
	margin: 0 2% 0 0;
	padding: 0;
	width: 980px;

}
#content {
	padding: 0 5% 0;
	
}
#header {
	font-family: "Century Gothic";
	margin: 0 auto 0 0;
    	padding-left: 30px;
}

#header h1, #header h1 a {
	font-family: "Century Gothic";
	font-size: 250%;
	font-weight: lighter;
	margin-top: 5px;
    margin-bottom: 0;
	padding: 3px 10px;
	text-decoration: none;
}

#header h2 {
	display: none;
	font-family: "Century Gothic";
	font-size: 125%;
	margin-top: 0;
}


#footer {
/* page footer	*/
	background-color: #666666;
	/*
	margin-bottom: 10px;*/
  	padding: 0 40px 10px 0;
text-align: right;
	}
.gallerypicture img {
margin: 30px;
Border: 2px white solid;
}
#content h3{
text-transform: capitalize;
}
