@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-color: #8B8C90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}


/* --- Page layout --- */

#logoarea {
	float: left;
	text-align: center;
	width: 320px;
	padding: 0 10px;
	margin: 0;
}

#infoarea {
	padding: 0;
	float: left;
	text-align: center;
	width: 360px;
   margin: 0;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
   font-weight: bold;
}

h1 {
	margin-top: 20px;
	font-size: 20px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	text-decoration: underline;
}

p {
	margin: 15px 0 10px 0;
}


.clear {
	clear: both;
}



#pagewrap {
	width: 720px;
	border: 1px solid black;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -380px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px 20px 2px 20px;
	background-color: white;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.centered {
	text-align: center;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

#comingsoon {
	font-size: 18px;
	text-align: center;
	width: 100%;
}

#acoustic,
#electric {
	width: 360px;
	float: right;
}

#acoustic h2,
#electric h2 {
	text-align: center;
}

#electric {
	padding-top: 10px;
}

.photo {
	padding: 15px 0 15px 0;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: left;
}

.photo a {
	text-decoration: none;
	color: black;
	font-size: 8pt;
}


#footer {
	clear: both;
	text-align: center;
	font-family : Verdana, Arial, "Times New Roman", sans-serif;
	font-size : 8pt;
	padding: 20px 0 6px 0;
}

#footer a {
   color: black;
   text-decoration: none;
}
