/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {
	font-family: Arial, Helvetica, sans-serif;
}
.player_bg {
	background-image: url(../cssimg/template_22.gif);
	background-position: bottom;
	padding-top: 25px;
	padding-right: 10px;
	background-repeat: repeat-x;
}
body {
	background-image: url(../cssimg/template_01.jpg);
	background-repeat: repeat-x;
	background-color: #097648;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p,
li {
	line-height: 150%
}
.content_body ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {

}
/*=CONTENT
=== === === === === === === === === === */
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
#content p {
	font-size: 12px;
	line-height: 120%;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../cssimg/template_23.gif);
	height: 50px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#footer a:hover {
	color: #009900;
	text-decoration: none;
}
#footer a:visited {
	color: #006600;
}
h1 {
	font-size: 18px;
	color: #097648;
}
.content_body {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../cssimg/template_22.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#maincol {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #022316;
	border-left-color: #022316;
	width: 800px;
	margin:0 auto;
	text-align: left;
}
ul {
	font-size: 12px;
}
#player {
	background-image: url(../cssimg/playerframe.jpg);
	height: 373px;
	width: 412px;
}
#flashcontent {
	padding-top: 55px;
	padding-left: 6px;
}
