body {

	background: #333333 url(images/side.gif) repeat-y top right;
	color: #CC3300;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0;

}

h1 {

	font-size: 1.2em;
	font-family: Verdana;

	border-left: 10px solid;
	border-bottom: 1px solid;

	padding: 5px;

}

h2 {

	font-size: 1em;

}

h3 {

	font-size: 0.8em;

}

p {

	font-size: 0.8em;
	line-height: 1.5em;

	color: #99999e;

}

a {
	color: white; text-decoration: none
}

a:hover {
	text-decoration: underline
}

#header {

	width: 100%;
	height: 125px;

	background: black url(images/head.jpg) no-repeat 0 0;

}

#nav {

	width: 100%;
	height: 50px;
	
	margin-top: -2px;

	background: black url(images/nav.jpg) no-repeat 0 0;

	border-bottom: 1px solid;
	
	text-align: right;

}

#nav ul {

	margin: 2px 20px 0 0;
	padding: 10px 20px 0 0;

}

#nav ul li {

	display: inline;
	
}

#nav ul li a {

	color: #666666;
	background: #333333;
	padding: 0.4em;
	margin: 0.3em;
	border: 1px solid;

}

#nav ul li a:hover {

	color: red;
	background: black;
	text-decoration: none;
	
}

#content {
	float: left;
	width: 67%;
	background-color: black;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 15px 15px 20px 15px;
	margin-right: 20px;
}

#content p {
	margin-left: 0.7em
}

.small_text {
	font-size: 9pt;
}

.row_header {
	background-color: #222222;
}

.row_empty {
	background-color: #000000;
}

.row_0 {
	background-color: #666666;
	color: #000000;
}

.row_1 {
	background-color: #333333;
}

.emphasised {
	color: #ff0000;
	font-weight: bold;
}

#contentalpha {
	padding: 10px;
	margin-left: 72%;
	margin-right: 20px;
}

.coming_soon {
	color: #909090;
	font-size: 11pt;
	font-style: oblique;
}
