BODY {
	margin: 0px;
	font-family: verdana;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
	}

A:link {
	color: #6a401c;
	text-decoration: underline;
	}

A:visited {
	color: #6a401c;
	text-decoration: underline;
	}

A:hover {
	color: #7c8280;
	text-decoration: underline;
	}

A:active {
	color: #b4bbbc;
	text-decoration: none;
	}

#pagetitle {
	color:#a5a9a8; 
	font-size: 1.6em;
	text-align:right;
} 

#content {
	position: relative;
	margin-left: 0px;
	margin-right: 330px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 0.8em;
	text-align:left;
	z-index: 2;
} 

H1 {

	font-size: 1.5em;

} 

H2 {

	font-size: 1.2em;

} 


#sidebar {
	position: fixed;
	right: 0px;
	top:0px;
	width: 345px;
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('http://www.anewdayisrising.com/bg_headphones.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 1;
	}

#content_text {
	padding: 16px;
	color: #000000;
} 



#footer {
	text-align:center;
	border-top: 1px solid #808080;
	font-size: 0.7em;
	margin-bottom: 15px;

} 



