*
{
	font-family: verdana;
	font-size: 10pt;
	color: #000;
}

body
{
	background: #ffffff url('/img/background.gif') no-repeat fixed center center;
	margin: 0 auto;
	width: 980px;
}

div.header
{
	margin-top: 20px;
	background: url('/img/header.gif') no-repeat;
	height: 100px;
}

div.header img
{
	margin-top: 8px;
	margin-left: 20px;
}

div#menusection
{
	background: url('/img/menu.gif') no-repeat;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

div.contentsection
{
	clear: both;
	width: 940px;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

div.leftsection
{
	width: 940px;
}

div.footer
{
	padding: 5px 10px 50px 10px;
	background: url('/img/footer.gif') no-repeat;
	height: 60px;
}
