body
{
	background-color: white;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	width: 800px;
	font-family: Times New Roman, Times, Serif;
	font-size: 12pt;
	line-height: 14pt;
	text-align: left;	
}

a
{
	color: grey;
}

h1
{
	font-family: Times New Roman,Times, Serif;
	font-size: 16pt;
	line-height: 14pt;
	font-weight: bold;
}


#header
{
	width: 800px;
	height: 82px;
	float: left;
}

#sidebar
{
	position: absolute;
	top: 83px;
	width: 80px;
	left: 0px;
}

#content
{
position: absolute;
top: 120px;
left: 80px;
width: 400px;
}

#footer
{
position: absolute;
left: 0;
top: 460px;
width: 800px;
}

