body {
	font-family: Lucida Grande, helvetica, Trebuchet MS, verdana, sans-serif;
	font-size: 70%;
	color: #545559;
	background: #eaeaea url(body.gif) repeat-y top center;
	margin: 10px auto;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
#container {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}

#logo {
	margin: 20px 0;
	background: transparent url(logo.gif) no-repeat top left;
	height: 100px;
	}


h1, h2, h4 {
	font-family : "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #414247;
	}

h1 {
	font-weight: bold;
	padding: 0 0 0 5px;
	}	

h2 {
	font-size: 125%;
	font-weight: normal;
	padding: 5px 40px;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #E3E3E3;
	text-transform: uppercase;
	}
	
#maincontent p {
	padding: 0;
	margin: 10px 40px 5px 40px;
	line-height: 130%;
	}
	
#maincontent .wow {
	color: #000;
	}

#about, #legal, #licensing {
	margin: 0 0 30px 0;
	}

#legal p {
	font-size: 75%;
	text-transform: uppercase;
	}
	
#footer {
	background: transparent url(footlogo.gif) no-repeat 50% 100%;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	height: 80px;
	text-align: center;
	border-top: 1px solid #d0d0d0;	
	}
	
a, a:link, a:visited {
	color: #2165B9;
	text-decoration: none;
	background: transparent;
	}

a:hover, a:active {
	color: #000;
	text-decoration: none;
	background: transparent;
	}
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}