body {	background-color: FFC20A;	background-position: center;	text-align: center;	font-family:verdana, geneva,tahoma, arial, sans-serif;}#container {	margin:25px auto;	padding: 0px;	width:800px;	background:#fff;	text-align:center;	border: black solid 1px;}/*where you put the title bar*/#logoheader {	width: 800px;	height:130px;	background:url(../images/oldtitlebar.jpg);	}#logoheader h1 {	display: none;}/*set the area*/#menu2 {	width: 800px;	height: 20px;	margin: 0px;	padding: 0px;}.menulink {	padding-right: 10px;	padding-left: 10px;	margin-left: 10px;	margin-right: 10px;}#menu2 a {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	color: #000000;	text-decoration: none;}#menu2 a:hover {	color: #990000;	text-decoration: underline;}/*now we come to the editable content area*/#content {	width: 760px;	display: block;	padding: 20px 0px 0px;	text-align: left;	margin: 0px 20px;}#footer {	text-align: left;	margin-left: 20px;	margin-top: 10px;	margin-bottom: 10px;}.floatright {	float: right;	margin-left: 30px;}.floatleft {	float: left;	margin-right: 30px;	margin-bottom: 10px;}.centreimage {	text-align: center;}.maginedframed {	margin: 0px 20px 20px;	border: 1px solid #000000;	float: right;}.framed {	border: thin solid #000000;}