@charset "utf-8";
/* CSS Document */
@import url('font_style.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

* {margin: 0; padding: 0; }

body
{
	background:#F2F2F2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
}
.clear { clear:both;}

#main { 
	width:827px; 
	margin: 0 auto; 
	background:url(../images/background.jpg) repeat-y; 
	padding-left:34px;
}
#header
{
	background:url(../images/subpage-header.jpg) no-repeat; 
	width:759px;
	height:109px;
}

#header_index
{
	background:url(../images/index_header.jpg) no-repeat; 
	width:759px;
	height:153px;
}

#header_link_index 
{
	width:365px; height:80px;
}

#nav
{
	background:url(../images/nav-gradient.jpg) repeat-x;
	height:37px;
	width:759px;
}
#nav .menu
{
	float:left; 
	width:536px;
}

#nav .menu ul
{
	list-style:none;
}

#nav .menu ul li
{
	float:left;
	padding: 10px;
}

#nav .menu ul li:hover
{
background:url(../images/nav-gradient_hover.jpg) repeat-x;
}



#nav .right
{
	float:left;
	width:208px;
}

#content
{
	padding-left:15px; padding-right:15px; width:728px;
}

#content .content_title
{
	padding: 15px 0 15px 0;
}

#content #two_col
{
}

#content #two_col .colleft
{
	width:343px; float:left;
}

#content #two_col .colleft .frametop
{
	background:url(../images/frame-top.jpg) no-repeat; width:343px; height:10px;
}

#content #two_col .colleft .framemid
{
	background:url(../images/frame-mid.jpg) repeat-y; width:313px; padding:5px 15px 5px 15px;
}

#content #two_col .colleft .framemid .thumbContainer
{
	width:316px;
}

#content #two_col .colleft .framemid .thumbPhotos
{
	width:138px; margin:10px; float:left; text-align:center;
}

#content #two_col .colleft .framebottom
{
	background:url(../images/frame-bottom.jpg) no-repeat; width:343px; height:22px;
}
#content #two_col .colleft .framedivider
{
	background:url(../images/frame-divider.jpg) no-repeat; width:313px; height:29px;
}

#content #two_col .colright
{
	width:360px; float:left; padding:0 10px 0 10px;
}

#content #two_col .colright ul
{
	list-style:none;
	padding-top:10px;
}
#content #two_col .colright ul li
{
	background: url(../images/bullet-one.jpg) no-repeat 0 2px; padding:2px 10px 7px 30px;
}

#content #two_col .colright ul li ul li
{
	background:url(../images/bullet-two.jpg) no-repeat 0 5px; padding:2px 10px 7px 20px;
}

#content #contact .colLeft
{
	float:left; width:480px;
}

#content #contact .colRight
{
	float:left; width:230px;
}

#content #roomContent .colLeft
{
	float:left; width:360px;
}

#content #roomContent .colRight
{
	float:left; width:360px;
}

#content #gallery .top
{
	background:url(../images/gallery_top.jpg) no-repeat; width:721px; height:16px;
}

#content #gallery .mid
{
	background:url(../images/gallery_mid.jpg) repeat-y; width:721px; padding: 0 10px 0 10px;
}


#content #gallery .mid .thumbPhotos
{
	padding: 0 7px 0 7px; float:left;
}

#content #gallery .bottom
{
	background:url(../images/gallery_bottom.jpg) no-repeat; width:721px; height:16px;
}

#footer
{
	background:url(../images/footer_bg.jpg) no-repeat 0px 36px; width:759px;  float:left;
}

#footer .colLeft
{
	width:201px; padding-left:10px; float:left;
}

#footer .colRight
{
	width:530px; padding-left:10px;  float:left; padding-top:40px;
}
