* {
	margin: 0;
	padding: 0;
}
html {
background:url(img/bg/bodygradient.jpg) repeat-x;
margin: 0;
padding: 0;
background-color:#ffff99;
	}	
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(img/bg/top-bg-str.jpg) no-repeat scroll center top; /* floats bgimage with container */
	margin: 0; 
	padding: 0;
	text-align: center; 
	line-height: 1.7em;
	min-width: 800px;
	min-height: 547px; 
    
}

#container {
	background: transparent url(img/bg/contentgradient.jpg) repeat-x;
	background-color: #ffffd3;
	position: relative;
	top: 215px; 
	left: -8px;
	width: 800px;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container-bg {
   width: 803px;
   margin: 0 auto;
   background:url(img/bg/content-wrap.jpg) no-repeat;
   }
#mainContent {
	width: 800px;	
}
#mainContentPad {
	padding-left: 4%;
    padding-top: 35px;
	}

#mainContent h1  {
	/*font-family: "Tahoma",Arial,Helvetica,sans-serif;*/
	/*font-family:"Bookman Old Style", "Times New Roman", Times, serif;*/
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 15px;
	}	
#mainContent h2 {
	/*font-family:"Bookman Old Style", "Times New Roman", Times, serif; */
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 15px;
	}
#mainContent h3  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0;
	}
#mainContent h1,
#mainContent h2,
#mainContent h3 {
	color: navy;
}	
#mainContent p {
    padding-bottom: 15px;
	font-size: 95%;
	}

#nav {
	position: absolute;
	top: -70px;
	left: 15px;
	}
#nav ul{
   float: left;
   /*padding : 20px 0 0 255px;*/
   padding-left: 425px;
   white-space: nowrap;
}

#nav ul li{
   display: inline; 
} 

#nav a{
   padding: 5px 8px;
   font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans serif;
   font-size: 24px;
   line-height:150%;
   color:navy;
   text-decoration: none;
}
#nav a.bio {
   width: 100px;
   }

#nav a:hover {
color:#fff;
background:#3300FF;
}

#footer {
/*background: url(img/bg/ft-bg.jpg) no-repeat;
background-position: 50% 0;*/
float: right;
color:#5D5D5D;
text-align: center;
margin: 0 auto;
width: 800px;
font-size: 90%;
}
#footer a:link {
color: #5d5d5d;
}
#footer a:visited {
	color: #5d5d5d;
	}
#footer a:hover {
text-decoration:underline;
}

/* Cols for content */
/*-------------------- */
.half-w {
float: left;
width: 45%;
}
.full-w {
float: left;
width: 95%;
}
/* design classes */
/*=================*/
.flt-l {
float: left;
}
.flt-r {
float: right;
}
.rtpad {
padding-right: 5%;
}
.ltpad {
padding-left: 22px;
}
.media {
  display: inline;
  }

.rave {
  color: #660099; /*#000099;*/
  font-style: italic;
  position: relative;
  top: 0px;
  left: 25px;
  font-size: 95%;
  line-height: 1.3em;
  	}
.raveby {
  font-size: 85%;
  font-weight: bold;
  }
.clear {
clear: both;
}
.stars {
	background:url(img/str2.gif) no-repeat;
	width: 200px;
	height: 50px;
	position: relative;
    top: -220px;
	left: -50px;
	margin-bottom:-50px;
	}
.stars-r {
	background:url(img/str3b.gif) no-repeat;
	width: 200px;
	height: 50px;
	position: relative;
    top: -220px;
	left: 550px;
	margin-bottom:-50px;
	}
.caption {
    padding-bottom: 20px;
    font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans serif;
	line-height: 1em;
	font-weight: normal;
	vertical-align:text-top;
	color:#333333;
	}
.ctr { 	 	
	margin: 0 auto;
	}
.flag img{
	border: 2px solid #999999;
	}
.flag:hover img {
	border: 2px solid #FFCC00;
	}
.tracks {
   font-family:Arial, Helvetica, sans-serif;
   line-height: 1.4em;
   font-size: 80%;
   }	
.sidebar {
	float: left; 
	color: #999; 
	position: absolute; 
	top: 2px; 
	left: 825px;
	}
.tracks li {
	list-style:none;
	}