@charset "UTF-8";
#container {
	height: 700px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(template_elements/background.jpg);
}
#menu {
	float: left;
	height: auto;
	width: 990px;
	font-size: 12px;
	color: #FFF;
	margin-top: 8px;
	margin-left: 10px;
}
.video_headings {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
.resume_headings {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}
#searchbar {
	height: auto;
	width: 1000px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}
#bottomads {
	text-align: center;
	height: auto;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #999;
}
#spacer {
	height: 30px;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
