@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
html, body {
	height:100%;
	overflow-x:hidden;
}
body {
	background-color:#141414;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/split_background.gif);
	background-repeat:repeat-y;
	background-position:center;
}
a:link, a:visited, a:active {
	color:#999999;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a {
	cursor:pointer;
}
blockquote {
	margin:10px;
	padding:5px;
}
h1 {
	margin-bottom:0.7em;
	
}
h2 {
	margin-bottom:0.7em;
	color:#878787;
}
dt {
	color:#cccccc;
	font-size:1.25em;
	font-weight:bold;
}
dd {
	margin-bottom:10px;
	color:#666666;
	line-height:1.8em;
}
ul {
	padding:1em 0 1em 0;
}
ul ul {
	margin-left:1.25em;
}
li {
	list-style:none;
}