html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background-color: #4F85BC;
	background-image:  url('images/bodybg.gif');
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

td {
	font-size: 0.6em;
}
	
#outer	{
	height:100%;
	min-height:100%;
	width:758px;
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-32px;/* make room for footer */
	position:relative;
	}
 
html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {
	/* enables content first */
	float:left;
	width: 753px;
	}

#header	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent url('images/header.jpg') right top no-repeat;
	z-index:100;
	}

#logo {
	position: absolute;
	top: 0;
	left: 15px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	height: 120px;
	width: 115px;
}

#dream {
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-image: url('images/dream.gif');
	background-repeat:no-repeat;
	width: 352px;
	height: 30px;
	}

#left 	{
	position:relative;/*ie needs this to show float */
	width: 140px;
	float:left;
	padding-top:135px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	background-color: transparent;
	}

#left p	{
	padding-left:3px;
	padding-right:2px
	}

/*
#right p {
	padding-left:4px;
	padding-right:2px
	}

#right {
	position:relative;
	width: 140px;
	float:right;
	padding-top:120px;
	padding-bottom:32px;
	background-color: transparent;
	}
*/

#centrecontent {
	width: 580px;
	float:right;
	padding-top:135px;
	padding-bottom:32px;/* needed to make room for footer */
	padding-right: 15px;
	background-color: transparent;
	}

#centrecontent h1 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	margin-bottom:5px;
}

#centrecontent h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	margin-bottom:5px;
}

#centrecontent h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	margin-bottom:5px;
}

#centrecontent p {
	padding-left:3px
	}

#centrecontent img {
	border: 1px solid #0F3B98;
	}

#sponsers {
	float: right;
	width: 130px;
	padding: 5px;
}

#sponsers img {
	border: 0px;
	margin: 7px 0 7px 0;
}

#sponsers a img {
	border: 0px;
}

.imgright {
	float: right;
	margin: 5px;
	margin-right: 10px;
}

.imgleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}

* html #ieclear {
	width:100%;
	height:32px
	} /* for ie to clear footer */

#footer {
	width:758px;
	clear:both;
	height:30px;
	border-top:0px solid gray;
	border-bottom:0px solid gray;
	background-color: transparent;
	text-align:center;
	margin:auto;
	position: relative;

}

* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #666666;
}

.flyspeck {
	color: #000;
	text-decoration: none;
	cursor: default;
	}

.author {
	float: right;
	font-size:0.8em;
	color:#666666;
}

.date {
	font-size:0.6em;
	color:#666666;
	padding-left: 10px;
}

/*  ************************************************************ **/

.leftnav {
margin: 0;
padding: 0;
margin-left: 5px;
margin-bottom: 15px;
width: 135px;
border: 0px solid #0F3B98;
background-color:#FFFFCC;
}

.leftnav h1{
margin: 0;
padding: 2px 0 0px 13px;
font-size: 1em;
background-color: #0F3B98;
height: 30px;
background: transparent url('images/lefthed.gif') no-repeat top;
color:#FCDF03;
}

.leftnav ul{
	list-style: none;
	margin: 0;
	margin-top: -2px;
	padding: 0 0 4px 10px;
	background: #efefef url('images/leftnav.gif') repeat-y;
	font-size: 0.9em;
}

.leftnav li{
	padding-bottom: 3px;
}

.leftnav ul a:link, .leftnav ul a:visited{
	text-decoration: none;
	color:#000066;
}

.leftnav ul a:hover{
	text-decoration: underline;
}

.leftnavbot	{
	margin-top: -1px;
	height: 10px;
	background: transparent url('images/leftbot.gif') no-repeat bottom;
}

.subnav ul {
	padding: 0;
	margin: 0;
	background: transparent;
}

.subnav li  {
	padding: 0;
	padding-left: 10px;
}

/*  ************************************************************ **/
#banner {padding: 0;margin: 0;}
#banner img {border: 0;}
/*  ************************************************************ **/

.fixturetable {
	text-align: center;
	background-color:#FFFFCC;
	border: 1px solid #000;
}

.fixturetable th{
	color:#FCDF03;
	background-color: #0F3B98;
}

.bluerow {background-color:#D7E4FE;}

#mailto {font-size: 0.7em; text-align:right;margin-right: 5px;}
#mailto a:link, #mailto a:visited {color:#000066; text-decoration:none;}
#mailto a:hover {color:#000066; text-decoration:underline;}
/*  ************************************************************ **/
