body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#container {

	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
#header {
	background-color: #FBF7FB;	
}
#topnav {
	background-image:url('images/header.png');width:1024px;height:102px;font: 18px Georgia, serif; font-style:italic;line-height:400%;color:#efefef;
}
#topnav a { color: #600; padding: 4px 5px 12px 5px;margin:0;text-decoration:none;}
#topnav a:hover { color:#efefef; }
#mainContent {
	/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url('images/main_bg.jpg');
	height: 526px;
	width:1024px;
	text-align:left;
}
.contact_info { 	font-size: 8pt;
	font-family: Georgia, serif;
	color:#333
	}
#footer { 
	background-image:url('images/footer_bg.jpg');
	width:1024px;
	}
#footnav, #footnav a { font: 13px Georgia, serif; font-style:italic;color: #600;padding: 4px 5px 12px 5px;text-decoration:none; } 
#footnav a:hover { text-decoration:underline; }
address { font-style:normal; }