/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr, form, fieldset, span, div {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECEDDD;
	width: 880px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images2/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#masthead{
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images2/bay_hotel_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#container {
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	height:100%;
}

#content {
	background-color: #FFFFFF;
	margin-top: 15px;
	text-align: left;
	padding: 10px;
	height:100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #006699;
	margin-bottom: 19px;
	letter-spacing: -2px;
	word-spacing: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: italic;
}
strong, em{
	font-style: italic;
	font-weight: normal;
}

h1 span{
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	margin-bottom: 19px;
	font-style: italic;
	font-weight: normal;
}
#intro{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 520px;
	padding-right: 5px;
	padding-left: 5px;
}
#intro p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 19px;
}

#spotlight_left{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0px;
	background-image: url(../images2/back.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#spotlight_left h3{
	color: #FFFFFF;
}

#options{
	width: 320px;
	background-image: url(../images2/back2.jpg);
	margin-top: 20px;
	background-position: 150px -160px;
}
#options img{
	margin:10px;
	padding:0;
	border:0;
}
#options p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#masthead img #header{
margin-top:-20px;
}

span .header{
margin-top:-20px;
}

#footer{
	background-color: #FFFFFF;
	margin-top: 15px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer div{
	background-image: url(../images2/back2.jpg);
	padding: 10px;
	height: 120px;
}

#footer span{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 19px;
	margin-right: 10px;
	float: left;
	width:200px;
}

#footer h4{
	width:100%;
}

#footer ul{
padding-left: 20px;
}

.clear{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#006699;
}

blockquote {
    text-indent: -0.8em;
    font-size: 12px;
}

.left{
	float: left;
}
.right{
	float: right;
}
