body {                           
	background-color : #ffffff;
	background-position : top;
	width:100%;
}

.le{
	background-position : left;
}

.to {
}

.fo{
	background-position: bottom;
	height: 37px;
	color: #97C1CF;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ma{
	padding-left: 20px;
	padding-right: 30px;
}

input{
	font-size: 10px;
}

#menu {
  width:780px;
  height:34px;
  display:block;
  background:url("img/button.gif") left bottom;
  background-repeat:repeat-x;
  margin:0 auto;
}

#menu ul {
  margin:0px;
  margin-left:20px;
  padding:0px;
  list-style:none;
}

#menu li {
  display:block;
  float:left;
  height:34px;
  background:url("img/button.gif") left bottom;
  background-repeat:repeat-x;
  border-left:1px solid white;
  margin:0;
  padding:0;
}
#menu li:hover {
  background:url("img/active_button.gif") left bottom;
}
#menu #active {
  background:url("img/active_button.gif") left bottom;
  color:#FF0000;
}
#menu li a {
  display:block;
  float:left;
  margin-left:4px;
  text-decoration:none;
  padding:13px 16px 8px 16px;
  font-size:8pt;
  font-weight:bold;
  color:#0F1F43;
}

#menu li a:hover {
  color:#FF0000;
}
#header {
  width:780px;
  margin:0 auto;
}
#content {
  position:relative;
  width:780px;
  margin:0 auto;
}
#leftside {
  position:absolute;
  top:24px;
  left:0px;
  width:29px;
  background-color:#fdf8ab;
  height:100%;
}
#contentarea {
  position:relative;
  top:0px;
  left:30px;
  width:650px;
  padding:10px 30px 10px 50px;
}
#rightside {
  position:absolute;
  top:24px;
  left:760px;
  width:20px;
  height:100%;
  background-color:#fdf8ab;
}
.thumbnails {
  width:650px;
}
.thumbnails img {
  display:inline;
  padding:3px 3px 3px 0px;
  border:0px;
}
#title {
  font-weight:bold;
  font-size:18pt;
  text-align:center;
}
#description {
  text-align:left;
  font-size:12pt;
}
#info {
  float:right;
  width:30%;
  text-align:left;
  }