<style type="text/css">

/*Credits - Cary Lee */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

body {
	background-color: #44444D;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}

/*.h1 {
	font-size: 28px;
	font-weight: bold;
	color: #E7E7E7;
	text-align: center;
}*/
.style2 {font-size: 28px; font-weight: bold; color: #663333; }

/*
.linkbar 
	{font-size: 18px;
	color: #E7E7E7;
	text-align: right;
	}
*/
#mainbody{width:720px;
	margin-left:auto;
	margin-right:auto;
	}
/*

#header{
	border: 3px solid #E7E7E7;
	padding-right:10px;
	padding-top: 20px;
	padding-left: 25px;
	
	}

#header a:link {
	color:#E7E7E7;
	font-style:normal;
	text-decoration:none;
	}
	
#header a:visited {
	color:#E7E7E7;
	text-decoration:none}

#header a:hover {
	color:#E7E7E7;
	text-decoration:underline;
	}
	*/


#innerbody{
	padding:15px 20px 5px 20px;
	background-color:#F4F2D9;
	border: 3px solid #E7E7E7;
	min-height:300px;
	}

img{border-style:none}

.foottext{
	font-size:11px;
	color:#E7E7E7;
	text-align:center;
	}
	

.vert img{
	height:90px;
	width:60px;
	border-style:none;
	}
	
.horiz img{
	height:60px;
	width:90px;
	border-style:none;}

</style>