
body {
	background-color: #cb1218;
	background-image: url(/static/bodybg.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

div#head
{
	background-image: url(/static/header_left.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

em
{
	font-weight: bold;
	color: #cb1218;
}

a{
	color: #cb1218;
	font-weight: bold;
}

div#nav a,
div#navright a
{
	text-decoration: none;
	color: #fe1b23;
}

div#body h1
{
	color: #ffffff;
}


div.box h2
{
	color: #ffffff;
}


div#body h2
{
	background: #fe1b23;
	border: 1px solid #cb1218;
}

div#body h2 a
{
	color: #000000;
}
