html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #BE2C34;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center right;
	color: #FFF;
	font-family: x-small Verdana, Arial, Sans-serif;
	font-size:75%;
	word-spacing: 2px;
	cursor: default;
}
#header {
	width: auto;
	background-image: url("http://scenetrash.com/images/SILYMI_header.png");
	background-repeat:no-repeat;
	height: 210px;
	width: 650px;
	margin: 0px;
	border: 0px;
}
#wrapper {
	width: 650px;
	height: auto;
	padding: 0px;
	text-align: left;
	background-color:#000;
	margin: 0px auto 10px auto;
}
#sidebar {
	height: 700px;
	width: 150px;
	border-right: 3px #FFF solid;
	background-color:#000;
	float: left;
	padding:5px;
	z-index:1000;
	margin-top: 0px;
	margin-left: 0px;
	font-weight:bold;
}
#content {
	padding:5px;
	height:700px;
	width:477px;
	float:right;
	background-color: #000;
}
#content big {
	font:20pt 'times new roman';
	font-weight:bold;
	text-align:center;
	display:block;
}
#content a{
	text-decoration:none;
	background-color:#FFF;
	color: #160108;
	font-weight:bold;
}
#content a:hover{
	background-color:transparent;
	color:#FFF;
}
#sidebar li {
	margin-left:-25px;
	padding:3px;
	display:block;
}
#sidebar li a {
	text-decoration:none;
	background-color: #FFF;
	padding:3px;
	display:block;
	color:#000;
}
#sidebar li a:hover {
	background-color: #BE2C34;
	color:#FFF;
cursor:help;
}
b, strong{
	color:#BE2C34;
}


