body
{
    margin: 5px;
}

#container
{
	width: 990px;
	margin:0 auto;
}

#header
{
    background-image: url('../Style/Background.jpg');
    height: 82px;
}

#menu 
{
	width:auto; 
	display:block; 
	height:28px;
}

#main
{
	width: auto; 

	padding: 10px 0;
}

#left
{
	width: 200px; 
	margin-right: 20px; 
	float: left;
}

#middle
{
	width: 600px; 
	margin-right: 20px; 
	float:left;
}

#right
{
	width: 150px; 
	float: left;
}

div.spacer
{
	clear: both; 
	height: 10px; 
	display: block;
}
