html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#wrapper {
	width: 1024px;
	height: 900px;
	margin: 0 auto;
	z-index: 1;
}
#page {
	width: 1024px;
	height: 900px;
	margin: 0 auto;
	position: absolute; top: 0px; right: auto; bottom: 0px; left: auto;
	z-index: 5;
	color: #fff;
}
#top {
	width: 1024px;
	height: 250px;
}
#bottom {
	width: 1024px;
	height: 650px;
}
#nav {
	width: 200px;
	height: 650px;
	float: left;
}
#nav a {
	color: #fff;
	padding: 7px 0px 7px 0px;
}
#content {
	width: 824px;
	height: 650px;
	float: left;
}
.our_story {
	width: 724px;
	height: 650px;
	padding: 0px 50px 0px 50px;
	background-image: url(images/our_story.png);
	background-position: center;
	background-repeat: no-repeat;
}
.pr {
	width: 724px;
	height: 650px;
	padding: 0px 50px 0px 50px;
}
.who {
	width: 824px;
	height: 650px;
	text-align: center;
}
.float_image {
	float: left;
	padding: 0px 10px 10px 10px;
}
.fancy_image {
	border: 5px dotted #fff;
	margin: 10px;
}
#content h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #bd9d48;
	padding: 15px;
}
#content h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #bd9d48;
	padding: 15px;
}
#content h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #bd9d48;
	padding: 10px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 5px;
}
#content p a {
	text-decoration: none;
	color: #fff;
}
#media {
	width: 824px;
	height: 330px;
	background-image: url(images/mixer.gif);
}
#media1 {
	width: 200px;
	height: 330px;
	float: left;
}
#media2 {
	width: 424px;
	height: 330px;
	text-align: center;
	float: left;
}
#media3 {
	width: 200px;
	height: 330px;
	float: left;
}
#footer {
	width: 1024px;
	height: 15px;
	float: none;
	clear: both;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	padding-top: 20px;
	margin: 0 auto;
}
#footer a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer2 {
	width: 1024px;
	height: 15px;
	float: none;
	clear: both;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	padding-top: 20px;
	margin: 0 auto;
}
#footer2 a:link {
	text-decoration: none;
	color: #000;
}
#footer2 a:active {
	text-decoration: none;
	color: #000;
}
#footer2 a:visited {
	text-decoration: none;
	color: #000;
}
#footer2 a:hover {
	text-decoration: underline;
	color: #000;
}