body {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
}
.outertable {
	width: 750px;
	background-position: center center;
}
.main {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	height: 505px;
	width: 750px;
	padding-top: 40px;

}
.footer {
	height: 38px;
}
.maintable {
	width: 560px;
	vertical-align: top;
	height: 400px;
	padding: 5px;



}
.layer1 {
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 350px;
	width: 560px;
	font-size: 12px;

}
.nav {

	width: 100px;
}
.footernav {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-position: bottom;

}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.tableheader {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #FFFFFF;





}
.tablesubheader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;



}
.formtablecontent {
	padding: 5px;
}
.image {
	padding-right: 5px;
	padding-bottom: 2px;
}


/*--------------------------------------------------------------*/
/* contact form contents */


.row {
  clear: both;
  padding-top: 2px;
  }

.row label {
  float: left;
  width: 100px;
  text-align: left;
}

.row input{
	border:1px solid #fff;

}

.row textarea{
	border:1px solid  #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;

}

.save{
	float:right;
	margin-right:8px;
	margin-top:5px;
}		



/*--------------------------------------------------------------*/
/* guestbook pagination */

#gbrecords{
	width:450px;
	float:left;
}
#gbrecords #gbprevious{
	width:93px;
	padding-right:7px;
	float:left;
}
#gbrecords #gbpages{
	width:250px;
	float:left;
	text-align:center;
}
#gbrecords #gbnext{
	width:93px;
	padding-left:7px;
	float:left;
}
