@charset "utf-8";

<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->

#header {
	height: 255px;
	width: 988px;
	background-image: url(../images/header.jpg);
	margin: auto;
}


.h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(50, 50, 50, 0.296875) 0px -1px 1px;
	color: #9C0;
	margin: auto;
	text-decoration: blink;
	padding: 10px;
}


#footer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#CCC;
	margin: 20px;
}

