/* main styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

a, a img {
	border: 0;
}

body {
	background-color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12pt;
}

hr {
	background-color: #2C2C2C;
	color: #2C2C2C;
	width: 100%;
	height: 2px;
	margin: 0 0 6px 0;
}

/* id styling */

#header {
	width: 760px;
	height: 150px;
	background-image: url("");
	background-repeat: no-repeat;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content-outer {
	margin: 10px 0 10px 0;
	width: 740px;
	padding: 1px 10px 5px 10px;
	background:url(../media/outer-bg.jpg) top left no-repeat #990000;
}

#content-inner {
	width: 720px;
	margin-top: 10px;
	padding: 10px;
	background-color: #333333;
}

#highlight-pane {
	float : right;
	width : 220px;
	background : #2C2C2C;
	margin: 0 0 10px 0px;
}

#news-list {
	padding: 0 230px 10px 0;
	margin: 0 0 10px 0;
}

/* tag styling */

#content-inner h1, #content-inner h1 a {
	color: #ccc;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#footer p {
	font-size: 70%;
	line-height: 100%;
	margin:6px;
	font-weight: bold;
	color: #999;
	text-align: center;
}

#footer a {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}

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

#content-inner p {
	font-size: 90%;
	line-height: 140%;
	text-align: justify;
	margin: 0 0 10px 0;
}

#content-inner p a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#content-inner p a:hover {
	text-decoration: underline;
}

#site-nav a {
	color: #ccc;
	text-decoration: none;
}

#site-nav a:hover {
	text-decoration: underline;
}

#highlight-pane h1 {
	margin: 0 12px 10px 12px;
}

#highlight-pane p {
	margin: 0 12px 10px 12px;
	text-align: left;
}

img.float-right {
	float : right;
	margin: 0 0 0 15px;
}

img.float-left {
	float : left;
	margin: 0 15px 0 0;
}

.news_footer {
	font-style: italic;
	font-size:80%;
	color: #666;
}

#player-honours p {
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
}
#player-honours .season-small {
	font-size: 9px;
	font-weight: normal;
	line-height: 2px;
}

#player-honours td {
	vertical-align: top;

}

#squad-list th {
	font-size:9px;
	font-weight: bold;
	text-align:center;
	line-height: 25px;
	border-bottom: 4px solid #666;
}

#squad-list td {
	font-size:11px;
	width: 6%;
	border: solid #666;
	border-width: 0 1px 1px 1px;
	line-height: 20px;
	padding: 2px 4px;
	text-align: center;
}

span.squad-number {
	font: 7px bold #ccc;
}

/* LINK STYLING */

a, a:link, a:visited {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}