/*
CSS is the best,
Oh yes,
It's the best.	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 color: #beb080;
 line-height: 1.25em;
 background: url(images/back_070608.jpg) repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1200px;
}
#header {
 width: 1000px;
 margin-left: 10px;
 margin-right: 190px;
 float: left;
 height: 85px;
 background: url(images/header_070608.jpg) no-repeat;
}
#textbox {
 width: 1100px;
 padding: 10px 50px 10px 30px;
 margin-right: 20px;
 background: #ffffcc;
 float: left;
 color: #333;
 font-size: 12px;
 text-align: center;
}
#lt {
 width: 240px;
 padding-right: 20px;
 padding-left: 10px;
 float: left;
 background: #FFF;
 margin-bottom: 20px;
}
#mlt {
 float: left;
 width: 240px;
 padding-right: 20px;
 display: inline;
 background: #FFF;
 margin-bottom: 20px;
}
#mrt {
 float: left;
 width: 240px;
 padding-right: 20px;
 display: inline;
 background: #FFF;
 margin-bottom: 20px;
}
#rt {
 float: right;
 width: 400px;
 padding-right: 5px;
 display: inline;
 background: #FFF;
 margin-bottom: 20px;
}
#lpform {
 width: 380px;
 margin-top: 8px;
 border: 1px solid #CCC;
}
#musicrt {
 float: left;
 width: 240px;
 padding-right: 165px;
 display: inline;
 background: #FFF;
}
#requestlt {
 width: 500px;
 padding-right: 20px;
 padding-left: 10px;
 float: left;
 background: #FFF;
 margin-bottom: 20px;
}
#requestrt {
 float: left;
 width: 500px;
 padding-right: 165px;
 display: inline;
 background: #FFF;
}
#subscriptions {
 float: left;
width: 1000px;
 margin-left: 10px;
 margin-right: 190px;
 display: inline;
 margin-top: 0;
} 
#bottom {
 clear: both;
 width: 100%;
 border-top: 1px solid #CCC;
}
#footer {
 margin: 5px auto;
 width: 1200px;
}

.title {
 font-size: 16px;
 font-family: Georgia, serif;
 font-style: italic;
 color: #000;
 text-align: left;
 margin-top: 16px;
 margin-bottom: 4px;
 line-height: 1.15em;
}
.item {
 font-size: 16px;
 font-weight: bold;
 margin-top: 4px;
 margin-bottom: 4px;
}
.newbody {
 padding-top: 5px;
}
.credit {
 font-size: 12px;
}
.pink {
 color: #ff00ff;
}
.blue{
 color: #3333ff;
}

hr {
 border: 0;
 background: #CCC;
 color: #CCC;
 height: 1px;
 margin-top: 10px;
 margin-bottom: 10px;
}

.feature {
 border-bottom: 1px solid #CCC;
}

a:link {
 line-height: 1em;
 color: #333;                  
 text-decoration: none;
 line-height: 1.25em;
}
a:hover {
 line-height: 1em;
 color: #beb080;
 text-decoration: none;
 line-height: 1.25em;
}
a:visited {
 line-height: 1em;
 color: #666;
 text-decoration: none;
 line-height: 1.25em;
}
a:active {
 line-height: 1em;
 color: #666;
 text-decoration: none;
 line-height: 1.25em;
}

a.featurelink:link {
 font-size: 12px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}
a.featurelink:hover {
 font-size: 12px;
 line-height: 1em;
 color: #ff00ff;
 text-decoration: none;
}
a.featurelink:visited {
 font-size: 12px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}
a.featurelink:active {
 font-size: 12px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}

a.qlink:link {
 font-size: 14px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}
a.qlink:hover {
 font-size: 14px;
 line-height: 1em;
 color: #ff00ff;
 text-decoration: underline;
}
a.qlink:visited {
 font-size: 14px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}
a.qlink:active {
 font-size: 14px;
 line-height: 1em;
 color: #666;
 text-decoration: none;
}

#nav{
 padding: 23px;
 margin-left: 235px;
}

#nav a.gnav{
 display: block;
 float: left;
 border: 1px solid #beb080;
 color: #333;
 text-transform: uppercase;
 text-decoration:none;
 padding: 2px 10px;
 margin: auto 2px;
}
#nav a:hover.gnav{
 display: block;
 border: 1px solid #beb080;
 color: #FFF;
 background: url(images/back_070608.jpg);
 text-transform: uppercase;
 text-decoration: none;
 padding: 2px 10px;
 margin: auto 2px;
}
#nav a.here{
 display: block;
 float: left;
 border: 1px solid #beb080;
 color: #333;
 background: url(images/back_070608.jpg);
 text-transform: uppercase;
 text-decoration: none;
 padding: 2px 10px;
 margin: auto 2px;
}