body 
{
	background:#EFF2F3 url(../pics/background.jpg) repeat-x;
	
	font-size: small;
	font-family:Trebuchet MS;
	
	margin:0;
	padding:0;
}

a img
{
	border:0px;
}

#main
{
	width:950px;
	margin:0 auto;
}
#header
{
	width:850px;
	height:150px;

	background:url(../pics/header.jpg) no-repeat top left;
}

#header #description
{
	display:none;
}

#liquid-round
{
	width:100%;
	margin:0px auto;
	background:#fff url(../pics/leftside.gif) repeat-y left top;
}

.top
{
	width:100%;
	height:20px;
	background:url(../pics/top.gif) no-repeat left top;
}

.top span
{
	display:block;
	position:relative;
	height:20px;
	background:url(../pics/top-right.gif) no-repeat right top;
}

.center-content
{
	position:relative;
	background:url(../pics/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}

.center-content h1
{
	font-size:2em;
	font-weight : bolder;
	margin-top:0px;
	margin-bottom:0px;
}

.center-content h2
{
	font-size:1.5em;
	padding-top:0px;
	margin-bottom:0px;
	font-weight : bolder;
}


.bottom
{
	width:100%;
	height:60px;
	background:url(../pics/bottom.gif) no-repeat left bottom;
}

.bottom span
{
	display:block;
	position:relative;
	height:60px;
	background:url(../pics/bottom-right.gif) no-repeat right top;
}

table th
{
	border-bottom:solid 1px #666666;
	font-weight:bold;
	font-size: 2em;
}

table .topline
{
	border-top:1px solid #666666;
}
