#page
{
	background-image: url('/images/frontend/default-background.jpg');
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#content
{
	position: absolute;
	width: 735px;
	height: 418px;
	left: 250px;
	top: 200px;
	
}
#content h1
{
	color: #F55600;
	font-size: 20px;
}
table
{
	width: 100%;
	border-collapse: collapse;
}
table thead
{
	color: #F55600;
	font-size: 15px;
}
table tbody
{
	font-size: 11px;
}

table tr
{
	border-bottom: 1px solid #BAAC7B;
}
table tfoot
{
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}


