body{
	background: #FFFFFF url('images/background.png') repeat-x;
	font-family: arial,verdana,tahoma;
	font-size: 13pt;
}
#container{
	width:  800px;
	text-align: left;
}
#header{
	width: 650px;
	float: left;
	height: 85px;
}
#left{
	width: 400px;
	float: left;
}
#middle{
	width: 250px;
	float: left;
}
#right{
	width: 150px;
	float: left;
}
#footer{
	width: 800px;
	float: left;
	text-align: center;
	font-size: 10pt;
	color: #C1C1C1;
}
a{
	color: #A50232;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h2{

margin: 0;
padding: 0;
font-size: 13pt;
	
}

h3{

margin: 0;
padding: 0;
font-size: 13pt;
	
}