/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
/* End Initial */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearboth {
	clear: both;
	height: 0px;
	display: inline;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #E8D996;
	color: #000000;
	line-height: 140%;
}
#pagewrap {
	width: 779px;	
	margin: 0 auto;
	background-image: url(../images/pagemid.jpg);
	background-repeat: repeat-y;
}
a {
  color: #990000;
  text-decoration: none;
}
a:hover, a:hover {
  color: #6F4210;
  text-decoration: underline;
}
#banner {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 779px;
	margin: 0 auto;
	position: relative;
}
#banner img {
	position: relative;
	top: 40px;
	left: 400px;
}
#page {
	padding: 10px 50px;
	font-size: 90%;
}
#footer {
	height: 180px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #E6D68B;
}
#playing {
	position: absolute;
	top: 75px;
	left: 35px;
}
#main {
	float: right;
	width: 450px;
}
#sidebar {
	float: left; 
	width: 180px;
}
.cleardiv {
	clear: both;
}
#nav {
	padding-top: 50px;
}
#innerfooter {
	width: 750px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}
#footer a {
	margin-left: 15px;	
}
#footlinks {
	float: right;
	padding-right: 40px;
}
#copy {
	float: left;
	padding-left: 40px;
}