@charset "utf-8";
/* CSS Document */

body{
	margin-top:5px;
	background-repeat:repeat;
	background-position:top;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#684f40;
	}
a:link, a:active, a:visited{
	color:#998675;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

form, h1, h2{
	margin:0;
	padding:0;
	}
h1{
	margin-bottom:5px;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	}
img{
	border:0;
	}
input, select{
	margin:2px;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #9b8b81;
	font-size:11px;
	color:#b4975a;
	font-family:"Times New Roman", Times, serif;
	}
input.btn{
	color:#684f40;
	cursor:pointer;
	}
	
/*** LAYOUT ***/

#container{
	width:899px;
	margin:auto;
	}
/* content left */
#content-left{
	width:549px;
	height:552px;
	padding:25px;
	float:left;
	}
.imgarea{
	height:447px;
	}
/* menu */
#menu{
	margin-top:55px;
	}
#menu a{
	height:25px;
	background-position:left;
	float:left;
	display:block;
	}
#menu a:hover{
	background-position:right;
	}
#menu span{
	display:none;
	}
#menu a.about{
	width:97px;
	}
#menu a.location{
	width:85px;
	}
#menu a.facilities{
	width:88px;
	}
#menu a.floor{
	width:104px;
	}
#menu a.gallery{
	width:72px;
	}
#menu a.contact{
	width:103px;
	}
#menu a.brochure{
	width:100px;
	margin-left:220px;
	}

/* content right */
#content-right{
	width:300px;
	height:602px;
	float:left;
	background-color:#e7decf;
	line-height:24px;
	}


/* footer */
#footer{
	padding:2px 2px 2px 1px;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
#footer em{
	padding: 0 11px;
	}
#footer img{
	padding-top:8px;
	float:right;
	}
#footer .highlight {
	color: #c0a771;
	font-weight: bold;
}

.gtitle{
color;#684F40;
text-decoration:none
}

.gtitle:hover{
color;#684F40;
text-decoration:underline;
}