@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body
{ 
background-image;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/background1.jpg);
	background-color: #000032;
}
html {
	overflow-y: scroll;
}
#container {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;

     }
#banner {
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
}


#content {
	width: 480px;
	margin-left: 50px;
	height: 100%;
	float: left;
	margin-top: 25px;
	background-image: url(../images/back.png);
	border: 1px dashed #000032;
}
#content  img  {
	border: 1px dotted #ffffff;
	padding: 10px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 100px;
	margin-bottom: 15px;
	margin-left: 25px;
}
h2 {
	padding-left: 15px;
	text-align: center;
	width: 500px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
#content a {
	color: #FFFF00;
}

#content2 {
	width: 300px;
	margin-left: 30px;
	height: 100%;
	float: left;
	margin-top: 25px;
}
#content2 img {
	border: 4px solid #ffffff;
}
#content2  ul {
	float: left;
	width: 300px;
	list-style: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#tavernNav a {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FBF0D2;
}
#tavernNav a:hover {
	color: #FFFFFF;
}
#tavernNav a.on {
	color: #FFFFFF;
}
#content img.gigs {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
