html {
	background: #000;
}
body {
	font: 12px/1.231 helvetica,clean,sans-serif;
	color: #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-size: 50%;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #0000aa;
}
ol {
	text-align: left;
}
h1 {
	font-size: 30px;
	margin-top: 10px;
	line-height: 1em;	
}
p {
	margin-top: 1em;
	text-align: left;
	line-height: 1.5em;	
}
.align-right { 
	float: right; 
	margin: 0 0 15px 15px; 
}
.align-left { 
	float: left; 
	margin: 0 15px 15px 0; 
}
.clear {
	clear: both;
}

.times-quote {
	font: italic 18px/1.2em 'Times New Roman';
	letter-spacing: .02em; 
}

#logo {
	width: 950px;
	margin: auto;
}

#frame {
	width: 950px; 
	margin: auto; 
	margin-top: 4px;
	background-color: #fff;
	border: 2px solid #ccc;
}
#content {
	font-size: 131%;
	line-height: 1.4em;	
	margin: 0 20px;
}
#footer {
	margin: 1em;
	padding-bottom: 1em;
	font-size: 12px; 
	text-align: center;
	color: #000;
}
