body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #666;
    text-align: left;
    background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

a {
    color: #09c;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h2, h3{
    color: #000;
    margin-bottom: 20px;
}


/* Layout Styles */

#header, #content, #footer {
	width: 720px;
	padding: 20px;
	margin: 0 0 0 20px;
}

#header {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #666;
}
	#header ul {
		position: absolute;
		top: 65px;
		left: 550px;
	}
		#header ul li {
			list-style: none;
			float: left;
			margin-right: 20px;
		}

#content {
	border-bottom: 1px solid #666;
}

#footer {
	background: #eee;
}