@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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/bkground.jpg);
	text-align: center;
	font-size: 16px;
}
.oneColFixCtrHdr #container {
	width: 850px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #938577;
	font-size: 16px;
	margin: auto;
}

strong {
	font-weight: normal;
	font-size: 16px;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #nav
{
	background: #DDDDDD;
	width: 850px;
	margin: 0px;
	padding: 0px;
	color: #938577;
}
.oneColFixCtrHdr #mainContent {
	background: #938577;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	width: 810px;
	clear: inherit;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #footer {
	background:#75695D;
}
.oneColFixCtrHdr #links {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #links a{
	color: #FFF;
	font-size: 13px;	
}

.oneColFixCtrHdr #links a:hover{
	color: #FC6;
	font-size: 13px;
	
}

h1 {
	font-size: 20px;
	color: #BDAF8A;
}
h2 {
	font-size: 18px;
	color: #BDAF8A;
}

a:link {
	color: #9FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D5D7FF;
}
a:hover {
	text-decoration: none;
	color: #FC6;
}
a:active {
	text-decoration: none;
}
.yellow {
	color: #FC6;
}
.current {
	color: #FF0;
	margin: 0px;
}
#sitemap {
    float: left;
    margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;}
	
#sitemap a {color: #FFFFFF; text-decoration: none;}

#sitemap a:hover {
	color: #FC6;
	text-decoration: none;
}
	
#siteby {
    float: right,relative;
    margin-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
#siteby a {color: #FFFFFF; text-decoration: none;}

#siteby a:hover {
	color: #FC6;
	text-decoration: none;
}
.smallcaption {
	font-size: 14px;
}
.imgright {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.imgpano {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.imgdeck {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imgleft {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.imgunder {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 20px;
}
.textback {
	background-color: #8E8071;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.textleft {
	text-align: left;
}
.mp3 {
	float: right;
	height: 16px;
	width: 206px;
	background-color: #938577;
}
