﻿* {
margin: 0;
padding: 0;
}
body {
	background: #19171C none repeat;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #19171C;
	padding-top: 40px;
}
a {
color: #666;
text-decoration: none;
}
a:visited {
text-decoration: underline;
}
a:hover {
	color: #FF3399;
}
#header {
	display:block;
	background-position: 100px;
	width: 680px;
	background: #19171C url('../images/header.gif') no-repeat right top;
}
#wrapper {
	display:block;
	width: 680px;
	background: #19171C url("../images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}
h1 {
	width: 140px;
	height: 10px;
	background-color: #19171C;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold x-small/10px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	cursor: default;
}
h1:first-letter {
color: #f00;
text-decoration: underline;
}
h2 {
	width: 519px;
	height: 10px;
	background-color: #19171C;
	float: left;
	font: bold xx-small/10px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}
#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 175px;
width: 150px;
}
#nav li a {
	color: #fff;
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	width: 140px;
	height: 24px;
	background-color: #19171C;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #EC007C;
	color: #FFFFFF;
}
#current a {
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #19171C;
}
#sidebar {
	width: 132px;
	background-color: #19171C;
	float: left;
	position: relative;
	left: -4px;
	margin-left: -147px;
	border-top: 1px solid #19171C;
	font: normal 10px/18px verdana, arial, tahoma, sans-serif;
	padding: 8px;
}
img {
border: none;
}
#content a img {
display: block;
border: 1px solid #fff;
}
a:hover img {
border-color: #f00;
}
#content {
	display:block;
	width: 670px;
	background-color: #19171C;
	color: #FFFFFF;
	padding-bottom:20px;
}

p:first-line {
font-weight: bold;
}
