* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background-color: #222;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #ead;
	text-decoration: underline;
}

a:hover {
	color: #ead;
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 768px;
	background-color: #fff;
}


/* Photo Gallery */

#photo_gallery {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px;
	width: 760px;
	float: center;
}

#photo_gallery_container {
	border : 1px solid #ead;
}

#photo_gallery_header {
	margin-top: 10px;
	float: center;
}

#photo_gallery_header img {
	margin-top: 10px;
	float: center;
}

#photo_gallery_header h1 {
	font-size: 16px;
	font-weight: bold;
}

#photo_gallery_header h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#photo_gallery_text {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	clear: left;
	font-size: 12px;
	text-align: justify;
	width: 735px;
}

#photo_gallery_thumbs ul {
	padding-bottom: 2px;
	padding-left: 5px;
	width: 750px;
}

#photo_gallery_thumbs li {
	margin: 6px 10px 10px 1px;
	float: left;
}

#photo_gallery_thumbs li.end {
	margin-right: 0px;
}

#photo_gallery_thumbs li a {
	display: block;
	width: 135px;
	height: 202px;
	background-color: #000;
	overflow: hidden;
}

#photo_gallery_thumbs li a img {
	margin: 1px;
}

#photo_gallery_thumbs li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}


/* Page Footer */

#page_footer {
	margin: 5px;
	width: 567px;
	text-align: center;
	font-size: 11px;
}