@import url("navigation.css");
/*--@import url("forms.css");--*/
@import url("tags.css");

*{
margin:0;
padding:0;
color:#333333;
}

img{
border:none;
}

body{
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background: #d9e6f2;
height: 100%;
}

#invwrapper{
text-align:left;
margin:30px auto 30px auto;
width:900px;
}

#pagewrapper{
float:left;
width:890px;
background:#ffffff;
border:3px solid #999999;
}

#header{
width:890px;
height:93px;
background:url(../images/top-grad.jpg) left top repeat-x;
}

#headerLeft{
float:left;
width:270px;
height:90px;
margin-top:2px;
}

#headerRight{
text-align:center;
margin-right: 60px;
float:right;

}

#navwrapper{
float:left;
height:28px;
width:888px;
background:#33332d;
padding:2px 0px 0px 2px;
}

#topphoto{
float:left;
width:886px;
background:#36322c;
padding:0px 2px 2px 2px;
}

#topphoto_hp{
float:left;
width:886px;
background:#36322c;
padding:0px 2px 2px 2px;
}

#pagetitle{

font-size:160%;
margin:0px 0px 10px 0px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#4c75af;
}

#content_wrapper{
float:left;
width:890px;
background:url(../images/solidsidebg.jpg) left top repeat-y;
}

#content_wrapper_fade{
float:left;
width:890px;
background:url(../images/sidebg.jpg) left bottom no-repeat;
}

#sidebar{
float:left;
width:167px;
padding:25px 10px;
}

#contentMain{
float:right;
width:660px;
padding:20px;
}

#footer{
float:left;
width:890px;
text-align:center;
padding:5px;
color:#FFFFFF;
font-size:10px;
}


#footer a,
#footer p{
color:#FFFFFF;
}

#footer span{
display:none;
}

#reservationBox{
margin:5px 0px 0px 0px;
background:url(../images/content/reservations.jpg) 2px 0px  no-repeat; 
padding:10px 0px 35px 0px;
}

.galleryImage{
	height:178px;
	width:158px;
	border:1px solid #000;
	background:#fff;
	margin-right:5px;
	margin-bottom:4px;
	float:left;
	color:#0FF;
		text-align:center;
}
.galleryImage img{
	margin:4px;
	border:none;
	padding:0;
	color:#0FF;

}
.galleryImage img:hover{
	margin:4px;
	border:none;
	padding:0;
	color:#0FF;
}
.galleryImage a{

 	text-decoration:none;
	font-weight:bold;
	color:#06C;
	text-align:center;
}
