body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
}
#container {
	width: 700px;
	margin: 0px auto;
}
#top {
	color: #FFFFFF;
	width: 700px;
	height: 150px;
	text-align: center;
}

#gallery {
	width: 700px;
	padding-top: 5px;
	text-align: center;
}

#news {
	width: 213px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
	float: left;
}
#menu {
	width: 435px;
	background-color: #F7CB33;
	padding: 10px;
	text-align: center;
	float: right;
	border-bottom: 15px solid black;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #F7CB33;
	text-decoration: none;
	color: #000000;
	font-size: 125%;
	padding: 0px 12px;
}
#menu a:hover {
	background-color: #F01E1E;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a.current{
	color: #F01E1E;
}

#menu a.current:hover{
	color: #FFFFFF;
}

#mid {
	width: 700px;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
	padding-left: 0px;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	color: yellow;
	text-align: center;
	font-size: 18px;
}

h3 a{
	color: yellow;
}

#content {
	padding: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 435px;
	float: right;
	min-height: 400px;
}
#footer {
	background-color: #F7CB33;
	padding: 12px;
	width: 676px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 15px solid black;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}
h4 {
	font-size: 160%;
	color: #F01E1E;
	text-align: center;
}

#headerText{
	padding-top: 5px;
}

a:link, a:active, a:visited{
	color: black;
}

a:hover{
	color: red;
}

