
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(images/back.gif);
}

#top {
	margin : 0px auto;
	width: 740px;
	padding : 0px;
	height: 127px;
	background-image: url(images/top_back.jpg);
	background-repeat: no-repeat;
}

#pagebottom {
	text-align:left;
	margin : 0px auto;
	padding : 39px 0px 0px 13px;
	width: 727px;
	height: 21px;
	background-image: url(images/bottom_back.gif);
	background-repeat: no-repeat;
}

#container {
	width: 740px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(images/wrap_back.gif);
}

#leftnav {
	float : left;
	width: 120px;
	padding: 0px 0px 20px 12px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 125px;
	padding: 0px 12px 0px 0px;
	margin : 0px;
}

#content {
	width: 410px;
	margin-left : 162px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	background-color : #dddfe8;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #4c4c4c;
	background-color: #4c4c4c;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.playersSpeak {
	font-style: italic;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #ea1921;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #f56b70;
	font-weight:bold;
	text-decoration:none;
}

a.downloadNow:link, a:active, a:visited {
	text-decoration:underline;
}

a.downloadNow:hover {
	text-decoration:underline;
}


