*
{
	margin: 0;
	border: 0;
}

body
{
	background: #000 url(../images/bg.png) repeat-x fixed left bottom;
}

.header
{
	width: 650px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}

.container
{
	width: 650px;
	background: url(../images/content-bg.png) repeat-y;
}

.text-area
{
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 10px;
}

.banner
{
	font-family: Garamond;
	font-size: 32pt;
}

.text
{
	font-family: Times;
	font-size: small;
	text-indent: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.link
{
	text-decoration: none;
	font-family: Times;
	color: #000;
}

.date
{
	text-decoration: none;
	font-family: Times;
	font-weight: bold;
	color: #000;
}

.nickname
{
	text-align: right;
	text-decoration: none;
	font-family: Times;
	font-size: small;
	font-weight: bold;
	color: #000;
	margin-right: 15px;
}

.nav
{	
	text-align:right;
	text-decoration: none;
	font-family: Times;
	font-size: small;
	font-weight: bold;
	color: #000;
}

.pic
{
	border-style: solid; 
	border-width: 2px; 
	border-color: #000; 
	margin-right: 15px;
	float: right;
}

.alphalink
{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.letters
{
	text-decoration: underline;
	font-weight: bold;
	margin-left: 15px;
	color: #000;
}

.grade
{
	text-decoration: none;
	font-family: Times;
	font-weight: bold;
	font-size: small;
	color: #F00;
}

.hr
{
	background: url(../images/hr.png) no-repeat;
	height: 18px;
	width: 580px;
}

.footer
{
	width: 650px;
	margin:0 auto;
}

input
{
	background: #ccc;
}

textarea
{
	background: #ccc;
}

.list
{
	font-family: Times;
	font-size: small;
	margin-left: 15px;
}

a
{
	font-weight: bold;
	color: #000;
}