body {
	margin:0;
	padding: 0;
	background-color: #0d0d0d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999;
}
#header {
	background-image: url(images/header.png);
	height: 154px;
	width: 870px;
}
#inner {
	background-color: #222;
}
#foot{
	height: 31px;
	width: 870px;
	text-align: center;
}
#map {
	width:273px;
	height:350px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #f100f1;
	margin: 3px 0;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #f100f1;
	margin: 3px 0;
	font-weight: normal;
	text-align: center;
}
h3 {
	font-size: 110%;
	color: #eee;
	margin: 7px 0;
	font-weight: normal;
	text-align: center;
}
p {
	margin: 3px 0;
}
ul {
	margin: 3px 10px 3px -20px;
}
a {
	color: #f100f1;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
input {
	border:1px solid #818181;
	padding: 1px;
	margin-bottom: 7px;
	width:270px;
	background:#222;
	color: #fff;
}
input.small {
	width:60px;
}
input:focus {
	border-color: #f100f1;
}
textarea {
	border:1px solid #818181;
	padding: 1px;
	margin-bottom: 7px;
	width:270px;
	background:#222;
	color: #fff;
}
textarea:focus {
	border-color: #f100f1;
}
.button {
	padding: 0;
	width:275px;
	background:#333;
	color: #fff;
}
.center {
	text-align:center;
}

