html, body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}
* {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
#cellwrapper
{
	border-right: #d6143e 1px solid;
	border-bottom: #d6143e 1px solid;
	border-left: #d6143e 1px solid;
	background-color: #000000;
	background-repeat: no-repeat;
}

.content h2
{
	color: #cccccc;
	margin: 0;
	padding: 0;
}
.content
{
	padding: 10px;
	color: #666666;
}


