


/* body, headers, etc. */
body {
	margin: 0;
	font-family: trebuchet, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B5905B;
}

h2 {
    font-family: trebuchet ms, verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #3E2717;
}

p {
  	padding-left: 25px;
    padding-right: 25px;
}






/* form elements */
input {
    /*border: 1px solid #F9E6C8;*/
    border: 1px solid #3E2717;
    background-color: #DFBE89;
}







/* Main page wrappers */
#mainWrapper {
	text-align: left;
	width: 740px;
	vertical-align: top;
	border: 0px solid #675031;
	margin: 0 auto;
	height: 100%;

}

#headerWrapper {
    background-color: #F9E6C8;
	width: 740px;
	vertical-align: top;
	border: 0px solid #675031;
}

#leftNavWrapper {
    background-image: url(../images/nav_fill.jpg);
    background-repeat: repeat-y;
    width: 179px;
    vertical-align: bottom;
    position: relative;
    float: left;
    border-bottom: 0px solid #675031;
    border-right: 0px solid #675031;
}

#rightNavWrapper {
    vertical-align: top;
    width: 210px;
    /*position: relative;*/
	border: 0px solid #675031;
	float: right;
}

#pageCopyWrapper {
    width: 344px;
    /*position: relative;*/
	border: 0px solid #675031;
	float: left;
}

#featureWrapper {
    width: 295px;
    padding-left: 25px;
    padding-right: 24px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.musicplayer {
	padding: 30px 10px 0px 0px;
	text-align:right;
}








/* wrapper inner divs */
#leftNavLinks {
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    width: 179px;
    position: relative;
    vertical-align: top;
}

#leftNavBottom {
    background: url(../images/nav_bottom.jpg) bottom no-repeat;
    width: 179px;
    height: 155px;
    position: relative;
    vertical-align: bottom;
}

#featureBot {
    vertical-align: top;
    background: url(../images/feature_bottom.jpg) bottom no-repeat;
    width: 295px;
    height: 35px;
}

#featureTop {
    vertical-align: top;
    background: url(../images/feature_top.jpg) bottom no-repeat;
    width: 295px;
    height: 35px;
}

#featureCopy {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width:  295px;
    background: url(../images/feature_fill.jpg) repeat-y;
}








/* font classes */
.navLinks {
    font-family: trebuchet ms, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #3E2717;
}

.pageCopy {
    font-family: trebuchet ms, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #3E2717;
}

.footer {
    font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #3E2717;
}

.tableBkg{
    background: #F9E6C8 url(../images/page_copy_bkg.jpg) right bottom no-repeat;
}










/* links */
a:link {
  color: #3E2717;
  text-decoration: none;}
a:visited {
  color: #3E2717;
  text-decoration: none;}
a:hover {
  color: #3E2717;
  text-decoration: underline;}
a:active {
  color: #3E2717;
  text-decoration: underline;}

