
/* layout and nav styles */


body {
	background:#222222;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:150%;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#container {
	margin: 10 auto 0 auto;
	width:900px;
	background:#000000;
	padding: 20px 0px 0px 0px;
}



#header {
	background: #000000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom: 6px solid #222222;

}

#content {
	width: 900px;
	border-bottom: 3px solid #000000;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background: #000000;
}



#footer {
	width:900px;
	background:#222222;
	text-align: center; 
	color: #ffffff;
	padding: 10px 0px 10px 0px; 
}

#text {
	padding: 10px
	margin: 10px;
}

#content p {
	font-size: 11px;
	margin: 0px 100px 60px 100px;
	line-height: 180%;

}

#text h2 {
	margin: 40px 100px 20px 100px;
	line-height: 180%;
	border-bottom: 1px solid #666666;
	font-family: times, serif;
	font-size: 16px;
	font-weight: normal;
}

#gallery {
	margin: 30px 100px 80px 100px;
}

#gallery h2{
	line-height: 120%;
	font-family: times, serif;
	font-size: 16px;
	font-weight: normal;
}

#top img{
	border-top: 2px solid #222222;
	border-bottom: 2px solid #222222;
	margin: 0px 0px 20px 0px;
}

#gallery img{
	border: 1px solid #222222;
	margin: 2px 2px 2px 2px;
}
