body {
	background: #fff url('images/gradient.jpg') repeat-x;
	font-family: sans;
	line-height: 1.4;
	font-size: 95%;
	padding: 10px;
}

.bottom {
	margin-top: 7%;
}

#nav ul {
	text-align: center;
}

#nav ul li {
	list-style: none;
	display: inline;
	font-size: 140%;
	margin-left: 20px;
}

#nav ul li:first-child {
	margin-left: 0;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	color: #88aaff;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	color: #00aa00;
}



#wrapper {
	padding: 10px;
}



#footer {
	color: #999;
	text-align: center;
}