body {
 margin:0px;
 padding:0px;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: small;
 background-color:#C0C0C0;
 }
 
img {
border:0px;
}
#container
{
width: 1024px;
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding-top:0px;
}

#header
{
	padding: 0px;
	background-color: #fff;
	height:207px;
	margin:0px;
}
#logo
{
	padding: 0px;
	background-color: #fff;
	height:62px;
	margin:0px;
}

#menu {
padding-top:0px;
border-top: 1px solid #3B3431;
border-bottom: 1px solid #3B3431;
height:45px;
}

ul.menuList {
list-style-type:none;
padding:0px;
margin:0px;
padding-left:38px;
}
ul.menuList li {
padding:0px;
margin:0px;
display:inline;
}
#menu .menuList li a {
float:left;
height:0pt;
padding-top:45px;
overflow:hidden;
width:250px;
}

#menu .menuList li.venue a {
width:295px;
}
#menu .menuList li.venueSelected a {
width:295px;
}
#menu .menuList li.welcome a {
width:190px;
}
#menu .menuList li.welcomeSelected a {
width:190px;
}


.welcome a {
background: url(../img/menu/welcome.gif) 0px 0px no-repeat;
}
.welcome a:hover {
background: url(../img/menu/welcomeO.gif) 0px 0px no-repeat;
}
.welcome a:active {
background: url(../img/menu/welcome.gif) 0px 0px no-repeat;
}
.welcomeSelected a {
background: url(../img/menu/welcomeO.gif) 0px 0px no-repeat;
}

.venue a {
background: url(../img/menu/venueInfo.gif) 0px 0px no-repeat;
}
.venue a:hover {
background: url(../img/menu/venueInfoO.gif) 0px 0px no-repeat;
}
.venue a:active {
background: url(../img/menu/venueInfo.gif) 0px 0px no-repeat;
}
.venueSelected a {
background: url(../img/menu/venueInfoO.gif) 0px 0px no-repeat;
}

.gallery a {
background: url(../img/menu/photoGallery.gif) 0px 0px no-repeat;

}
.gallery a:hover {
background: url(../img/menu/photoGalleryO.gif) 0px 0px no-repeat;
}
.gallery a:active {
background: url(../img/menu/photoGallery.gif) 0px 0px no-repeat;
}
.gallerySelected a {
background: url(../img/menu/photoGalleryO.gif) 0px 0px no-repeat;
}

.contact a {
background: url(../img/menu/contactUs.gif) 0px 0px no-repeat;

}
.contact a:hover {
background: url(../img/menu/contactUsO.gif) 0px 0px no-repeat;
}
.contact a:active {
background: url(../img/menu/contactUs.gif) 0px 0px no-repeat;
}
.contactSelected a {
background: url(../img/menu/contactUsO.gif) 0px 0px no-repeat;
}


#content {
	padding-top:0px;
	margin-top:0px;
	padding-left:60px;
	padding-right:90px;
	text-align: justify;
}
#content p {
margin-top:0px;
padding-top:0px;
padding-left:20px;
}
#footer {
padding-top:40px;
padding-bottom:20px;
color: #333333;
font-size: 0.8em;
text-align:center;
}
h1 {
color:#B1093C;
}
h2 {
color:#B1093C;
font-size:1.5em;
font-style: italic;
padding-left:20px;
}
.galleryImg {
border: thick #E5BBC7 solid;
}
.galleryLine {
text-align:center;
}
.input {
	length:150px;
}

.location {
 	margin-left:80px;
	}

.green {
color: #009933}
.vivLinks {
width:200px; float:right; background-color: #F1EBEB; padding-right:15px;
}