body {
	background-color: #94926F;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/background-filler.jpg);
	background-repeat: repeat;
}
body, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.contentCell {
	background-image: url(images/background2.gif); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	vertical-align: top;
}
.navCell {
	background-image: url(images/background-media2.gif); 
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: bottom;
	border-bottom: solid #C1C1A0 1px;
}
.nav a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	display: block;
	padding-bottom: 0px;
	border-bottom: solid #C1C1A0 6px;
	color: black;
}
.footer {
	border-top: solid #C1C1A0 1px;
	padding-top: 5px;
	color: #7A7A5D;	
	line-height: 18px;
	padding-bottom: 10px;
}
a.design {
    color: #999999;
}
h1 {
    font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #48473A;
}
h2 {
    font-size: 15px;
	font-weight: bold;
	color: #A03333;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.content {
    padding-top: 15px;
    font-size: 11px;
	color: #38372A;
	line-height: 18px;
	padding-bottom: 25px;
	text-align: justify;
}
.pageTitle {
    font-size: 18px;
	text-transform: none;
	padding-bottom: 15px;
	color: #83815D;
	font-family: Arial, Helvetica, sans-serif;
}
.filler {
	background-attachment: fixed;
	background-image: url(images/filler-2.jpg);
	background-repeat: no-repeat;
	background-position: 50px top;
}
a {
	color: #6A6A46;
	text-decoration: underline;
}
a:hover {
	color: #5A5A36;
	text-decoration: none;
}
.photoCaption {
   line-height: 12px;
   font-size: 10px;
   color: #444444;
}
#menu a {
	color: #3333CC;
	text-decoration: none;
}
#menu a:hover {
	color: #3333CC;
	text-decoration: none;
}