body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #b3b3bb;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



a:link, a:visited {
	color: #7389ae;
}

a:hover, a:active {
	color: #faec8f;
}

h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*headings & link colors*/

h2 {
	font-size: 20px;
	border-bottom: 1px solid #27272a;
	border-top: 1px solid #27272a;
	margin: 0 0 10px;
	padding: 5px 0 4px;
	color: #ccc;
	color: #c17878;
}

h2, h3.sub {
	text-shadow: 1px 2px 1px #131315;
}

h3.sub {
	position: absolute;
	top: 50px;
	font-size: 9px;
}


/*content*/

#container {
	position: relative;
	width: 800px;
	margin: 30px auto 10px;
}

#content {
	width: 600px;
	position: relative;
	z-index: 10000;
	background: #1d1d20;
	padding-right: 45px;
	border: 1px solid #2a2a2f;
	height:400px;
}

#left_indent {
padding-left:160px;
}


#content ul {
list-style:disc;
}

#left_indent li {
line-height:1.5;
}

/*sidebar*/

#sidebar {
	position: absolute;
	z-index: 1;
	width: 180px;
	left: 625px;
	top: 0;
}

#sidebar ul {
	list-style: none;
}


#sidebar a, #sidebar h3.cat {
	width: 150px;
	display: block;
	background: url(../images/tab_small.gif) center right;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 40px;
}

#sidebar a {
	color: #595965;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../images/tab_big.gif) center right no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#float_left {
float:left;
margin-right:40px;
}


