body {  font: 100% Verdana, Arial, Helvetica, sans-serif;  background: #efdad3 url(../images/bg_pattern.png);  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */  padding: 0;  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */  color: #000000;}#container {	width: 900px;	background-color: #efdad3;	margin: 0 auto;	padding: 0px;	min-height: 600px;}#header {	padding: 25px 15px 0 15px;	background-color: #e0b5a7;}#header .logo {	float: right;}ul#menu {	list-style-type: none;	width: 100%;	position: relative;	height: 27px;	font-family: "Trebuchet MS",Arial,sans-serif;	font-size: 13px;	font-weight: bold;	margin: 0;	padding: 11px 0 0 0;}ul#menu li {	display: block;	float: left;	margin: 0 0 0 4px;	height: 27px;}ul#menu li.left {	margin: 0;}ul#menu li a {	display: block;	float: left;	color: #fff;	background: #b83737;	line-height: 27px;	text-decoration: none;	padding: 0 17px 0 18px;	height: 27px;}ul#menu li a.right {	padding-right: 19px;}ul#menu li a:hover {	background: #2E4560;}#mainContent {	margin: 0;	padding: 20px;	font-size: 0.85em;	min-height: 600px;	text-align: left;}#footer {	width: 900px;	margin: 0 auto;	padding: 0;}h1 {	font-size: 1.5em;	font-family: Georgia, "Times New Roman", Times, serif;	color: #333;}h2 {	font-size: 1.2em;	font-family: Georgia, "Times New Roman", Times, serif;	color: #333;}.note {	font-weight: bold;	color: #900;}.photoborder {	border: 1px solid #CCCCCC;	background-color: #FFF;	margin: 2px;	padding: 3px;}a {	text-decoration: none;	color: #666;}a:hover {	color: #F00;}/* These work in modern browsers (not IE) that support the 1998 spec. */{ content: ""; }
