body
{
	font-family: arial;
	font-size: 12px;
	color: #051352;
	margin: 0;
	padding: 0;
	background: url('backg.jpg') repeat-x;
	text-align: center;
}

select
{
	font-size: 12px;
	width: 200px;
	background: #fff;
	color: #051352;
	border: 1px solid #051352;
	text-align: left;
}

input
{
	font-size: 12px;
	width: 120px;
	background: #fff;
	color: #051352;
	border: 1px solid #051352;
}

p
{
	text-align: left;
}

#content
{
	width:972px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 5px;	

}

#header
{
	width: 972px;
	height: 135px;
	background: url('header.jpg');
}

#leftCalculator
{
	width: 330px;
	text-align: left;
}

#resultDiv
{
	width: 370px;
	float: right;
	margin: 4px;
}

#infoDiv
{
	width: 230px;
	float: right;
	margin: 4px;
	font-size: 11px;
}

table.stats
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	width: 280px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.stats td
{
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
}

table.stats td.hed
{
	background-color: #a6b2db;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}

table.stats td.res
{
        background-color: #dadef3;
        color: #000;
        padding: 4px;
        text-align: center;
        border-bottom: 2px #fff solid;
        font-size: 12px;
        font-weight: bold;
} 

