html,body{margin:0;padding:0}body{	font: 76% Verdana, Arial, Helvetica, sans-serif;	background-image: url(../Art/background3.gif);}	#wrapper {		float: left; /* must have a float to contain floats */		width: 910px;  /* gutter of 10px */		background: #FFFFCC;	}		#sidebar {		float: left;		width: 200px;		background: #FFFFCC;	}		#content {		float: right;		width: 700px;		background: #FFFFFF;	}		#footer {		clear: both;		float: left;		width: 950px;		height: 65px;		background: #CC3300;  /* should be D44400 but the enclosed image is the wrong color */	}p{margin:0 10px 10px}a{color: #981793}h1{	height:80px;	line-height:60px;	margin:0 0 0 0px;	padding-left:10px;	color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 250%;}h2{	height:40px;	line-height:30px;	margin:0 0 0 0px;	padding-top:10px;	padding-left:10px;	color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 175%;}h3{	height:20px;	line-height:10px;	margin:0 0 0 0px;	padding-left:10px;	padding-top:10px;	color: #666666;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 125%;}div#content p{line-height:1.4}div#contact{background:#FFFFCC}div#extra{background:#FF8539}div#footer p{margin:0;padding:5px 10px}div#logo{	margin-bottom:10px;	height: 100%;	width: 200px;	text-align: center;	vertical-align: middle;	background-color: #FFFFFF;}div#extra{	float:left;	clear:left;	width:200px;	background-color: #FFFFCC;	padding-bottom: 50px;	display:inline;}li {	list-style-type: none;	list-style-position: outside;}hr {	height: 40px;	color:#FFFFCC;	background-color:#FFFFCC;	margin-top:25px;	margin-left:0px;	margin-bottom:25px;	width: 650px;	text-align: left;	border-top: solid #FFFF99;	border-right: solid #FFFF99;	border-bottom: solid #FFFF99;	border-left: none;}
