@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background_logo.jpg);
	background-repeat: repeat;
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
h1, p {
	font-size: 90%;
}
#wrapper { 
	width: 960px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
	border: 12px solid white;
}
#header {
	border-bottom: 12px white solid;
}
#sidebarleft {
	width: 200px;
	float: left;
	background: #000000;
}
#sidebarleft img {
	margin: 10px;
	border: 0;
}
#sidebarleft p {
	margin: 10px;
	color: #FFFFFF;
}
/*----------------------------------->>>>>>>>>>>>>>Start Nav Bar<<<<<<<<<<<<----------------------*/
#sidebarleft ul { 
	list-style: none; 
	margin: 20px 0 10px 20px;
}
#sidebarleft ul li{ 
  	margin: 0 0 4px 0;
}
#home, # bio, #radio, #blog, #shout, #lock, #myspace, #facebook, #photos {
	width: 180px;
	height: 30px;
}
#home a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_home.gif") 0 top;	
}
#home a:hover{
	background-position: 0 bottom;
}
#bio a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_bio.gif") 0 top;	
}
#bio a:hover{
	background-position: 0 bottom;
}
#radio a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_radio.gif") 0 top;	
}
#radio a:hover{
	background-position: 0 bottom;
}
#blog a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_blog.gif") 0 top;	
}
#blog a:hover{
	background-position: 0 bottom;
}
#shout a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_shout.gif") 0 top;	
}
#shout a:hover{
	background-position: 0 bottom;
}
#myspace a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_myspace.gif") 0 top;	
}
#myspace a:hover{
	background-position: 0 bottom;
}
#facebook a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_facebook.gif") 0 top;	
}
#facebook a:hover{
	background-position: 0 bottom;
}
#photos a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_photos.gif") 0 top;	
}
#photos a:hover{
	background-position: 0 bottom;
}
#links a{
	display:block;
    width:180px;
	height:30px;
    background:url("images/butt_links.gif") 0 top;	
}
#links a:hover{
	background-position: 0 bottom;
}
/*----------------------------------->>>>>>>>>>>>>>End Nav Bar<<<<<<<<<<<<----------------------*/
#sidebarright {
	float: right;
	width: 200px;
}
#sidebarright img{
	margin: 20px 20px 10px 0;
	border: 0;
}
#sidebarright a {
	text-decoration: none;
	color: #CC0000;
}
#sidebarright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#main {
	margin: 20px 200px;
}
#main img{
	margin: 0 26px 10px 26px;
	border: 4px solid white;
}
#main h1, p {
	padding: 10px 26px;
}
#main a {
	text-decoration: none;
	color: #CC0000;
}
#main a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer {
	margin: 10px 0 0 0;
	clear: both;
	background: #AE0A05;
	color: #FFFFFF;
	text-align: center;
	border-top: 12px white solid;
}
#footer p{
	padding: 4px 0;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}