html {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #660000;
	color: #797979;
}
h1 {
	color: #ff0000;
	font-size: 1.3em;
	margin: 0 auto 0.3em;
}
h2 {
	font-size: 1.2em;
}
p {
	margin: 0;
}
#outer {
	width: 868px;
	background: #fff;
	margin: auto;
	padding: 0 18px 8px;
}
#container {
	border-top: 3px solid #cc0000;
	padding: 5px 0 0;
	margin: 5px 0 0;
}
#header {
	margin: 0 0 0 -18px;
}
#menu .menuTitle {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
}
#headerBottom a {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.blockColour {
	margin: 10px 0 0;
	padding: 15px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.col_1 {
	float: left;
	width: 173px;
	margin: 0 10px 0 0;
}
.col_2 {
	float: left;
	width: 685px;
}
hr {
	border: 1px solid #cc0000;
	border-top: 2px solid #cc0000;
}
#footer {
	margin: 10px 0 0;
	font-size: 0.8em;
}
#menu a, a.menuStyle {
	display: block;
	padding: 3px 5px;
	margin: 3px 0;
	text-decoration: none;
	color: #7a7a7a;
}
#menu a:hover, a.menuStyle:hover {
	background: #ff0000;
	color: #fff;
}
#menu a.vacancy {
	color: #ff0000;
	font-weight: bold;
	font-size: 1em;
}
#menu a.vacancy:hover {
	color: #fff;
}
#menu a.currentpage {
	background: #999;
	color: #fff;
}
.clear {
	clear: both;
}
.loading {
	text-align: center;
}
#tweet {
	width: 160px;
}
#tweet a {
	text-decoration: none;
}
#tweet ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#tweet li {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 3px 0;
	margin: -1px 0 0 0;
}
#menu .noLinkStyle a {
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #0066FF;
}
#menu .noLinkStyle a:hover {
	text-decoration: underline;
	background: none;
}