@charset "utf-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 14px;
	line-height: 1.2;
}
div#container {
	width: 1024px;
	margin: 0 auto;
	padding-top: 50px;
}
div#content {
	height: 500px;
	clear: both;
}
div#footer {
	margin-bottom: 50px;	
}
div#header {
	overflow: auto;
}
div#header a {
	font-size: 28px;
	font-weight: bold;
	color: #828282;
	text-decoration: none;
}
div#header a span {
	color: #CCC;	
}
ul#navigation {
		
}
div#header ul#navigation {
	padding-top: 60px;
}
div#header ul#navigation li {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
div#header ul#navigation a {
	font-size: 1em;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
}
div#header ul#navigation a:hover {
	color: #000;	
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #828282;
}
p {
	width: 800px;	
	margin-bottom: 1em;
}
div#footer p {
	width: auto;
	color: #CCC;
	font-size: .8em;
}