body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #cccccc;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5d5d5d;
}
#container {
	width: 980px;
/*	background: url(../images/wallpaper.jpg) repeat;  */
	background-color: white;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {

	text-align: center;
	padding: 20px 10px 20px 10px;

}
#header h1 {
	margin: 20px 0px 0px 0px;;
	padding: 10px 0;
	color: #255a98;
	font-weight: normal;
}
#mainContent {
	padding: 20px 20px 20px 20px;
	height: 920px;
}
.clear {
	clear: both;
}
#box1 {
	width: 400px;
	float: left;
	padding: 0px 25px 0px 25px;
}
#box1 img {
	border: 3px solid silver;
}
#box1 .caption {
	font-size: 1em;
	margin-top: 20px;
	text-align: justify;
}
#box2 {
	width: 800px;
	margin: 0 auto 20px;
	font-size: 1em;
	text-align: justify;
	margin-bottom: 20px;
}
#footer { 
	padding: 0 10px;
	background: #666666;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #b8b8b8;
	font-size: .8em;
}
#footer a {
	color: #b8b8b8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}