body
{
	background-color: #ccc;
	text-align: center;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #333;
}

#main
{
	width: 760px;
	min-height: 930px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right:  3px solid #666;
	border-bottom: 3px solid #666;
	margin-left: auto;
	margin-right: auto;
}

#left
{
	width: 310px;
	min-height: 930px;
	float: left;
}

#leftfront
{
	width: 310px;
	min-height: 930px;
	float: left;
}

/* 	background:url(images/leftpanel/rotator.php) no-repeat center; */

#right
{
	width: 450px;
	float: right;
}

#righttext
{
	padding: 20px;
}

#righttext img 
{
	padding: 15px;
	text-align: center;
}

#infobox
{
	border: 1px dotted #999; 
	padding: 10px;
}

#infobox img
{
	padding: 0px;
}

.smaller
{
font-size: 11px;
}

a
{
text-decoration: none;
color: #733;
}

#footer
{
clear: both;
border-top: 1px dotted #999;
padding: 10px;
}

