*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, sans-serif;
}

#wrapper {
	width: 600px;
}

#header ul {
	width: 200px;
	float: none;
	list-style-type: none;
	padding: 15px 15px 0 0;
}

#header ul li{
	color: #929292;
	text-align: left;
}

#header #logo {
	text-decoration: none;
	position: relative;
	top: 0px;
	left: 0px;
}

#header #logo span {
	display: inline;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#content h1 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

#content .col  {
	float: none;
	width: 470px;
}
