/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(images/backgrounds/guitar1.jpg);
	background-position:bottom left;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

#contentwrap {
	position: relative;
	width: 965px;
	text-align: left;	
}

#topnav {
	position: relative;
	left: 0px;
	width: 944px;
	height: 30px;
	text-align: right;
	margin-right: 15px;
}

#menuwrap {
	position: relative;
	width: 100%;
	height: 100px;
	background-position:center;
	background-image:url(images/nav/nav_back.jpg);
	background-repeat:repeat-x;
}

#mainlogo {
	width: 260px;
	height: 100px;
	float: left;
	top: 0px;
	left: 0px;
}

#mainnav {
	width: 572px;
	height: 60px;
	float: right;
	top: 0px;
	right: 0px;
	margin-top: 18px;
	padding-top: 22px;
	background-image: url(images/nav/nav_cap.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#mainnav a {
	padding-right: 28px;
}

#contentarea {
	width: 555px;
	float: right;
	margin-right: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#footer {
	height: 40px;
	color: #373737;
	border-top: 1px solid #262626;
	margin-top: 40px;
}

a {
	color:#FFFFFF;
}
a:active, a:focus {
	outline: none;
}

a:hover {
	color:#FFFFCC;
}

.photo {
	padding-left: 15px;
	padding-bottom: 15px;
}

#copyright {
	text-align: left;
	color: #333333;
	width: 200px;
	float: left;
}

#siteby {
	text-align: right;
	color: #333333;
	width: 200px;
	float: right;
}
#siteby a {
	color: #333333;
}