@charset "UTF-8";
/* CSS Document */
html {
	padding:0px;
	margin:0px;
}
body {
	background-color:#FCF6EB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#noimgborder {
	border-style:none;
}
#logo	{
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:350px;
	height:374px;
	position:absolute;
	left:580px;
	top:100px;
}
#menu	{
	height:40px;
	width:533px;
	position:absolute;
	top:60px;
	left:40px;
}
#content {
	width:500px;
	height:auto;
	position:absolute;
	left:40px;
	top:100px;
	background-color:#FFFFFF;
	padding:15px;
	overflow:auto;
	border-width:1px;
	border-color:#000000;
	border-style:dotted;
}

a {
	text-decoration:none;
	color:#000000;
	font-size:10px;
	font-weight:bolder;
}
.band {
	width:250px;
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
}
.flyer {
	width:100px;
}
img	{
	border-style:none;
	border-width:Opx;
}
h1 {
	margin-top:0px;
	letter-spacing:-2px;
	line-height:18px;
	font-size:18px;
}
h2 {
	margin-top:0px;
	letter-spacing:-2px;
}
h3 a {
	font-size:12px;
}
