@charset "utf-8";
/* CSS Document */
.banner {
  position:relative;
  top: 0px;
  margin-left:auto;
  margin-right:auto;
  width: 1050px;
  height: 150px;
  font-family: Verdana;
  font-size: 14px;
  color:#FFF;
}
.nav_tbl {
	position:relative;
	width:1045px;
	height:40px;
	background-position:center;	
	background-image:url(../images/nav_bg.jpg);	
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:14px;
	z-index:1;
}
.content_tbl {	
	position:relative;
	font-family: Verdana;
	font-size: 16px;
	color: #ddd9c3;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 20px;
	padding-bottom: 10px;
	width:900px;
	height:350px;
}
.footer_tbl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ddd9c3;
	width:1045px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.nav_a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {	
	color: #fff;
	text-decoration: underline;
}
