body
{
	margin: 5px auto;
	width:780px;
	background: url('bg.jpg');
	color: #000000;
	font-family: georgia, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0px none;
}

a
{
	text-decoration: none;
	color: #0000ff;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}


#header
{
	width: 780px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 5px solid #ffffff;
	width: 770px;
	height: 440px;
}

#containerleft
{
	float: left;
	width: 700px;
	height: 350px;
	background:#E4E4E4;
	border-right: 20px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 750px;
	height: 420px;
	background: #E4E4E4;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
	line-height:125%;
}

#footer
{
	width: 780px;
	text-align: right;
	padding: 5px 0px;
	color: #000000;
}

#footer a
{
	text-decoration: none;
	color: #0000ff;
}

#footer a:hover
{
	text-decoration: none;
	color: #FF0000;
}