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

body {
	background-color: #E3950F;
	}

.wrapper {
	margin: 0px auto;
	height: 768px;
	width: 1280px;	
}


.logo {
	height: auto;
	margin: 0px auto;
	width: 760px;
	z-index: 2;
	top: -325px;
	position: relative;
}


.textbox {
	height: auto;
	margin: 0px auto;
	width: 450px;
	font-family: comic sans ms;
	font-weight:bold;
	font-size:12px;
	color: #006600;
	top: -800px;
	z-index: auto;
	position: relative;
	}
	
.contactbox {
	height: auto;
	margin: 0px auto;
	width: 350px;
	font-family: comic sans ms;
	font-weight:bold;
	color: #006600;
	top: -800px;
	z-index: auto;
	position: relative;
	}	

.contactbox1 {
	height: auto;
	margin: 0px auto;
	width: 550px;
	font-family: comic sans ms;
	font-weight:bold;
	color: #006600;
	top: -800px;
	z-index: auto;
	position: relative;
	}	
	
.textbox1 {
	height: auto;
	margin: 0px auto;
	width: 650px;
	font-family: comic sans ms;
	font-weight:bold;
	font-size:12px;
	color: #006600;
	top: -800px;
	z-index: auto;
	position: relative;
	}	
	
	
.musicbox {
	height: auto;
	margin: 0px auto;
	width: 768px;
	font-family: comic sans ms;
	font-weight:bold;
	color: #006600;
	top: -800px;
	z-index: 3;
	position: relative;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#00000;
}
	
/* styles for error box */
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}

#leftcol {position:relative; height: 330px; top:100px; left:20px; float:left; width:125px; margin:0 5px 20px; padding: 20px 20px 0;}

#leftcol .menuitem {position:relative; background-image:url(../images/button.png); background-repeat:no-repeat; font-family:comic sans ms; font-weight:bolder; margin-left: 7px; height: 25px; width: 100px; padding:5px;}

#centercol .background {
	clear: none;
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 100px;
}

#centercol .background1 {
	clear: none;
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: auto;
	top: -1025px;
	margin-top: 35px;
}

#centercol .transbox { width: auto; height: auto; margin: 10px 20px; }
	
  
#centercol .transbox p { font-family:comic sans ms; margin-left: 5px; color: #fff; padding: 4px; font-weight:bold;}

a {text-decoration: none;}

a:link {color:#000;}

a:visited {color:#000;}

a:hover {color:#0000FF;}

#myspacelogo {
	position: relative;
	float: left;
}


#followme {
	position: relative;
	float: left;
	}
	
#facebook {
	position: relative;
	float: left;
	}
	
#socialbox {
	position: relative;
	top: -650px;
	float: left;
	left: 50px;
	width: 135px;
	height: auto;
	}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	float:left;
	left: 25px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #006600;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: black;
	background-color: #704968;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
	padding: 0;
	width: 35%;
	overflow: hidden;
	background: transparent;
	left: 50px;
	float: left;
	position: relative;
	top: -850px;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

