* { margin: 0; padding: 0; }
img { border: none; margin: 0; padding: 0; }

body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	}

p { margin-bottom: 1em; }

a { text-decoration: underline; color: #000; }
a:hover { text-decoration: none; color: #000; }


#all {
	width: 300px;
	margin: 0 auto;
	text-align: left;
	padding: 0 12px 0 12px;
}

#header
{
	margin-top: 20px;
	clear: both;
	height: 108px;
}

#header h1 {
	font-size: 22px;
	margin-bottom: 5px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

#menu {
	font-size: 10px;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	list-style-type: none;
}

#menu li { float: left;}
#menu a { color: #a0a0a0; text-decoration: none; }
#menu a.current { color: #000; text-decoration: none; }
#menu a:hover { color: #a0a0a0; text-decoration: underline; }

#content
{
	float: left;
	width: 300px;
	clear: both;
}

.content h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

.content p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 1em;
}

#footer
{
	text-align: center;
	margin: 100px 0 12px 0;
	color: #999;
	font-size: 11px;
	clear: both;
}

#footer a { color: #999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

.clear { clear:both; }
