* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 12px;
}

#outdiv {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: static;
	height: 190px;
	width: 100%;
	top: 0px;
	background-image: url(images/Pettern01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(images/Guitarmania%20Website%20Header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 702px;
	position: relative;
	left: 0px;
	top: 6px;
	display: block;
}


#nav {
	position: relative;
	bottom: 0px;
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
	top: 11px;
}
#nav ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #FFFF00;
}

#main {
	background-image: url(images/Pettern02.jpg);
	background-repeat: repeat;
	border: 1px solid #515151;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	top: 0px;
}
#main a {
	color: #FFFF00;
	text-decoration: none;
}

#outfooter {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: hidden;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
	margin-top: 12px;
}
h3 {
	font-size: 1.4em;
}
bodytext {
	font-size: 14px
}
