body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
#bodyHolder {
	position: relative;
	width: 750px;
	text-align: left;
	background: url(/graphics/bodyBG.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	position: relative;
	width: 750px;
	height: 50px;
	background: #bdb490 url(/graphics/mastheadBG.gif) no-repeat;
}
#masthead h2 {
	position: absolute;
	right: 5px;
	bottom: 0;
	margin: 0;
}
#mainMenu {
	width: 750px;
	height: 20px;
	text-align: right;
	background-color: #666;
	border-top: solid #000 4px;
}
#mainMenu ul {
	margin: 0;
	padding: 0;
}
#mainMenu li {
	display: inline;
}
#mainMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	border-left: solid #fff 1px;
}
#mainMenu a:hover {
	color: #000;
}
#content {
	float: right;
	width: 550px;
	margin-top: 15px;
}
#menuAffiliates {
	width: 150px;
	text-align: center;
	
}
#menuAffiliates ul {
	margin: 0;
	padding: 0;
}
#menuAffiliates li {
	list-style-type: none;
}
#footer {
	clear: both;
}
#footer p {
	font-size: x-small;
	text-align: center;
}