@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
}
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#header ul {
	color: #FFFFFF;
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
}
#header li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#big_buttons {
	margin-top: 15px;
	width: 994px;
}
.text {
	color: #020238;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
}
.text p {
	padding-bottom: 6px;
	padding-top: 6px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 999px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-top: 30px;
}
