@CHARSET "ISO-8859-1";

#mainWindow {
	position: relative;
	float: right;
	width: 540px;
	background: #d7aa6f;
	border-left: 2px solid #a97b49;
	margin: 0px;
	padding: 0;
	text-align: left;
	font: 9pt verdana, sans-serif;
}
#mainWindow div#bandPic {
	margin: 10px;
	text-align: center;
	border: 4px solid #a97b49;
	float: right;
}

#mainWindow h1 {
	text-align: center;
	font: 13pt/15pt;
	margin: 30px 0;
	font-family: verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

#mainWindow h2 {
	text-align: center;
	font: 11pt/13pt;
	margin: 10px 0;
	font-family: verdana, sans-serif;
	font-weight: normal;
}

#mainWindow p {
	padding: 0 10px;
	text-align: justify;
	margin: 10px 0;
}

#mainWindow p#quote {
	border: 1px dotted #a97b49;
	padding: 5px;
	font-size: 8pt;
	font-style: italic;
}

#mainWindow .buttons{
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 50px 20px;
	border: 2px dashed #a97b49;
	width: 150px;
}


#mainWindow a{
	color: #333;
	font: 9pt verdana;
	text-decoration: underline;
}

#mainWindow .buttons a{
	font-style: italic;
	font-weight: bold;
	font: 11pt/13pt;
	color: #a97b49;
	padding: 5px;
	text-decoration: none;
}

#footer {
	border: 0;
	margin-top: 15px;
	background: #d7aa6f;
	padding: 2px 5px;
	width: auto;
}
#footer a {
	color: #ccc;
}