body{
	background: black;
	margin:0px;
	text-align: center;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
}

#siteWrapper{
	margin: 0px auto;
	width: 960px;
	background: #353535;	
}

header{
	background:url(../images/header.jpg);
	width:960px;
	height:224px;
	position:relative;
}
nav{
	position:absolute;
	display:inline-block;
	width:924px; /* 936px */
	height:26px; /* 30px */
	top:182px;
	left:12px;
	padding:2px;
	padding-left:10px;
	
	color:black;
	text-align:left;
	font-size:16pt;
	
}
#pageContent{
	background:#222;
	width:924px;
	margin:18px;
	overflow:auto;
}
footer{
	clear:both;
	background:url(../images/footer.jpg);
	position:relative;
	width:960px;
	height:53px;
}
footer div{
	position:absolute;
	display:inline-block;
	width:924px; /* 936px */
	height:26px; /* 30px */
	top:13px;
	left:12px;
	padding:2px;
	padding-left:10px;
	color:black;
	text-align:center;
	font-size:13pt;
}

a{
	color:white;
	font-style:normal;
	text-decoration:underline;
}
a:hover{
	font-style:italic;
}

nav a{
	display:inline-block;
	background:rgba(255,255,255,0.4);
	border-radius: 3px;
	padding: 1px 3px;
	text-decoration:none;
}
nav a:hover{
	background:rgba(255,255,255,0.6);
	font-style:normal;
}
footer a, nav a{
	color:black;
	font-style:normal;
	
}
.clear{
	clear:both;
}
.imgRight{
	float:right;
	padding-left:10px;
}
a.readMore{
	padding:3px;
	border-radius:2px;
	background:rgba(255,255,255,0.4);
	text-decoration:none;
	margin-bottom:10px;
}
a.readMore:hover{
	background:rgba(255,255,255,0.2);
}