@charset "utf-8";
/* CSS Document */


body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(images/backgroundnew.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

bodycontact {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(images/backgroundnew.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:50px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.linkstyle{

color: #3399ff;

text-decoration: none;
}


.linkstyle a {
	color: #3399ff;	
	
	
}

.linkstyle a:hover {
	color: #999999;
}	
	
#page_menu {
text-align:left;
	
		color: #0066FF;
}

#page_menu a {
	
	color: #999999;
	text-decoration: none;
}

#page_menu a:hover {
	
	color: #3399ff;
}

#page_menu li {
	padding: 5px;
	float: left;
}

#page_menu li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
		font: Arial;
	text-align:left;
}

.band{
background-image:url(images/guitar2.png);
background-repeat:no-repeat;
height:400px;
width:417px;}