html {
	background-color: #9E1D11;
}
body {
	padding: 10px;
	background: #9E1D11 url('../images/background2.gif') repeat-x;
}

strong {
	white-space: nowrap;
}

#mainContent {
	width: 950px;
	margin: 0 auto;
	font-family: arial;
	font-size: 120%;
	color: #fff;
}

#logoHeader {
	width: 280px;
	height: 120px;
	text-align: right;
	padding-top: 35px;
	margin: 0 auto;
	background: transparent url('../images/logo-small.gif') left no-repeat;
}

a, a:active, a:visited {
	color: #fff;
} 
a:hover {
	color: #ff0;
	text-decoration: underline;
} 

.highlight {
	font-size: 110%;
	font-weight: bold;
}
	
.caption {
	font-size: 70%;
}	
#navigation {
	clear: both;
	text-align: center;
}
#navigation ul {
	margin: 10px 0 20px 0;
}
#navigation li {
	display: inline;
	margin: 0 30px;
}
#navigation li.currentPage {
	color: #fff;
}

#spotlight {
	clear: both;
}
		
#spotlight div {
	font-weight: bold;
	color: #ccc;
}
		
#spotlight img {
	border: 2px solid #fff;
	margin-top: 5px;
	padding: 2px;
	background-color: #000;
}

#enlargement {
	display: none;
	position: absolute;
	top: 30px;
	left: 30px;
	border: 2px solid #fff;
	padding: 2px;
	background-color: #000;
}

#disclaimer {
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 0;
	text-align: center;
	background-color: #9E1D11
}

