@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;
}
#header {
	background-colour: #FFFFFF;
	padding: 6px;
	background-color: #000000;
	height: 140px;
	color: #FFFFFF;
	font-size: 0.8em;
}
#right {
	width: 0px;
	visibility: hidden;
	}
	
#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 {
	width: 0px;
	visibility: hidden;
}
#content h2 {
	margin-bottom: -10px;
	color: #999999;
}
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;
}

