body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Georgia, Times, serif;
	color: #c00;
	background-image: url('../../includes/images/background.jpg');
	background-repeat: repeat;
	background-position: center top;
}
h1 {
	color: #900;
	font-size: 1.5em;
}
h2 {
	color: #900;
	font-size: 1em;
}
h3 {
	color: #900;
	font-size: 0.875em;
	clear:both;
}
p {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.5em;
	color:#ccc;
	clear:both;
	
}
a {
	line-height: 1.2em;
	text-decoration:none;
}
a:link {
	color: #f00;
}
a:hover {
	color: #fff;
	background-color:#600;
	}
a:active {
	color: #000;
	background-color:#600;
}
a:visited {
	color: #f00;
}
hr {
	height: 1px;
	border-color: #333;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	margin:0px;
	padding:0px;
	clear:both;
}
/* ------- main ----------- */
div#wrapper{
	width:800px;
	
}
/* ------------- header ------------- */

div#header {
	border:0px white solid;
	margin:0px;
	padding:0px;
	text-align:left;
}
div#header img {
	margin: 0px 0px 0px 50px;
	float:left;
}
div#musicplayer {
	float:right;
}
div#L1nav {
	text-align:center;
	margin: 156px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	background-color:#ffffff;
	
}

/* ----------- content ------------- */
div#content {
	border:0px white solid;
	float:center;
	width:500px;
	text-align:left;
	margin:0px;
	padding:0px;

}
div#content img {
	vertical-align:top;
	float:left;
	margin:5px 10px 15px 0px;
}

div#rightcol {
	float:left;
}




















