html, body
{
	margin: 10px 0 0 0;
}

BODY
{
	font-family: Arial;
	color: #333333;
	background-image: url(main_bit.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
p
{
	font-family: Arial;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: bold;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 600;
	margin: 0 0 0 0;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #666666;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 200;
	color: #59B22E;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.roll
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #333333;
}
.roll:hover
{
	text-decoration: none;
	color: #669933;
}

#page
{
	position: absolute;
	width: 688px;
	left: 50%;
	margin: 0 0 0 -344px;
}

#header
{
}

#main
{
	margin: 0 0 1em 0;
	float: left;
}

#content
{
	width: 520px;
	float: left;	
}

#links
{
	width: 150px;
	float: left;
}

#links ul
{
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#links ul li
{
	font-size: 1em;
	color: #6699CC;
}

#footer
{
	clear: both;
}