body {
	margin:0px;
	padding:0px;
	font-family:Arial,Verdana,sans-serif;
}

#topbar {
	padding:10px 0;
	background:white;
	text-align:center;
	border-bottom:1px solid #999;
}

#topbar_inner {
	width:660px;
	margin:0 auto;
}

#topbar_inner h1 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:Georgia;
	clear:both;
}

#topbar_inner h1 a {
	text-decoration:none;
	color:#222;
}

#topbar_inner h1 a:hover {
	text-decoration:underline;
}

span.error {
	display:block;
	color:red;
	padding:5px 0;
}

#main {
	background:url(triangle.png) no-repeat top center;
	text-align:center;
}

#main_inner {
	width:660px;
	margin:-1px auto 0px;
	padding-top:25px;
	text-align:left;
}

#main_inner p {
	font-size:17px;
	line-height:21px;
	color:#111;
}

#main_inner p a {
	color:#444;
}

#main_inner h2 {
	font-size:12px;
	text-align:center;
	margin:0 0 10px 0;
	padding:0px;
	padding-left:30px;
}

#main_inner h2 a {
	color:#666;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
}

#main_inner h2 a:hover {
	color:#222;
}

#events {
	background:white;
	border:1px solid #ccc;
	padding:10px;
}

#events ul {
	list-style-type:none;
}

#events li span {
	color:#999;
	width:140px;
	float:left;
}

#events li a {
	float:right;
	color:#999;
	font-size:10px;
	text-decoration:none;
}

#events li a:hover {
	color:#222;
}

div.link {
	width:660px;
	margin:0 auto;
	font-size:13px;
	padding:5px;
	background:white;
	margin-bottom:5px;
	color:#999;
}

div.link span {
	width:150px;
	float:left;
	font-size:13px;
	color:#111;
	font-weight:bold;
	display:block;
}

div.link a {
	float:right;
	display:block;
	color:#555;
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
}

div.link a:hover {
	color:#000;
}

.clearfix {
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	overflow:hidden;
	width:100%;
}

form {
	margin:0px;
}

#form {
	width:560px;
	text-align:center;
	padding:10px;
	background:#ddd;
	margin:40px auto 20px auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#links {
	width:510px;
	margin:0 auto;
	padding:10px 0 0 0;
}

#links a {
	margin:0 15px;
	font-size:16px;
	color:#555;
	display:block;
	float:left;
	width:140px;
	text-align:center;
	text-decoration:none;
}

#links a:hover {
	color:black;
}

input.inputtext {
	border:1px solid #999;
	padding:5px;
	font-weight:bold;
	letter-spacing:-.5px;
	font-size:14px;
	width:455px;
	background:white !important;
}

input.button {
	width:80px;
	padding:4px;
	border:1px solid #999;
	background:#aaa;
	text-align:center;
	font-size:14px;
}

#footer {
	text-align:center;
	font-size:11px;
	color:#555;
	width:400px;
	margin:0 auto;
	margin-top:30px;
}

#footer a {
	font-size:11px;
	color:#555;
	text-decoration:none;
}

#footer a:hover {
	color:black;
}

