/* $Id$ */

body {
	background-color: #4B0F52;
	color: #F2CE2C;
	font-family: sans-serif;
	margin: 0pt auto;
}

a:visited {
    color: #8F4A1A;
}

a, #news-date, #news-title, em {
    color: #F27E2C;
}

#error, .error, b {
    color: #de3128;
}

h1.logo {
	text-decoration:none;
	border: 0;
	width : 800px;
	height : 533px;
	margin : 0;
	padding : 0;
	float: right;
	background : url(../images/logo.png) no-repeat 0 0;
}

/* th, td, h1, h2, p, li, #footer, a:hover {
    color: #F2CE2C;
} */

th, tr.header, td, td.header, td.r1, td.r2, td.r3, td.r4, td.r5, td.out, td.venue {
	background-color: #4B0F52;
}

#wrapper {
	margin: 0pt auto;
	width: 850px;
}

#menu {
	float: left;
	font-size: 90%;
	width: 150px;
}

#menu h2 {
	font-size: 110%;
}

#menu li {
    margin-left: 1em;
    list-style-type: none;
}

#content {
	float: right;
	width: 700px;
}

#footer {
	clear: both;
	font-size: 80%;
	text-align: right;
}

/* the colour purple 
color: #BB25CC; 
comments in CSS are indeed different: 
http://webdesign.about.com/cs/css/ht/htcommentcss.htm */
