/* CSS by Michael Scrip - Based on CSS by Free CSS Templates - http://www.freecsstemplates.org - Released for free under a Creative Commons Attribution 2.5 License */

body {
	margin: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #000000;
}

html {
overflow-y: scroll;
}

.heading {
font-size: 13px;
margin-bottom:5px;
display: inline-block;
margin-left:12px;
font-weight: bold;
}

p { margin: 0px 0px 12px 12px; }

.f8 { font-size: 10px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; }

.fclub { font-size: 10px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; }

.caption { margin: 20px 0px 20px 0px; font-weight: bold; }

.m15sides {margin:0px 15px 0px 15px; }

.table10 { margin: 0px 0px 0px 10px; }

.fontsmall { font-size: 10px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; }

.imageborder { border-color: #484848; border-width:1px; }

.align-right { float:right; margin: 0px 0px 0px 0px; }

a:link {
	color : #ffffff;
	text-decoration : none;
}

a:visited {
	color : #ffffff;
	text-decoration : none;
}

a:hover {
	color : #999999;
	text-decoration : none;
}

.frontlinks a:link {
	color : #999999;
	text-decoration : underline;
}

.frontlinks a:visited {
	color : #999999;
	text-decoration : underline;
}

.frontlinks a:hover {
	color : #ffffff;
	text-decoration : underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: #000000;
}

#header {
	width: 960px;
	height: 55px;
	margin: 0 auto;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#left {
	float: left;
	width: 735px;
	background: #000000;
}

#right {
	float: right;
	width: 210px;
	color: #ffffff;
	background: #000000;
	text-align: center;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
	background: #000000;
	text-align: center;
	color: #333333;
}

#footer a {
	color : #fdf8d8;
	text-decoration : underline;
	
}

#footer a:hover {
	color : #000000;
	text-decoration : underline;
	
}

#header img {
  vertical-align: bottom;
  border: 0px
}

img {
  vertical-align: bottom;
  border: 0px
}


ul {
  margin-left: 0;
  padding-left: 30px;
  list-style-type: disc;
}

								