@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
body {
	background: url(../img/bg.gif) repeat-x top #2B565A;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 95%;

}
#wrap {
	width: 880px;
	margin: 0 auto;
	margin-top: 21px;
	overflow: auto;
	background:url(../img/bodybg.gif) repeat-y right;



}

#logo {
	height: 57px;
	padding-right: 0px;
	padding-bottom: 9px;
	background: url(../img/logobg.gif) repeat-x;
	width: 880px;
}
#nav {
	width: 880px;
	height: 37px;
	background: url(../img/menubg.jpg);
}
#nav ul {
	padding-left: 0px;
	margin: 0px;
	list-style:none;
}
#nav li {
	display: inline;
	list-style: none;
	padding-left:0px;
}
#nav a {
	display: block;
	float: left;
	width: 130px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-right: 5px;
	text-transform: capitalize;
}
#header {
	float: left;
	width: 200px;
	background:#fff
}
#content {
	clear: right;
	width: 660px;
	float:left;
	padding: 10px;
	height: 100%;
	padding-bottom: 80px;
	background:#fff;
	
}
#gallery {
	padding:15px 10px 5px 25px;

}
h2 {
	color: #06f;
	border-bottom: 1px dotted #06f;
	font-size: 1.5em;
	font-weight:400;
	line-height:30px;
	padding:0 5px 0;
}
p {
	color: #414141;
	display: block;
	line-height: 20px;
	margin: 10px 0;
	padding: 10px;
	font-size: .78em;
}
.headings {
	background-color: #AEE4FF;
	padding:2px 2px 2px 5px;
	font-size:.75em;
	font-weight:bold;
	color:#272727;
	border: dotted #112;
	border-width: 1px 1px 1px 1px;
}
.results {
	font-size:.73em;
	color:#112;
	border: solid #333;
	border-width: 1px 1px 1px 1px;
	padding:5px 5px 5px 5px;
}
.resutls a {
	font-size:.73em;
}
.extended {
	background-color: #464548;
	font-size: .70em;
	color: #eee;
	padding: 5px;
}
.extended a {
	color:#FF9;
}
.listing tbody tr {
	background:#fff;
}
.listing tbody tr.odd {
	background: #ddd;
}
a:link {
	text-decoration:none;
}
#foot {
	clear:both;
	font-size:10px;
	text-align:center;
	color:#eee;

}


/*Image CSS */
div.img
  {
  margin-left:25px;
  border:1px solid #06f;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  font-size:11px;
  }
