body {
  margin:0px;
  padding:0px;
	overflow:auto;
}

div.main {

  background-image: url('./gfx/body.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;

  overflow:hidden;
	scroll:auto;
  position:relative;
	width:770; 
	height:100%;

  margin:0px;
	padding:0px;

	font-family:Georgia; 
	font-size:20pt; 
	font-weight:bold; 
	background-color:<?php echo($background_color); ?>;
  border-left:1px solid #a0a0a0;
  border-right:1px solid #a0a0a0;
}

li {

  margin-top:10px;
	text-align:left;
	font-size:10pt;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
}

ul {

  text-align:left;
	margin-top:5px;
	margin-bottom:30px;
	font-size:12pt;
	font-weight:bold;
}

div.sep {

  position:absolute;
  top:0px;
	left:129px;
  width:20px;
  height:100%;
	margin:0px;
	padding:0px;
  background-color:<?php echo($background_color); ?>;
	background-image:url('./gfx/menu_gradient.jpg');
  border-right:1px solid #e0e0e0;
}

div.menu {

  position:absolute;
  top:0px;
	left:0px;
  width:130px;
  height:100%;
	margin:0px;
	padding:0px;
  background-color:<?php echo($background_color); ?>;
  border-right:1px solid #e0e0e0;
	text-align:right;
}

div.title {

  position:absolute;
	overflow:auto;
  top:0px;
	left:151px;
  width:607px;
  height:100%;
  top:0px;
	margin:10px;
	margin-top:0px;
	padding:0px;
  border-right:0px solid #a0a0a0;

	font-family:Verdana;
	font-size:12pt;
  font-weight: normal;
}

img { 

  border:0px;
}

.contact {

  padding-top:10px;
  text-align:center;
  font-family:tahoma;
  font-size:9pt;
  color:#ffd080;
  position:relative;
  left:2px;
}

.motelpic {

  text-align:center;
  margin-right:0px;
	width:120px;
}

.titlepic {

  padding:0px;
  margin-top:20px;
  margin-bottom:20px;
}

.docs {

  font-family: Garamond;
	font-size:11pt;
  color: #008000;
}

.a_docs {

  color: maroon;
	font-weight: normal;
}

.langlink {

	font: 10px verdana;
	color: white;
	text-decoration: none;

