body 
{
	background-image: url(/layout/bg3.gif);
	background-position: center top;
}

div.main{
	width:708px;
	margin-top:25px; 
	margin-bottom:25px; 
}

td.center{
	width:100%;
	padding:20px;
}

td.left .menu, td.right .pane{
    width:160px;
    padding:5px;
}

div.top{

}

div.imagepane{
    padding:5px;
}

div.outermiddle
{
	background-image: url(/layout/middle_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
}

div.middle 
{
	background-image: url(/layout/middle_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}	

div.innermiddle 
{
	min-height: 485px;
	background-color: #fff;
	background-image: url(/layout/middle.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div.bottom{
	padding-top: 10px;
}

div.bottom p, div.bottom div, div.bottom a, div.bottom td, div.bottom span
{
	color: #fff;
}

div.top .menu 
{
	padding: 10px;
}

div.top div.menu .horizontal .items
{
	margin: 0 auto;
}

div.top div.horizontal table.items div.item 
{
	padding-right: 30px;
}

td.left .menu .item 
{
	padding-left: 10px;
}

td.left .menu .active .item 
{
	background-image: url(/layout/active.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.header h1 
{
	text-align: center;
}