body
{
  margin: 0px;
  padding: 0px;
  font-family: verdana;
  font-size: 12px;
}

h1
{
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-family: lucida calligraphy;
}

a
{
  color: #658C89;
}

a:hover
{
  color: #c00;
}

#container
{
  width: 750px;
  margin: 0 auto;
  background-image: url(../img/bg.gif);
  background-repeat: repeat-y;
}

#header
{
	width: 100%;
	height: 100px;
	background-image: url(../img/header_img.jpg);
  background-repeat: no-repeat;
  border: 1px solid #93CED1;
}

#content
{
  width: 100%;
  border: 1px solid #93CED1;
  border-top: none;
}

#left_nav
{
  float: left;
	width: 150px;
	height: 100%;
	margin-right: 10px;
}

#right_nav
{
  float: right;
  text-align: right;
	width: 170px;
	height: 100%;
	margin: -15px 10px 0px;
}

div.nav_lnk
{
  padding: 15px 15px 0px;
  font-family: lucida calligraphy;
  font-size: 18px;
}

div.nav_lnk a
{
  text-decoration: none;
}

span.actv_lnk
{
  color: #c00;
}

#right_content
{
  color: #658C89;
  padding-top: 15px;
}

div.index_photo_side
{
	width: 150px;
	height: 112px;
	margin: 0px 15px 15px;;
	border: 1px solid #93CED1;
	text-align: center;
}

div.index_photo_bottom
{
	float: left;
	width: 499px;
	height: 299px;
	margin-top: 15px;
	border: 1px solid #93CED1;
	text-align: center;
}

div.facilities_photo
{
	float: right;
	width: 200px;
	height: 200px;
	margin-top: 30px;
	margin-right: 15px;
	border: 1px solid #93CED1;
	text-align: center;
}

#thumb_bar
{
  float: right;
  width: 250px;
}

div.thumb
{
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

div.thumb a
{
  display: block;
  height: 96px;
  width: 106px;
  border: 1px solid #93CED1;
  background-color: #BFD6D4;
  padding-top: 13px;
}

div.thumb a:hover
{
  background-color: #E5E8D8;
}

div.thumb img
{
  border: 1px solid #000000;
}

div.spacer
{
  clear: both;
  line-height: 0px;
}