body {
  text-align: center;
  margin: 0 auto;
  background-color:  #f2f2f2; /*#7daf19; /*#ff881f;*/
  font: normal 11px Verdana, sans-serif;
  color: #202020;
  background-image: none; /* url("images/background.gif"); /*url("images/gradient.gif");*/
  background-repeat: repeat-all; /*repeat-x;*/
}

td {
  padding: 2px;
}

.img {
  border:1px solid #e0e0e0;
}

.img a:link, .img a:visited, .img a:hover {
	color: #FFF;
	text-decoration: none;
}

.img_inner {
	padding-top: 50px;
	opacity: 0;
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	height: 100px;
	width: 150px;
	background-image: url("files/blackopacity50.png");
	background-repeat: repeat-all;
	font-weight: bold;
	color: #FFF;
}

.img_inner:hover {
	opacity: 0.9;
	filter:alpha(opacity=0.9);
	-moz-opacity: 0.9;
}

.img:hover {
  border: 1px solid #000;
}

.ad_table td {
  padding: 5px;
}

a:link, a:visited {
  text-decoration: none;
  color: #0e3760;
}
a:hover {
  text-decoration: underline;
}

.content {
  width: 990px;
  margin: auto;
  text-align: center;
  position: relative;
}

.main {
  background-color: #FFF;
  padding: 10px;
  padding-bottom: 0px;
}

.long {
	width: 500px;
	border: 1px solid #c0c0c0;
	background-color: #fcfcfc;
	padding: 2px;
}



.column {
  display: table-cell;
  margin-left: 5px;
}

.wide {
  width: 550px;
  position: relative;
  min-height: 605px;
}

img {
  z-index: 100;
}

.fright {
  float: left;
  position: relative;
}
.narrow {
  width: 160px;
  z-index: 1;
}

.blueback {
  background-color: #9ec1f2;
  padding: 10px;
}

.number {
	height: 40px;
	width: 40px;
	padding: 20px;
	padding-top: 11px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-left: -40px;
	font-size: 12px;
	color: #000;
	background-color: #EAEAEA;
}

.number:link, .number:visited {
	text-decoration: none;
	color: #000;
}

.number:hover {
  background-color: #4d22a4;
  color: #FFF;
}

.nactive {
	background-color: #4d22a4;
}

h1,h2,h3,h4,h5 {
  margin: 0 auto;
}

#nav {
  width: 990px;
  background-color: #0e3760;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}

#nav li
{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#nav li a:link, #nav li a:visited {
  padding: 20px;
  color: #FFF;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: none;
}

#nav li a:hover {
  color: #FFF;
  background-color: #0e3760;
  background-image: url(images/menu_grad.gif);
}

#submit table, #submit table tr {
	width: 100%;
}

#submit input[type=text], #submit textarea {
	width: 80%;
	padding: 5px;
	border: 1px solid #000;
}
#submit input[type=submit] {
	padding: 10px;
	font-size: 14px;
}

.footer {
  width: 1020px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
  background-color: #ededed;
  border-top: 1px solid #c0c0c0;
/*  background-image: url("images/ftr_bl.png");
  background-repeat: no-repeat;
  background-position: bottom left;*/
  padding: 5px;
}

.footer a {
  color: #000;
}

.footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -30px;
}

.ftr {
  width:1030px;
  margin: 0 auto;
}

/* 5 star rating system: Thanks to http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/ ! */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(files/star.gif) left -1000px repeat-x;
}

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li{
	display: inline;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}

.star-rating a.one-star{
	width:20%;
	z-index:6;
}

.star-rating a.two-stars{
	width:40%;
	z-index:5;
}

.star-rating a.three-stars{
	width:60%;
	z-index:4;
}

.star-rating a.four-stars{
	width:80%;
	z-index:3;
}

.star-rating a.five-stars{
	width:100%;
	z-index:2;
}

.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* end 5 star rating system */
