body {
	background: #000 url("/images/bg.jpg") repeat;
	font-size: 12px;
	font-family: Arial;
	padding: 0px;
	margin: 0px auto;
	width: 980px;
	font-size: 14px;
}

img			{
	border: none;
}

#top			{
	top: 5px;
	width:	134px;
	height: 100px;
	position: absolute;
}

#wide			{
	top: 15px;
	width:	600px;
	height: 100px;
	margin-left: 200px;
	position: absolute;
}

#main			{
	top:	107px;
	width:	850px;
	height: 2685px;
	position: absolute;	
}

#reviewtbl		{
	background-color: #fff;
}

#reviewtbl td		{
	padding: 10px;
}

#reviewtbl p		{
	text-align: justify;
	color: #333;
}

#reviewtbl li		{
	list-style-type: circle;
}

.right			{
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.centered		{
	text-align: center;
}

#suggested		{
	color: #660000;
	text-align: center;
	font-weight: bold;
}

.features		{
	border-collapse: collapse;
	width: 100%;
	color: #333;
	font-size: 14px;
}

.features td		{
	vertical-align: top;
}

.site			{
	font-size: 16px;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

.site:hover		{
	color: #ff0000;
	text-decoration: none;
}

.heading		{
	color: #000066;
	border-top: 1px dotted #cccccc;
	margin-left: 10px;
}

.heading a		{
	color: #000099;
	font-size: 10px;
	text-transform: uppercase;
}

.heading a:hover	{
	color: #3333FF;
	text-decoration: none;
}

.heading h2		{
	display: inline;
}

#footer			{
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding: 10px;	
}

.red			{
	color: #990000;
	font-weight: bold;
}

.italic			{
	font-style: italic;
}

