body{
    background-color:#26251B;
}
p{
    line-height:16px;
    margin-bottom:10px;
    font-weight:normal;
}
a{
   color:#fff;
   text-decoration:underline;
}
a:hover{
   text-decoration:none;
}
h1{
    font-size:25px;
    font-weight:lighter;
    margin-bottom:30px;
    margin-top:10px;
}
table{
    font-size:16px;
}
#wrapper{
    background-image:url(images/wrapper_bg.gif);
    background-repeat:repeat-x;
    background-color:#424130;
    color:#E3DCBC;
}

#header{
    height:108px;
    margin-bottom:-7px;
}
#site-name{
    color:#BDB79C;
    font-size:50px;
    margin-top:25px;
    font-weight:100;
}
#tagline{
    font-size:14px;
    margin-top:-20px;
    margin-left:23px;
    letter-spacing: .55em;
}
#nav{
    margin-left:15px;
    margin-top:40px;
}
#nav-items a{
    font-size:16px;
    color:#E3DCBC;
    text-decoration:none;
    line-height:30px;
    font-weight:lighter;
    
}
#nav-items a:hover{

    text-decoration:underline;   
}
#right-image{
    margin-top:50px;
}
#quote{
    font-size:14px;
    margin-top:100px;
    margin-left:30px;
}
#right-content{
   font-size:14px;
   margin-top:40px;
   line-height:14px;
}
#right-home{
  margin-left:700px;
  margin-top: -280px;
}
#right-header{
  margin-left:700px;
}
#cover{
   margin-top:40px;
}
#soundplayer{
   margin-left:15px;
}
#footer{
  background-color:#26251B;
  width:100%;
  height:30px;
  margin-top:30px;
}
/*************CONTACT FORM***************/
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  225px;
	 padding: 2px;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}

