@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(imgs/bg.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
#facebook {
	background-image: url(imgs/facebook.png);
	width: 168px;
	height: 141px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#donate {
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 0px;
	left: 8px;
}
#header_wrap {
	width: 900px;
	margin: auto;
	margin-top: 10px;
}
#header {
	background-image: url(imgs/header.png);
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo {
	background-image: url(imgs/logo.png);
	width: 250px;
	height: 50px;
	float: left;
}
#nav {
	width: 415px;
	float: left;
	margin: 15px 0px 0px 225px;
}
#nav_home {
	background-image: url(imgs/nav/home.png);
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
#nav_about {
	background-image: url(imgs/nav/about.png);
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
#nav_videos {
	background-image: url(imgs/nav/videos.png);
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
#nav_photos {
	background-image: url(imgs/nav/photos.png);
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
#nav_contact {
	background-image: url(imgs/nav/contact.png);
	width: 75px;
	height: 25px;
	float: left;
}
#container {
	width: 900px;
	margin: auto;
	margin-top: 150px;
}
#homeimage {
	background-image: url(imgs/homeimage.png);
	width: 500px;
	height: 333px;
	margin-right: 25px;
	margin-bottom: 15px;
	float: left;
}
#what_box {
	background-image: url(imgs/what_box.png);
	width: 355px;
	height: 313px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#what_img {
	background-image: url(imgs/what_img.png);
	width: 260px;
	height: 75px;
}
#morphad {
	background-image: url(imgs/morphad.png);
	width: 900px;
	height: 168px;
}
#crewbox {
	background-image: url(imgs/crewbox.png);
	width: 850px;
	height: 250px;
	padding: 25px 25px 25px 25px;
	margin-bottom: 15px;
}
#crewimg {
	background-image: url(imgs/crew.png);
	width: 333px;
	height: 250px;
	float: left;
	margin-right: 25px;
}
#crewright {
	width: 492px;
	float: left;
}
#meetcrew {
	background-image: url(imgs/meetcrew.png);
	width: 140px;
	height: 35px;
}
.left {
	width: 445px;
	float: left;
	margin-right: 10px;
}
.right {
	width: 445px;
	float: left;
}
.pbox {
	background-image: url(imgs/pbox.png);
	width: 415px;
	height: 270px;
	margin-bottom: 10px;
	padding: 15px 15px 15px 15px;
}
.who {
	width: 415px;
	margin-top: 15px;
}
.vidbox {
	background-image: url(imgs/videobox.png);
	width: 415px;
	height: 415px;
	margin-bottom: 10px;
	padding: 15px 15px 15px 15px;
}
.vidtitle {
	font-size: 18px;
	color: #3b6394;
	float: left;
}
.viddate {
	font-size: 13px;
	color: #c4c4c4;
	float: left;
	margin-top: 5px;
}
.viddesc {
 	font-size: 12px;
	color: #000000;
}