@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/background.png);
}
#container {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	width: 1310px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#banner {
	text-align: center;
	background-image: url(../images/bg_purple.png);
	border: 1px dashed #FFFFFF;
}
#vid {
	text-align: center;
	background-image: none;
}
#navbar {
	background-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main_content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#facebook {
	background-color: #333366;
	padding: 10px;
	float: left;
	width: 620px;
	background-image: url(../images/bg_purple.png);
}
#twitter {
	background-color: #333366;
	padding: 10px;
	float: right;
	width: 620px;
	background-image: url(../images/bg_purple.png);
}
#altnav {
	background-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
}
#copyright {
	font-size: 12px;
	text-align: center;
}
#news {
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	background-color: #000000;
}
#content_one {
	background-color: #333366;
	float: left;
	width: 1290px;
	font-size: 14px;
	clear: left;
	background-image: url(../images/bg_purple.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#content_two {
	font-size: 14px;
	background-color: #333366;
	float: right;
	width: 620px;
	clear: right;
	background-image: url(../images/bg_purple.png);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 543px;
