@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 40px;
}

a:link { color: #beffe3; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
a:visited { color: #beffe3; text-decoration: none; }

#menu-links {
	color: #b5e6d1;
	text-decoration: none;
}
#menu-links:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	width: 830px;
	margin: 0px;
	background-color: #818181;
	color: white;
	text-align: left;
}
#menu-top {
	width: 830px;
	height: 94px;
	margin: 0px;
	text-align: right;
	background-color: #000000;
	background-image: url(../images/menu-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#content-container {
	margin: 0px;
	padding: 0px;
	width: 830px;
	height: 412x;
}
#title-quote {
	width: 474px;
	height: 412px;
	margin: 0px;
}
#menu-container {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 830px;
	height: 412px;
}
#menu{
	width: 60px;
	height: 192px;
	margin: 0px;
}
.button {
	width: 60px;
	height: 48px;
	margin: 0px;
}
#event-link { 
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 352px 0 0 28px;
}
#bottom-bar {
	width: 824px;
	height: 21px;
	border-bottom: #818181 solid 1px;
	background-color: #3b3b3b;
	padding-top: 7px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#copyright {
	padding-top: 4px;
	padding-right: 1px;
	width: 829px;
	height: 36px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}