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

body {
	font-family: "Times New Roman", Times, serif;
	color: rgb(86,54,12);
	background-color: rgb(68,68,68);
	font-size: 100%;
}

#container {
	position:relative;
	width:856px;
	height:600px;
	top:0px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: rgb(244,238,216);
}

#container2 {
	position:relative;
	width:851px;
	height:571px;
	top:0px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #333333;
}

#header {
	position: absolute;
	top:0px;
	left:0px;
	width:253px;
	height:110px;
	z-index:23;
	
}

#services {
	position: absolute;
	top:0px;
	left:253px;
	width:603px;
	height:88px;
	z-index:24;
}

#navbar {
	position: absolute;
	top:88px;
	left:253px;
	width:603px;
	height:22px;
	z-index:25;
}

#sidebar {
	position: absolute;
	top:125px;
	left:20px;
	width:205px;
	height:435px;
	z-index:26;
}

#content1 {
	position: absolute;
	top:125px;
	left:260px;
	width:275px;
	height:435px;
	z-index:26;
}

#content2 {
	position: absolute;
	top:125px;
	left:565px;
	width:275px;
	height:435px;
	z-index:26;
}

#gallery1 {
	position: absolute;
	top:125px;
	left:253px;
	width:575px;
	height:430px;
	z-index:26;
}

#contact {
	position: absolute;
	top:200px;
	left:340px;
	width:370px;
	height:235px;
	z-index:26;
}
#calendar {
	position: absolute;
	top:113px;
	left:24px;
	width:806px;
	height:353px;
	z-index:26;
}


#footer {
	position: absolute;
	top:571px;
	left:0px;
	width:856px;
	height:29px;
	z-index:26;
}

a {
	color: #996600;
	text-decoration: underline;
}

