body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222;
}
.header {
	background-color: #222;
	width: 900px;
	height: 60px;
	position: absolute;
	top: 0px;
	color: #FFF;
}
.signup {
	float: right;
	height: 50px;
	position: relative;
	top: -50px;
	margin: 2px;
}
fieldset {
	border: 0px;
}
.submit {
	float: right;
	margin: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#content {
	width: 900px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}

.description {
	width: 640px;
	height:100px;
}

.media_gallery {
	position:relative;
	float: right;
	top: -631px;
	background-color: #fff;
	width: 250px;
}
.media_gallery img {
	margin: 2px;
}
.video_embed {
	width: 125px;
	height: 95;
	float: inherit;
}
.thumb {
	height: 90px;
	width: 120px;
}
a:hover {
	background-color: #996699;
}
a:visited {
	color: #000;
}
a:link {
	color: #000;
}
a:active {
	color: #FFF;
}
A {
	text-decoration:none;
	background-color: #A8D3FF;
}


