﻿body 
{
    background:#fdfaf3 url(../images/layout_bg.jpg) no-repeat top;
    padding:0;
    margin:0;
    font-family:"Trebuchet MS";
    color:#918d82;
    font-weight:normal;
    font-size:12pt;
    margin-top: 0;
    padding-top: 0;
}
* HTML BODY {
	PADDING-BOTTOM: 100px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px;
}
#container {
	POSITION: fixed; 
	BOTTOM: 100px; 
	OVERFLOW: auto; 
	TOP: 0px; 
	RIGHT: 0px; 
	LEFT: 0px
}
* HTML #container {
	WIDTH: 100%; HEIGHT: 100%
}
A
{
    text-decoration:none;
    color:#b27128;
}
.canvas
{
	width:975px;
	margin:0 auto;
	background-image:url(../images/canvas.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #fdfaf3;
	min-height:530px;
}
.quote
{
    text-align:left;
    margin-left:25px;
    font-size:10pt;
    font-style:italic;
    color:#5A4B34;
}
.header
{
	width:975px;
	margin:4px auto;
	background: url(../images/top_bg.jpg) no-repeat bottom;
    font-family:"Trebuchet MS";
    color:#918d82;
    font-weight:normal;
    font-size:11pt;	
}
#topbar
{
    padding-top: 0;
    margin-top: 0;
	width:100%;
	height:40px;
	margin:0px;
	background-color: #8e7557;
	/*background: url(../images/top_bar.jpg) repeat-xy bottom;*/
}    
.logo
{
	width:240px;
	padding-top:5px;
}
.headernav
{
	width:975px;
	vertical-align:bottom;
    font-family:"Trebuchet MS";
    color:#918d82;
    font-weight:600;
    font-size:11pt;		
}
.top
{
    margin:0;
    padding:0;
    border:0;
    height:35px;
    color:#b27128;    
}
.gobtn
{
    border:0;
    background: url(../images/go_btn.jpg) no-repeat top left;
    width:33px;
    height:27px;
    cursor:pointer;
    margin:0 5px 0 0;
}
.join
{
    padding:0;
}
.music
{
    font-size:15px;
    text-align:left;
    padding-left:15px;
    vertical-align:top;
    width:200px;
    color:#b27128;
    background: url(../images/getmusic.png) no-repeat top right;
}
.donate
{
    font-size:15px;
    color:#b27128;
    width:100px;
    text-align:left;
    padding-left: 35px;
    background: url(../images/DonateNowBG.png) no-repeat top right;    
}
.share
{
    width: 100px;
    padding-left: 45px;
    background: url(../images/DonateNowBG.png) no-repeat top right;    
}
.twitter
{
    width: 190px;
    padding-left: 35px;
    background: url(../images/TwitterBG.png) no-repeat top right;    
}
.input
{
    font-family:Trebuchet MS;
    font-size:10px;
    border:solid 1px #b27128;
    background-color:Transparent;
    width:140px;
}
h1
{
    margin:0;
    padding:2px;
    color:#b27128;
    font-size:20px;
    font-weight:normal;
}
h2
{
    margin:0;
    padding:2px;
    color:#b27128;
    font-size:12pt;
    font-weight:normal;
}
.menu
{
    margin-top:5px;
}
.menu td
{
    list-style: none;
    float:left;
    /*width:150px;*/
    color:#b27128;
    text-align:left;
    font-size:15px;
    margin:0; 
    height:32px;
	padding: 0 75px 0 0;
	font-weight:bold;
	padding-top:5px;	
}

.menu td:hover
{
    background: url(../images/menu_bg.jpg) no-repeat left;
}

.select
{
    background: url(../images/menu_bg.jpg) no-repeat left;
}
.contenttbl
{
    width:98%;
    margin:0 auto;
    padding:4px;
    margin-top:15px;
}
.coverbg
{
    height:253px;
    width:378px;	
    background: url(../images/cover_bg.gif) no-repeat top;
}
.PressLinks
{
    height:253px;
    width:378px;	
    background: url(../images/AlbumBG.jpg) no-repeat top;
    font-weight: bold;
    color: Black;
    font-size: 16px;
    text-align: left;
}
.footer
{
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:100px;
	WIDTH: 100%; 
	OVERFLOW: auto;
	text-align:center;
}
* HTML #footer {
	height:70px;
}
.player
{
	margin:0 auto;
	height:30px;
	width:950px;
	text-align:left;
}
.host
{
	width:975px;
	text-align:right;
	margin:0 auto;
	font-size:10px;
	font-weight:normal;
}
.weblink A
{
    font-size:10pt;
}
.contenttbl ul
 {
     margin-bottom:5px;
     margin-top:5px;
 }
 
 .error
 {
     color: Red;
 }