/* Global Elements */
body {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	background: #25292c url(images/bannerbg.gif) top left repeat-x;
font-style:normal; font-variant:normal; font-weight:normal; font-size:75%; font-family:Tahoma
}
a {
	color: #444444;
}
a:hover {
	text-decoration: none;
}
.credits {
	font-size: 90%;
}

/* Centers the layout */
.centered {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}
/* Header border */
#header {
	width: 760px;
}

/* Content border */
#container {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
	padding: 5px;

}
/* Content container */
#content {
	width: 750px;
}
/* Banner */
#banner {
	height: 99px;
	background-image: url('images/bannerbg.gif');
}

/* Navigation */
#nav {
	background-image: url('images/navbg.gif');
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	font: 11px verdana;
}
#nav a {
      font:11px verdana;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
	padding-right: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	background-image: url('images/navbgover.gif');
      color: #1d3b03;
}

/* Right column */
#right {
	float: right; 
	width: 570px;
	margin-bottom: 10px;
}


#rightcontent {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#rightcontent h1 {
	color: #d20000;
	font-variant: small-caps;
	font-size: 125%;
	margin: 0px;
}
#rightcontent p {
	padding-left: 4px;
	margin: 2px;
}
/* Two columns */
#columns {
	float: left;
	width: 570px;
}
#leftcolumn {
	float: left;
	width: 250px;
}
#rightcolumn {
	width: 250px;
	float: right;
}
.row1 {
	background-color: #f7f7f7;
	display: block;
	padding: 4px;
}
.row2 {
	background-color: #ffffff;
	display: block;
	padding: 4px;
}
/* Footer */

.quote a{
	color: #545d63;
}
.rating a{
	text-decoration: none;
}

.quote td{
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
      background-color: #ffffff;
	padding: 5px;
	text-align: center;
}
table.quote{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.noborder td{
	border: 0px;
}

#foot {
   float:left;
   margin-top: 10px;
   padding-bottom: 10px;
   text-align: center;
   font: 11px verdana;
   color: #6d777f;
}

#foot a {
   font: 11px verdana;
   color: #808a92;
}

#foot a:hover {
   text-decoration: none;
}