#Header {
	height: 70px;
	width: 100%
}

#Header H1 {
	position: absolute;
	top: 15px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 175%;
}

#Header .Logo {
	height: 70px;
	width: 100px;
	float: right;
}

#Container .Breadcrumbs {
	border: 1px dotted #999999;
	float: left;
	width: 760px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #E6E6E6;
}
#Container .Breadcrumbs a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

#Container .Breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;
}

#Container .General_Text {
	padding: 10px;
	margin: 10px;
	border: 1px dotted #999999;
	float: left;
	width: 760px;
}

#Container .General_Text H3 {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #990000;
	font-size: 120%;
	font-weight: normal;
}

#Container .General_Text H2 {
	padding: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: normal;
	background-color: #990000;
	letter-spacing: 5px;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}

#Container .General_Text a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

#Container .General_Text a:hover {
	color: #333333;
	text-decoration: underline;
}

#Container .General_Text a img {
	border: 0;
	cursor: hand;
}

#Container .General_Text .Photo_Left {
	float: left;
	display: inline;
	padding-right: 10px;
}

#Container .General_Text .Photo_Right {
	float: right;
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
}

#Container .General_Text ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Container .General_Text li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Container .General_Text .LinkTitle {
	float: left;
	width: 50%;
}

#Container .General_Text .LinkLink {
	float: Right;
	width: 49%;
	text-align: right;
}

#Container .General_Text .ContactBox {
	width: 125px;
	float: left;
	margin-right: 10px;
	height: 210px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	border: 1px dotted #CCCCCC;
}

#Container .General_Text .ContactBox H2 {
	padding: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	background-color: #990000;
	letter-spacing: 2px;
	width: 120px;
	text-align: center;
	height: 30px;
	line-height: 15px;
	margin: 0px;
}

#Container .General_Text .ContactBox img {
	padding-top: 3px;
}

#Container .General_Text .ContactBox p {
	font-size: 90%;
	margin: 0px;
}

#Container .General_Text .FixturesTable {
	font-size: 85%;
}

.League {
	background-color: #D9E9F9;
}
.Cup {
	background-color: #FFECEC;
}
.Friendly {
	background-color: #F4F4F4;
}
.Holiday {
	background-color: #CAE9C5;
}
.Tournament {
	background-color: #FEE6C0;
}
.NewsItem {
	background-color: #CCCCCC;
	border: 1px dotted #CCCCCC;
	font-size: 90%;
	text-align: center;
}
