body {
	background: #fff;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

a {
	border-bottom: 1px dotted #369;
	text-decoration:none;
	color:#369;
	font-weight: bold;
}

.spacer {
	clear: both; 
	height: 1px;
}

.bigspacer {
	clear: both; 
	height: 20px;
}

/* ids */
#title {
	width: 500px;
	padding: 15px;
	margin: 0px auto -1px auto; 
}

#title h1 {
	margin: 15px;
	font-size: 250%;
	text-align: center;
	font-weight: bold;
	color: #666666;
}

#title p {
	text-align: center;
	padding: 5px;
}

#title img {
	margin: 15px;
	padding: 5px;
	display: block; 
	margin-left: auto; 
	margin-right: auto
}