@charset "utf-8";
/* CSS Document */


#header {
	height:62px;
	width:100%;
}

body {
	font-family:Arial;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:300;
}
a:visited, a:link {
text-decoration:none;
color:#FFFFFF;
}
a:hover {
text-decoration:underline;
color:#E7E753;
}

#info a:visited,#info a:link {
color:#9C2124;
}

h2.big {
font-weight:bold;
}

#sidebar{
	background:url(../images/sidebartop.jpg) no-repeat #E7E753;
	color:#000000;
	height:100%;
}
#date {
font-size:2em;
font-weight:bold;
}

.red {
color:#9C2124;
}
.upper {
text-transform: uppercase;
}

#info_container {
background:#FFFFFF url(../images/info_bottom.jpg) bottom right no-repeat;
color:#000000;
}
#content {
font-size:14px;
}
#content h2 {
color:#E7E753;
}
#nav {
font-size:14px;
text-transform:uppercase;
}
