body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	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;
	background-image: url(images/big-back.jpg);
	background-attachment: fixed;
}
p {
	font: 80% Helvetica, Arial, Verdana, sans-serif;
	line-height: 20px;
}
.oneColElsCtr #container {
	width: 850px;
	margin: 40px auto 20px auto;
	text-align: left;
	overflow: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 30px 0 40px;
	background: #FFFFFF;
	border: 3px solid #94855C;
}
#nav {
	position: fixed;
	padding: 10px;
	background-color: #660000;
	top: 0px;
	text-align: center;
	width: 100%;
}
#photo{
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	text-align: center;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 15px;
}
a:link {
	text-decoration: none;
	color: #9e1e25;
}
a:visited {
	text-decoration: none;
	color: #9e1e25;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Garamond, Century, Times New Roman, serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #660000;
}
h2 {
	font-size: 18px;
	color: #990000;
}
h3 {
	font-size: 16px;
	color: #CC0000;
}
h4 {
	font-size: 14px;
	color: #FF0000;
}
#apDiv1 {
	position:fixed;
	width:200px;
	z-index:1;
	left: 50%;
	background-image: url(images/nav-back.jpg);
	border: 3px solid #94855C;
	padding: 10px;
	top: 50px;
}
a.d {
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial Narrow, Arial, sans-serif;
}
a.d:link {
	color: #999999;
	text-decoration: none;
}
a.d:visited {
	text-decoration: none;
	color: #999999;
}
a.d:hover {
	text-decoration: none;
	color: #9E1E25;
}
a.d:active {
	text-decoration: none;
	color: #FFFF99;}

