body{
	background-color: #8cc63e;
	font-size:10pt;
	font-family:Verdana, Helvetica, Sans Serif;
}

form{
	font-size:6pt;
	font-family: Times New Roman, Helvetica;
}

img
{
  border-style: none;
}

#container {
	background: #8CC63E;
}

#header{
	position:relative;
	top:15px;
	left:30px;
	background:url("../images/header.jpg");
	width:900px;
	height:148px;
	z-index:1;
}

#bodyContainer{
	position:relative;
	margin-top:-1px;
	left:30px;
	width:900px;
	min-height:600px;
	background:url("../images/contentBG.jpg") repeat-y;
}

#GalleryContainer{
	position:absolute;
	margin-top:-1px;
	left:38px;
	width:900px;
	min-height:500px;
	background:url("../images/contentBG.jpg") repeat-y;
}

#copyright{
	position:relative;
	margin: 0 auto;
	font-size:10pt;
	color:#41403b;
}

#content {
	position:relative;
	left:230px;
	top:50px;
	width:600px;
	min-height:600px;
	text-align:left;
}

#imageHolder{
	position:relative;
	left:220px;
	top:50px;
	height:200px;
	width:650px;
	background: url("../images/randomBG.gif");
}

#randImage{
	position:relative;
	margin-left:15px;
	margin-top:35px;
}

#navHolder{
	position:absolute;
	top:30px;
	left:50px;
	width:300px;
}

#footer {
	position:relative;
	top:25px;
	width:900px;
	height:50px;
	text-align:center;
	margin-top:35px;
	background: url("../images/bottom.gif");
}

#galleryImage{
	margin-left:75px;
	margin-bottom:75px;
	float:left;
	height:225px;
	width:150px;
	text-align:center;
}
