/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(../images/background.jpg);
}

#wrapper {
	width: 800px;
	height: 600px;
	
	
}

#main {
	width: 800px;
	margin:auto;
	text-align:left;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

#flashborder {
	width: 800px;
	height: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
.mapdiv {

	padding-left: 40px;
	}
	
#table_music_background {
	background-image:	url(../images/music-background.jpg);
	height: 418px
	}
	
#contact_us_background {
	background-image:	url(../images/contact-us.png);
	height: 418px
	}
	
#thank_you_background {
	background-image:	url(../images/thank-you.png);
	height: 418px
	}
	
#events_background {
	background-image:	url(../images/events.png);
	height: 418px
	}
	
#photos_background {
	background-image:	url(../images/photos.png);
	height: 418px
	}

.header {
	height: 130px;
	width: 800px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: #FFFFFF;
background: url(../images/arrowbullet.png);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
padding-left: 20px;
background-repeat: no-repeat;
background-position: 0 -14px;} 



#listingbody {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.flash {

	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}

.button { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #0066CC; 
 color: #FFFFFF; 
 margin-right: 6px;
 padding-bottom: 2px; 
}

textarea { 
 background-color: #379BFF; 
 color: #ffffff; 
}
input { 
 background-color: #379BFF; 
}

.vip-button {
padding-top: 10px;
}

