* {
	margin: 0px;
	padding: 0px;
	/*font-weight: normal;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body {
	background-color: #EEE;
}

#header {
	background-color: #FFF;
	height: 70px;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
}

#header h1 {
	font-size: 220%;
	font-weight: bold;
	color: #666;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header p {
	font-size: 80%;
	padding-top: 0px;
	color: #666;
	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

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

#content ul li {
	font-size: 150%;
	color: #666;
	background: #F5F6F5;
	padding: 10px;
	margin-bottom: 15px;
}

#content ul li:hover {
	background: #FFF;
}

#content ul li a {
	color: #666;
	text-decoration: none;
}

#footer {
	font-size: 60%;
	color: #666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}