@import url("navigation.css");
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 1em;
	color: #CC0000;
}
h2 {
	font-weight: bold;
	font-size: 0.8em;
}
#wrapper {
	min-width: 400 px;
	width: 100%;
}
#outer {
	border-left: 200px solid #000000;
	border-right: 200px solid #999999;
	background-color: #FFFFFF;
}
#inner {
	margin: 0;
	width: 100%;
}
#header {
	background-colour: #FFFFFF;
	padding: 6px;
	background-color: #000000;
	height: 140px;
	color: #FFFFFF;
	font-size: 0.8em;
}
#right {
	width: 195px;
	float: right;
	margin-right: -200px;
	padding-left: 5px;
	position: relative;
	}
	
#content {
	float: left;
	position: relative;
	margin: 6px;
}
.clear {
	clear: both;
}

#footer {
	background-color: #FFFFFF;
	position: relative;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	font-size: 0.8em;
	padding: 4px;
}
#logo {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logo img {
	margin-top: 10px;
	clear: both;
	border: none;
}
#metro {
	float: right;
	width: 50px;
}
#punch {
	float: left;
	width: 200px;
	text-align: center;
}
#youarehere {
	color: #FFFFFF;
	background-color: #333333;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#content p {
	font-size: 0.8em;
	line-height: 2em;
	text-align: justify;
}
#punch img {
	border: none;
}
#content ul {
	font-size: 0.8em;
	line-height: 2em;
	list-style-position: inside;
}
#content li {
	list-style-type: square;
}

#latestnews {
	border: 2px solid #666666;
	background-color: #FFFFFF;
	margin: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#latestnews p{
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: justify;
}

#latestnews ul {
	font-size: 0.7em;
	list-style-type: square;
	list-style-position: inside;
	margin-left: -30px;
}
#latestnews li {
	margin-bottom: 10px;
}
#latestnews h1{
	color: #CC0000;
}

#content h2 {
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
}
a {
	color: #CC0000;
}
#clear {
	clear: both;
}
#images {
	float: right;
	margin-left: 10px;
	width: 210px;
	margin-top: 10px;
}
#images img {
	margin-bottom: 6px;
	border: 1px solid #000000;
	clear: both;
}
#header img {
	margin-bottom: 10px;
}
.resultsnews td{
	font-size: 0.8em;
	padding: 6px;
}
hr {
	background-color: #CC0000;
	height: 2px;
	border: none}

