body {
	background: #FDF6F6;
	font-family: 'PT Sans', sans-serif;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Shadows Into Light', cursive;
}
h2 {
	display: inline-block;
	border-bottom: 1px dashed #000;
	padding: 0 0 10px 0;
	margin: 0;
}
h3 {
	background: #000;
	color: #fff;
	border-radius: 2px;
	letter-spacing: 1px;
	padding: 5px 15px;
	margin: 15px 0;	
}
h3 a {
	text-transform: none;
}
h3 span {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
	top: -3px;
}
h4 {
	letter-spacing: 1px;
}
a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin: 0 10px;
}
a:hover {
	color: #069;
}
.main_wrapper {
	width: 800px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0;
	margin: 0 auto;
}
.header {
	border-bottom: 5px solid #ccc;
}
.header h1 {
	text-align: center;
}
.nav {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 10px 0;
}
.content_wrapper {
	padding: 20px;
}
.content_text p {
	text-align: justify;
}
.home_gallery_section tr:last-child td, .home_video_section tr:last-child td {
	text-align: right;
}
.home_gallery_section tr:last-child td a, .home_video_section tr:last-child td a {
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	text-transform: none;
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin: 10px 0;
}
.home_gallery_section tr:last-child td a:hover, .home_video_section tr:last-child td a:hover {
	color: #069;
}
.home_gallery td, .home_video td {
	margin: 20px;
}
.home_gallery td span, .home_video td span {
	display: inline-block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	margin-right: 10px;
}
.home_gallery td span img, .home_video td span img {
	width: auto;
	height: 100%;
}
.home_gallery td:last-child span, .home_video td:last-child span {
	margin-right: 0;
}
.home_gallery td h4, .home_video td h4 {
	text-align: center;
	margin: 5px 10px 0 0;
}
.home_gallery td h4 a, .home_video td h4 a {
	text-transform: none;
	color: #000;
}
.home_gallery td h4 a:hover, .home_video td h4 a:hover {
	color: #069;
}
.home_gallery td:last-child h4, .home_video td:last-child h4 {
	margin-right: 0;
}
.home_video {
	
}
.footer {
	background: #000;
	border-top: 5px solid #ccc;
	text-align: right;
	color: #fff;
	padding: 5px 15px;
}
.footer p {
	font-size: 13px;
	margin: 0;
}
.gallery_wrapper {

}
.gallery_section, .video_section {
	border-top: 1px dashed #000;
	padding-top: 15px;
}
.gallery {

}
.gallery img {
	width: auto;
	height: 150px;
	float: left;
	margin: 0 15px 15px 0;
}
.video iframe {
	margin: 0 15px 15px 0;
	float: left;
}