/*  Common Colours
	==============
	Harrier Red: #cc0000
	Background Grey: #333
*/
ul, li, h1, body {
	margin: 0;
	padding: 0;
}

.latest_score {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.smaller_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright_links {
	color: #FFFFFF;
	text-decoration: none;
}
.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
}
.paper_writing {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 14px;
}
.paper_writing_notes {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 12px;
}
.player_links {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.selectionform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.newspaper {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.newspaper_hd {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.newspaper_writer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
ul {
	text-decoration: none;
	list-style-type: circle;
}
.quote {
	background-color: #F7F7F7;
	border: 1px dashed #666666;
	padding: 2px;
	font-size: 13px;
}
.par_header {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.news_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px dotted #333333;
	background-color: #FFFFD2;
	padding: 5px;
}
.links:link, :visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
.links:hover {
	text-decoration:underline
}
.fix_res {
	font-size: 12px;
}
#page {
	font-size: 10px;
}
#pages a {
	border: 1px solid #000;
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	margin-right: 2px;
	text-decoration: none;
}
#pages a:hover {
	background-color: #ccc;
	color: #fff;
	background-color: #999;
}
#pages .current {
	border: 1px solid #000;
	padding-left: 3px;
	padding-right: 3px;
	color: #fff;
	font-size: 10px;
	margin-right: 2px;
	background-color: #ff0000;
}
/* Standard Definitions */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../../images/bg_badge.jpg);
	text-align: center;
}
h1 {
	font-size: 24px;
}
img {
	border: 0;	
}
/* New Stuff */
#wrapper {
	width: 750px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
}
#main {
	width: 750px;
	text-align: left;	
}
#header {
	width: 750px;
	height: 149px;
	background-image: url(../../images/top_banner.jpg);
}
#content {
	float: left;
	width: 750px;
	background-color: #fff;
}
#nav {
	float: left;
	width: 740px;
	background-color: #cc0000;
	list-style-type: none;
	padding-left: 10px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: #fff;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
}
#nav li a:hover {
	background-color: #000
}

#footer {
	float: left;
	width: 730px;
	color: #fff;
	padding: 10px;
	font-size: 11px;
}
#footer .inner_left {
	float: left;
	width: 365px;
}
#footer .inner_right {
	float: left;
	width: 365px;
	text-align: right;
}
.cl {
	clear: left;	
}

#layout1 {
	float: left;
	width: 750px;
}
#layout1_inner_left {
	float: left;
	width: 530px;
	padding: 10px;
}
#layout1_inner_right {
	float: left;
	width: 180px;
	padding: 10px;
}

#layout2 {
	float: left;
	width: 730px;
	padding: 10px;
}

#layout3 {
	float: left;
	width: 750px;
}
#layout3_inner_left {
	float: left;
	width: 180px;
	padding: 10px;
}
#layout3_inner_right {
	float: left;
	width: 530px;
	padding: 10px;
}



#players {
	list-style-type: none;
}
#players li {
	font-size: 14px;
	margin-bottom: 1px;
}
#players li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	font-weight: normal;
}
#players li a:hover {
	background-color: #999;
	color: #fff;
}



.player_profile {
	float: left;
	width: 139px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
.player_profile a {
	text-decoration: none;
	font-weight: bold;
}
.player_profile_pic {
	float: left;
	width: 139px;
	height: 160px;
	margin-bottom: 7px;
	background-color: #eee;
}
.player_profile_pic img {
	width: 139px;
	height: 160px;
}
#match_report {
	color: #fff;
	padding: 10px;
	text-align: left;
}
/* CONTACT FORM */
#contact_form {
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#contact_form label {
	float: left;
	width: 115px;
	margin-bottom: 4px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	padding-top: 2px;
	margin-right: 10px;
	text-align: right;
}
#contact_form .textbox {
	width: 200px;
	margin-bottom: 4px;
}
#contact_form div {
	clear: left;
}
#contact_form textarea {
	margin-bottom: 4px;
	width: 420px;
	height: 120px;
}
#contact_form_errors {
	margin: 20px 0 0 160px;
}
ul#anniversaries {
	list-style-type: none;
	margin: 0 0 0 20px;
}
ul#anniversaries li {
	background: url(/images/bullet-present.png) no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
ul#links {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
ul#links li {
	margin-bottom: 5px;
}
ul#links li a {
	font-size: 14px;
	margin-left: 10px;
}
.news_author {
	font-size: 11px;
	margin-top: 7px;
}
.news_date {
	font-style: italic;
}