/* CSS Document */


* {
   padding:0;
   margin:0;
}



#header {
	height: 162px;
	width: 950px;
	font-family: "Century Gothic", sans-serif;
	background-image: url(../images/malvern_hill_tango184.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	z-index: 1;
}

#header h1 {
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left:10px;
	color: #000099;
	font-weight: lighter;
}

#header h2 {
	font-size: 16px;
	color: #000099;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 15px;
}
#header h3 {
	font-size: 16px;
	color: #000099;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 10px;
}
#header h1 a:link {
	text-decoration: none;
	color: #000099;
}
#header h1 a:visited {
	text-decoration: none;
	color: #000099;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000066;
}
#header h1 a:active {
	text-decoration: none;
	color: #000066;
}
#header h2 a:link {
	text-decoration: none;
	color: #000099;
}
#header h2 a:visited {
	text-decoration: none;
	color: #000099;
}
#header h2 a:hover {
	text-decoration: none;
	color: #009933;
}
#header h2 a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000099;
}

#nav {
	height: 20px;
	width: 950px;
	font-family: "Century Gothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/malvern_hill_tango184.jpg);
	z-index: 2;
	background-position: 0px -162px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}


#body {
	width: 950px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	list-style-position: inside;
	color: #666666;
}


#body li {
	list-style-type:none;
	text-indent: 20px;
} 


#body h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 6px;
}

#body h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
}
#body a:link {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
}
#body a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
}
#body a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #000066;
}
#body a:active {
	font-size: 16px;
	text-decoration: none;
	color: #000066;
}

#footer {
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	list-style-type: none;
	font-family: "Century Gothic", sans-serif;
	list-style-image: none;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#footer li {
	list-style-type:none;
	text-indent: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
} 


#footer h1 {
	font-size: 18px;
	font-weight: normal;
}

#footer h2 {
	font-size: 16px;
	font-weight: normal;
}
#footer a:link {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
}
#footer a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #0000CC;
}
#footer a:hover {
	font-size: 16px;
	text-decoration: none;
	color: #000099;
}
#footer a:active {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000099;
}



.navbutton {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
	z-index: 3;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

:hover.navbutton {
	color: #336699;
	background-color: #FFFFFF;
	text-decoration: none;
	width: auto;
	z-index: 3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.smallprint {
	font-family: "Century Gothic", sans-serif;
	font-size: 9px;
	text-decoration: none;
	width: 950px;
}

#all {
	width:950px;
	height: auto;
}
#left {
	float:left;
	width:625px;
	height: auto;
}

#right {
	margin-left:640px;
	width:300px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
	padding-left: 10px;
}


#navigate { 
	float:left; 
	width:25%;
}

#elsewhere {
	margin-left:25%;
	width:75%;
	height: 450px;
}









#gallery {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
}

#gallery a:link {
	background-color: #000000;
	*
}
#gallery a:visited {
	background-color: #000000;

}
#gallery a:hover {
	background-color: #000000;
	
}
#gallery a:active {
	background-color: #000000;
	
}


.galleryphoto {
	background-color: #000000;
	height: 130px;
	width: 130px;
	padding: 10px;
	border: 1px solid #000000;
}

.galleryphoto:hover {
	background-color: #000000;
	height: 130px;
	width: 130px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

.galleryphoto:hover{
color: red; /* Dummy definition to overcome IE bug */
}
