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

body,html {
	padding: 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family: "Century Gothic"; 
	font-size: 15px;
	color: #2a1f12;
	width:100%;
	height:100%;
	margin:auto;
	padding-top:20px;
		}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#847264;
}
h2 {font-size:20px;}

.footer { color:#000; font-size:12px;}

.menu { color:#FFF; font-size:16px;} 
#page {
	width:975px;
	background-color:#FFF;
	position:relative;
	height: 740px;
	margin: 0 auto;
	border-style:double;
	border-width:5px;
	border-color:#000;
	
}
#page2 {
	width:975px;
	background-color:#FFF;
	position:relative;
	height: 1050px;
	margin: 0 auto;
	border-style:double;
	border-width:5px;
	border-color:#000;
	
}
#page3 {
	width:975px;
	background-color:#FFF;
	position:relative;
	height: 925px;
	margin: 0 auto;
	border-style:double;
	border-width:5px;
	border-color:#000;
	
}
#page4 {
	width:975px;
	background-color:#FFF;
	position:relative;
	height: 1300px;
	margin: 0 auto;
	border-style:double;
	border-width:5px;
	border-color:#000;
	
}
#logo {
	position:absolute;
	left: 128px;
	top: 338px;
}
#title {
	background-image:url(images/topbar1.jpg);
	background-repeat:no-repeat;
	height:273px;
}
#title2 {
	background-image:url(images/topbar3.jpg);
	background-repeat:no-repeat;
	height:273px;
}
#menu {
	padding-top:245px;
	padding-left:25px;
}
#middle {
	height: 222px;
}
#gallery {
	text-align:center;
	padding-top: 25px;
}
#about {
	padding-top: 25px;
	padding-left:23px;
	padding-right:23px;
	text-align:justify;
	line-height:25px;
}
#bottom {
}

#footer {
	width:964px;
	background-color:#FFF;
	padding-left:15px;
	padding-bottom:5px;
	}

