/* CSS Document */

body {
	font-family: "Arial";
	background-image: url('images/background.png');
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 50px;
}

h1 {  font-size: 200% }
h2 { font-size: 175%;  }
h3 { font-size: 150%;  }
h4 { font-size: 125%; }
h5 { font-size: 70%;  }

dt { font-weight:bold }
iframe#menu
{
	width:200px;
	scrolling:"no";
	frameborder:"0";
}

div#header{
	width: 850px;
	height:200px;
}

div#leftheader  {
	width: 250px;
	height:200px;
	float:left;
	}

div#centerheader {
	width: 600px;
	height:200px;
	text-align:center;
	vertical-align:text-bottom;
	float:left;
	
	}


div#content {
	width: 850px;
	float:left;
	}

div#leftcol   { 
	width:250px;
	float:left;
	}
 
div#centercol {	
	width:600px;
	float:left;
	
	}
	 
div#homecentercol {	
	width:600px;
	float:left;
	
	}

div#footer  {
	text-align:center;
	width: 750px;
	float:left;
}
