HTML
{
  font-family: trebuchet ms, bitstream vera sans, sans-serif;
  font-size: 13px; 
  color: #000000;
	font-style: normal;
	font-weight: normal; 
	background-color: #CFCFCF;
	height: 100%;
	width: 100%;
	background-image: url(images/body-bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

BODY
{
  text-align: center; 
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

A
{
  color: #223366;
}

A:hover
{
  color: #78b5fc;
}

#Site
{
  min-height: 100%;
  width: 100%;
  background-image: url(images/header-bg2.png);
  background-repeat: repeat-x;
  background-position: top left;
}

#Header
{ 
	width: 100%;
	height: 121px;
}

H1#Logo
{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/logo.gif);
	width: 940px;
	height: 117px;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}

H1#Logo SPAN
{
	visibility: hidden;
}

#Footer
{
  height: 95px;
  margin-top: -95px;
  position: relative;
  background-color: transparent;
  background-image: url(images/footer-bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
}


#Body
{
  width: 980px;
  /*height: 100%;*/
  padding-bottom: 100px;
  text-align: left;
  margin: 0 auto;
}

#Menu
{
	float: left;
	font-size: 17px;
	margin-left: 10px;
	
	text-align: left;
	width: 250px;
	background-color: #749ad1;
	background-image: url(images/subheader-shadow-menu.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}


#Content
{
	margin: 0 0px 0px 260px;
	padding: 60px 10px 10px 10px;
	/*border: 1px solid silver;*/
	
	text-align: center;
	background-image: url(images/lights.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	vertical-align: top;
	font-size: 20px;
	min-height: 200px;
}

.Clear
{
	clear: both;
}

#Menu UL
{
  display: block;
  padding: 30px 5px 10px 5px;
  font-size: 21px;
}

#Menu LI
{
  display: block;
  padding-bottom: 4px;
}

#Menu UL UL
{
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

#Menu A
{
	color: #b8d8fc;
	padding-left: 12px;
}

#Menu LI.Active A
{
  color: white;
	background-image: url(images/menu-marker.gif);
	background-position: left center;
	background-repeat: no-repeat;  
}

#Menu A:hover
{
	background-image: url(images/menu-marker.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: white;
}


#Content TABLE.Gallery TD.ThumbCell
{
	width: 226px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/thumb-bg.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
}

#Content TABLE.Gallery A IMG
{
	border: 1px solid #909090;
	/*border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
}

#Content TABLE.Gallery A:hover IMG
{
	border: 1px solid #78b5fc;
	box-shadow: 0px 0px 6px #78b5fc; /*, 0 0 3px white;*/
}

#Pages
{
  font-size: 16px;
}

#Pages SPAN
{
  padding-left: 5px;
  padding-right: 5px;
}

#NavigationBar
{
  width: 700px;
}

#NavigationBar TR
{
  margin: 10px 0;
}

#NavigationBar TD
{
  width: 20%; 
  font-size: 14px;
  padding: 6px 0;
}

#NavigationBar IMG
{
  padding: 3px;
  background: white;
  margin: 0 2px;
  border: 1px solid #888888;
}

#NavigationBar A IMG,
#BigPhoto A IMG
{
  padding: 3px;
  background: white;
  margin: 0 2px;
  border: 1px solid #888888;
}

#NavigationBar A:hover IMG,
#BigPhoto A:hover IMG
{
  padding: 3px;
  background: white;
  margin: 0 2px;
  border: 1px solid #78b5fc;
}

#Footer .Block
{
  /*width: 980px;  */
}

UL#CR
{
  display: block;
  float: right;
  width: 200px;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-shadow: 1px 1px 2px #404040, 0px 0px 5px #808080;
}

UL#CR LI
{
  display: block;
  list-style: none;
  padding: 3px 0;
}

#CR A
{
  text-decoration: none;
  color: white;
}

#CR A:hover
{
  color: #d2e1f4;
  /*text-shadow: 1px 1px 2px #404040, 0px 0px 5px #004eb0;*/
  text-shadow:  1px 1px 2px #004eb0, 0px 0px 5px #004eb0;
}

#Counter
{
  padding-top: 20px;
  height: 40px;
  position: relative;
  left: -260px;
}


#About, #Price
{
	height: 300px;
	margin: 40px 60px 0px 60px;
	text-align: left;
	background-image: url(images/about-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	/*border: 1px solid gray;*/
	color: #707070;
}

P
{
  margin-bottom: 1em; 
}

.Firm
{
	color: #749AD1;
}
