@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic", "Trebuchet MS", Calibri, Tahoma, Verdana, Arial, sans-serif;
	background: #63462f;
	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: #4a301d;
	font-size:80%;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0f0e16;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 15;

}
.oneColFixCtr #ContentWrapper1 {
	position:relative;
	top:0;
	left:0;
	width:770px;


}
#header {
	background: url(graphics/header.jpg);
	clear: both;
	height: 188px;
	width: 796px;
	background-repeat:no-repeat;
	text-align: center;
}
.oneColFixCtr #container #bg-top {
	background: url(graphics/bg-top.gif);
	top: 0px;
	background-repeat:no-repeat;
	width:770px;
	height:31px;
}
.oneColFixCtr #container #bg-btm {
	background: url(graphics/bg-btm.gif);
	bottom: 0px;
	background-repeat:no-repeat;
	width:770px;
	height:31px;
	font-size:0.8em;
	color: #ECDAB3;
	
}
.oneColFixCtr #container #ContentWrapper1 #ContentWrapper2 #inner-top {
	background: url(graphics/inner-top.gif);
	top: 0px;
	background-repeat:no-repeat;
	width:679px;
	height:14px;
}
.oneColFixCtr #container #ContentWrapper1 #ContentWrapper2 #inner-btm {
	background: url(graphics/inner-btm.gif);
	bottom: 0px;
	background-repeat:no-repeat;
	width:679px;
	height:14px;
}
.oneColFixCtr #container #ContentWrapper1 #ContentWrapper2 {
	background-color:#ecdab3;
	width: 679px;
	text-align: left;
	margin: auto;
}
.oneColFixCtr #container #ContentWrapper1 #ContentWrapper2 #content {
padding:15px;
margin:auto;}

#mp3player {
	margin-right: 25px;
	font-size:0.9em;
	float: right;
	width:190px;
	_margin-top: 120px;
	clear:right;
}
	
A:link {color: #4a301d;	text-decoration:underline}
A:visited {text-decoration: underline; color: #4a301d;}
A:active {text-decoration: none; color: #221F2B;}
A:hover {	color: #999966;	text-decoration: none;}

a.menutext:link {text-decoration: none; color:#FFFFFF; font-size:1em; font-weight:bold; font-family: "Century Gothic", "Trebuchet MS", Calibri, Tahoma, Verdana, Arial, sans-serif}
a.menutext:visited {text-decoration: none; font-size:1em; font-weight:bold; color: #FFFFFF;}
a.menutext:active {text-decoration: none; font-size:1em; color:#774e30; font-weight:bold; background-color: #FFFFFF;}
a.menutext:hover {background-color: #FFFFFF; text-decoration:none; color:#774e30 }
#menuWrapper{color:#FFFFFF}

.oneColFixCtr #container #ContentWrapper1 #ContentWrapper2 #content .indent {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.6em;
}
.italicRight {
	font-style: italic;
	float: right;
}

hr{
	margin-top:-15px;
	color: #4A301D;
}
.smtext {
	font-size: 0.8em;
}
.padLeft {
	padding-left: 10px;
}

