body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4E1211;
	margin: 5px;
}
#header {
	text-align: center;
	padding: 5px;
}
#mainpage {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#leftcolumn {
	width: 160px;
	float: left;
}
#pagebody {
	border: 4px solid #FFBB1D;
	background-color: #170000;
	margin-left: 170px;
	padding: 5px;
}
#homepagebody {
	border: 4px solid #FFBB1D;
	background-image: url(images/slutty_r2_c5.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
}
#leftmenuitem {
	margin-top: 2px;
	padding: 6px 7px 7px 7px;
	background-color: #FFBB1D;
	display: block;
}
#leftmenuitem a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#leftmenuitemsmall {
	margin-top: 2px;
	padding: 5px 7px 5px 15px;
	background-color: #FFBB1D;
	display: block;
	font-size: 10px;
}
#leftmenuitemsmall a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#footer {
	text-align: center;
	font-size: 10px;
	padding: 15px;
}
h1.pageheader {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
a {
	color: #FFBB1D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	text-decoration: underline;
}