/* CSS Document */
html { width: 100%; }

body { 
	background-color: #222; 
	text-align: center;
	font: 10px "Lucida Grande", Geneva, Lucida Sans, Verdana, sans-serif;
	color: #666;
}
a:link { color: #777; text-decoration: none; font-weight: bold; }
a:visited { color: #777; text-decoration: none; font-weight: bold; }
a:hover { color: #999; font-weight: bold; border-bottom: 1px dotted #999; }
a:active { color: #999; font-weight: bold; }

p, h1 { text-align: center; }
h1 { font-size: 13px; }
p {	line-height: 130%; padding: 0; margin: 12px 0; }

#header { margin: 25px 0 0 0; padding: 0; }

#container { 
	width: 900px; 
	margin: 0 auto;
	padding: 0;
}
#container p { text-align: left; }