body {
	background: url('../red.png') repeat-y top right;
}

#leftnav {
	float: left;
}

#corner {
	width: 200px;
	height: 200px;
	margin: 10px 10px 10px 10px;
}

#menu {
	width: 195px;
	height: 600px;
	margin: 10px 10px 10px 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#menu ul {
	margin-top: -15px;
}

#content {
	float: left;
	width: 650px;
	height: 815px;
	margin: 10px 10px 10px 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#rules li {
	margin-bottom: 5px;
}

a:link {
	color: #8C0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

a:visited {
	color: #8C0000;
	text-decoration: none;
}

a:active {
	color: #8C0000;
	text-decoration: none;
}

a.lj {
	color: blue;
	font-weight: bold;
	text-decoration: underline;	
}