div.center-column {
	width: 692px;
	background-color: #eee;
	margin-left: 2px;
	border: 1px solid #ddd;
}

h2 {
	margin: 0;
	padding: 0;
}



form#contactForm {
	margin-top: 20px;
}

form#contactForm label {
	float: left;
	display: block;
	width: 150px;
}

form#contactForm input {
	margin-bottom: 15px;
	width: 200px;
}

form#contactForm textarea {
	margin-bottom: 15px;
	width: 200px;
	height: 150px;
}

form#contactForm input.submit-button {
	width: auto;
	margin-left: 240px;
}

div#galleryView {
	margin-top: 20px;
	border-top: 1px solid #c0c0c0;
	padding-top: 20px;
}

div#galleryView img {
	border: 0;
	margin: 0 1px 2px 1px
}

div.center-column div.visual-padding {
	padding: 10px 15px;
}

div.gallery_albums_top_level div {
	margin-left: 20px;
}

#fixtures-filter,
#leagues-filter {
	margin-top: 0;
	text-align: right;
}

table#fixtures-table,
table#leagues-table,
table#info-table,
table#honours-table  {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

table#info-table,
table#honours-table {
	border-bottom: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#archive-table {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#leagues-table {
	border: 0;
}

table#fixtures-table th,
table#leagues-table th,
table#archive-table th,
table#info-table th,
table#honours-table th {
	padding: 3px 0 3px 5px;
	background-color: #ddd;
}

table#fixtures-table td,
table#leagues-table td {
	padding: 5px 0;
}

table#archive-table td,
table#info-table td,
table#honours-table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

table#leagues-table td,
table#leagues-table th {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

table#leagues-table td.pos {
	border-left: 1px solid #ddd;
}

table#leagues-table tr.strong {
	font-weight: bold;
}

table#leagues-table td {
	width: 7%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#leagues-table td.name {
	width: 37%;
	text-align: left;
	padding-left: 7px;
}

table#fixtures-table td.date {
	width: 20%;
	padding-left: 5px;
	border-left: 1px solid #ddd;
}

table#fixtures-table td.home-team {
	width: 28%;
}

table#fixtures-table td.score {
	width: 10%;
	text-align: center;
}

table#fixtures-table td.away-team {
	width: 28%;
}

table#fixtures-table td.competition {
	width: 14%;
	border-right: 1px solid #ddd;
}