body {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Georgia, serif;
	background: #efe;
}
#center {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
a:link {
	color: 080;
	text-decoration: none;
}
a:visited {
	color: #080;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	position: relative;
	margin: 0;
	padding: 0;
}
h1, h2 {
	text-shadow: #fff 0 0 .1em;
}
h3, h4 {
	text-shadow: #444 .1em .1em .2em;
}
h1 {
	font-size: 8em;
	color: #164;
}
h2 {
	font-size: 3.5em;
	color: #262;
}
h3 {
	font-size: 2em;
	color: #151;
}
h4 {
	font-size: 1.5em;
	color: #141;
	text-align: right;
}
#main {
	background-color: #fff;
	float: left;
	left: 10px;
	position: relative;
	color: #666;
	width: 740px;
	border:#000 2px solid;
}
#message {
	float:left;
	position:relative;
	border:#dfd 1px solid;
	padding: 4px;
	margin:10px 0;
}
#rbar {
	font-size: .8em;
	position: relative;
	float: right;
	width: 168px;
	padding: 4px;
	min-height: 400px;
}
#signup input, #signup textarea {
	background: #efe;
	border: 1px dashed #aba;
}
#signup {
	position: relative;
	float: left;
	color: #aba;
}
input, textarea {
	outline:thin;
}
#calendar {
	padding:0;
	margin:0;
	position: relative;
	float: left;
	border: 1px solid #080;
	margin: 5px;
}
#calendar tr td {
	border: 1px dashed #5d5;
}
#calendar th {
	border: 1px solid #6b6;
	color: #8a8;
}
#calendar th a {
	color: #8a8;
	text-decoration: none;
}
#calendar #grey {
	color: #ddd;
}
#date {
	background-color: #9f9;
	float:left;
	position:relative;
}
#date a {
	color: #c22;
	font-weight: bold
}
footer a {
	padding: 0 1em;
}
footer {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	font-size: 1em;
	color: #3d3;
	box-shadow: #cfc 0em 0em .4em;
}
nav {
	background: #dfd;
	padding: .5em;
}
#copy {
	float: right;
	position: relative;
	font-size: .4em;
	color: #ddd;
}