body {
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color:#666666;
}

p{
	text-align:justify;
	text-indent:10px;
}
#container {
    margin: 0 auto;
    width: 764px;
    position: relative;
    padding: 20px 0 20px 0;
    text-align: left;
}
#textArea {
	margin: 20px 0 40px 20px;
	width:600px;
	text-align:justify;
	min-height: 400px;
}

#mainContent{
	position:absolute;
	border: 2px solid #666;
	background-color:#FFF;
	background-image: url(../images/bottom_image.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height:auto;
}

#mainContent h1{
	height:92px;
	width:760px;
	margin:0px;
	background: #ccc url(../images/logo.gif) no-repeat;
}

h1 span{
  display:none;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#669900;
	
}



#gallery{
	width:600px;
	margin-bottom:40px;
}



div.galleryImage{
	float:left;
	width:170px;
	height:170px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	text-align: center;
	vertical-align: middle;
}

div#gallery img{
		border:3px solid #999;
		
}

div#galleryItem{
	width:500px;
	margin-left:20px;
	margin-top:25px;
	margin-bottom:25px;
}
	
div.galleryImage img{
	border:3px solid #999;
}

img {
margin: 3px 3px 3px 3px;
}

