/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #656868  top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color: #333333 ;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
  background: #F3E88E top left;
  margin-left: auto; 
  margin-right: auto;
  width: 750px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 190px;
  background: #78B1A0 top left no-repeat;
  padding: 25px; 
}  

#page_header h1 {
  padding-top:10px;
  padding-left: 20px;
  font-family: 'disco_divaregular';
  font-size: 55px;
  font-weight:bold;  
  color: #7D3924;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: 'Salsa', cursive;
  font-size:24px;
  font-weight:bold;  
  color: #BB4527;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #401810;  top left no-repeat;
  padding-left: 20px;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:13px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
  padding: 25px; 
  padding-bottom:  0px; padding-top: 0px;
}

#left_side {
  float:left;
  width:480px;
}
  
h3 {
  margin:5px;
  margin-right:15px;
  font-family: 'Salsa', cursive;
  font-size:20px;
  line-height:40px;
  color: #A0410D;
}

h4 {
  margin: 5px
}
  
p {
  margin:5px;
  margin-right:30px;
  font-family: 'Caudex', serif;
  font-size:12px;
  line-height:24px;
  color: #333333;
   margin-top: 0em;
  margin-bottom: 2em;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:12px;
  margin-bottom: 5px;
  font-family: 'Limelight', cursive;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #595A38;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #333333;
}

#page_footer {
  height: 70px;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:20px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

blockquote { color: #140D2C; width: 10em; ; font-size:120%; ; text-align:center; float:right; padding: .5em; margin: 10px; margin-top: .4px;
background-color: #78B1A0; border: 2px solid #000; border-style: thin; border-color: #A0410D; font-family: 'Salsa', cursive;}

#SoulTrain {
margin: 10px; }  

#pierbefore {
  margin: 10px;
text-align: center;
}
 
#pierafter {
  margin: 10px;
  text-align: center;

}

#BackDoor {
  margin: 10px;
}

#linktotop {
  margin:0px;
  margin-right:15px;
  font-family: 'Limelight', cursive;
  font-size:20px;
  line-height:40px;
  color: #A0410D;
 }
 #Studio54 {
  margin: 10px;
 }
 #walton {
  margin: 10px;
 }
 #buck {
  margin: 10px;
 }

 @font-face {
    font-family: 'disco_divaregular';
    src: url('DiscoDiva-webfont.eot');
    src: url('DiscoDiva-webfont.eot?#iefix') format('embedded-opentype'),
         url('DiscoDiva-webfont.woff2') format('woff2'),
         url('DiscoDiva-webfont.woff') format('woff'),
         url('DiscoDiva-webfont.ttf') format('truetype'),
         url('DiscoDiva-webfont.svg#disco_divaregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
