@charset "utf-8";
body {
	background-image: url(/finalproject/guitar.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000B0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
	background-attachment: fixed;
	color:#CCCCCC;
}
#mainBody img {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
#mainBody h1 {
	color: #DFC9B5;
	background-color: #001319;
	background-position: center top;
	border: thin solid #333333;
	font-family: "Lucida Sans Unicode";
}

.welcome {
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	width: 100%;
	position:fixed;
	top: 0;
	left:0;
	padding-right: 25px;
	font-size: 1.2em;
	z-index: 2;
	height: 2em;
	
	
}
#container {
	width: 95%;
	margin-left: 100px;
	z-index: 0;
	}
	
#header {
	text-align:center;
		}
		
#mainBody {
	width: 50%;
	color:white;
	font-size: 1em;
	text-align:center;
	margin: auto;
	height:auto;
	}
	
#mainBody p {
	text-align: left;
}

		
#navBar1 {
	width: 25%;
	padding-top: 10px;
	position:fixed;
	left:0;
	top: auto;
	z-index:3;
	padding-left: 15px;
		}
	
.navBar {
	width: 100%;
	margin-right: 0px;
	border-bottom-style:dotted;
	border-bottom-color:#006699;
	color: #006699;
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	}	
#footer {
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-right: 25px;
	height: 4em;
	z-index: 1;
}	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
}
#mainBody table {
	background-position: left center;
}

