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

body {
	
	background-color: #f2cc94;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e574f;
	font-size: 62.5%;
}

h1 {
	color: #5e574f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding-top: 5px;
	}

h2 {
	color: #5e574f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
	}

h3 {
	color: #5e574f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 10px;
	}

a {
	color: #5e574f;
	font-weight: bold;
	text-decoration: underline
	}
	
a:hover {
	color: #ef3e56;
	text-decoration: none;
	}	

#top {
	background-image: url(images/bg.jpg);
	/*border-bottom: 1px solid white;*/
	height: 130px;
	width: 100%;
	}

#top-block {
	height: 130px;
	margin: auto;
	width: 1000px;
	}
	
#container {
	background-image: url(images/pattern.jpg);
	width: 100%;
	}	
	
#menu {
	height: 30px;
	margin: 0px auto;
	text-align: right;
	width: 1000px;
	}	


#nav 
{
color: White;
float: right;
width: 100%;
}

#nav li { display: inline; }

#nav li a
{
background-color: #5e574f;
padding: 0.3em 1em;
color: white;
text-decoration: none;
float: right;
font-size: 1.3em;
font-weight:normal;
}

#nav li a:hover
{
background-color: #f2cc94;
color: #5e574f;
}

#nav .selected a {
	color: #5e574f;
	background-color: #f2cc94;
	}

#head {
	/*border: 1px solid #000;*/
	height: 441px;
	margin: 0px auto;
	padding-top: 10px;
	width: 1000px;
	}	

#content {
	margin: 0px auto;
	width: 1000px;
}

#content-box {
	/*border: 1px solid #000;*/
	clear: both;
	float: left;
	margin: 0px auto;
	padding: 20px 0px;
	width: 1000px;	
	}
	
.content-box {
	/*border: 1px solid #000;*/
	clear: both;
	float: left;
	margin: 0px auto;
	padding: 20px 0px;
	width: 1000px;	
	}	
	
.content-box p {
	font-size: 1.4em;
	font-weight: bold;
	}		

.indeximg {
	/*border: 1px solid black;*/
	float: left;
	}
	
#indextext {
	background-color: #fae8c2;
	float: left;
	height: 401px;
	margin-left: 21px;
	padding: 20px;
	width: 277px;
	}	

#map {
	/*border: 1px solid black;*/
	height: 220px;
	margin-top: 15px;
	width: 277px;
	}

.gallery1 {
	border: 1px solid white;
	height: 178px;
	float: left;
	margin-bottom: 25px;
	width: 178px;
	}

.gallery {
	border: 1px solid white;
	height: 178px;
	float: left;
	margin-left: 24px;
	margin-bottom: 25px;
	width: 178px;
	}
	
#foot {
	background-color: #f2cc94;
	border-top: 3px solid #ffffff;
	clear: both;
	height: 150px;
	width: 100%;	
	}
	
#footbox {
	clear: both;
	color: white;
	margin: 20px auto;
	padding-top: 10px;
	text-align: right;
	width: 980px;	
	}
	
