/* CSS Document */

#container {
	width:850px;
	}

#header {
	background:url(images/headernew.gif) left no-repeat;
	height:132px;
	}
	
#menu {
	float:left;
	background:url(images/menu.gif) no-repeat;
	height:412px;
	width:218px;
	}
	
#content {
	float:left;
	}
	
#footer {
	clear:both;
	background:url(images/footerimage.gif) center no-repeat;
	height:72px;
	}
	
#footer2 {
	clear:both;
	background:url(images/footeraddress.gif) center no-repeat;
	height:22px;
	}
	
.p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	}