* {
	margin: 0;
	padding: 0;
}

body{
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
  background: url(img/body-bg.png) repeat-x top #fff;
}

p, li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

h1 { font-size: 3.0em; margin-bottom: 0.8em; }

.clear { clear: both; }

div#page-wrap {
	width: 800px;
	margin: 0 auto;
}

ul#nav {
	height: 310px;
	background: url(img/header-bg.jpg) no-repeat;
	list-style: none;
	padding-left: 220px;
}

ul#nav li a {
	display: block;
	width: 130px;
	float: left;
	margin-top: 270px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	color: yellow;
}

div#main-content {
	padding-bottom: 50px;
}

div#main-content div#left-col {
	float: left;
	width: 600px;
}

div#main-content div#right-col {
	float: left;
	width: 200px;
}

div#main-content div#right-col img {
	border-bottom: 8px solid #0099ff;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#main-content div#right-col h2 {
	padding-top: 15px;
}

div #main-content div#right-col p {
	font-size: 95%;
}

div#footer {
	background: white;
	color: #777;
	padding: 10px 0 10px 0;
	border-top: 2px solid #0099FF;
	text-align: center;
}