body {

}

#wrap {
	width: 950px;
	  
}

#maincontainer {
	width: 957px;
	border: 6px solid black;
	background-color: #F1E18B;
	padding: 2px;
	font-family: Lucida Calligraphy, arial;
	font-size: 12pt;
	float: left;
}

#container {
	border: 3px solid red;
	width: 951px;
	float: left;
}

#topsection {
	float: left;
	width: 565px;
	height: 400px;
}

#photos {
	float: left;
	width: 355px;
	margin-top: 10px;
}

.photos {
	background-image: url(images/picbg.gif);
	background-repeat: none;
	height: 230px;
	padding-top: 20px;
	padding-right: 15px;
}

#homemenu {
	float: left;
	width: 630px;
	margin-top: -262px;
}


#menu {
	float: left;
	width: 630px;
	margin-top: -27px;
}

.menu {
	color: black;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	font-size:18pt;
}

.menu:hover {
	color: red;
}

#homemain {
	float: left;
	width: 600px;
	text-align: left;
	padding: 10px;
	margin-top: -200px;
}

#main {
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px;
	margin-top: 33px;
}

h1 {
	text-align: center;
	
}

.bullethead {
	text-decoration: underline;
	color: #e36f2f;
}

.bullets {
	width: 250px;
	float: left;
	margin-left: 50px;
	height: 200px;
	color: #e36f2f;
}

li {
	margin-top: 15px;
}

.sub {
	text-decoration: none;
	color: black;
	background-color: #e36f2f;
	border-top: 2px solid #f1b899;
	border-left: 2px solid #e98d5b;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2px;
}

.sub:hover {
	text-decoration: underline;
	color: black;
}

.subheading {
	text-decoration: none;
	color: black;
	font-size: 18pt;
	margin-top: 10px;
	width: 900px;
}

.top {
	 width: 900px;
}

.gallerycontainer {
	float: left;
	 width: 940px;
}

.pic {
	width:300px;
	padding: 5px;
	float: left;
	text-align: center;
}

#bottomsection {
	width: 940px;
	font-size: 8pt;
	color: red;
	margin-bottom: 5px;

}

#copy {
	width: 49%;
	float: left;
	text-align: left;
	padding-left: 5px;
}

#adh {
	width: 49%;
	float: right;
	text-align: right;
	padding-right: 5px;
}

.adh {
	font-size: 8pt;
	text-decoration: none;
	color: red;
}

.adh:hover {
	text-decoration: none;
}
