body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999999;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
}


/* MAIN */

#mainContent a {
	text-decoration: none;
	border-bottom: 1px dashed #B2F511;
	color: #152D6A;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
}

a img {
	border-style: none;
}
.photoBox {
	float: left;
	border: 1px solid #000000;
	padding: 1px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}
