body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: .7em;
	color: #cedddb;
	background-image: url('_images/bgradient.jpg'); background-repeat: repeat-x; background-attachment: fixed;
}

body, th, td, input, textarea, select, option, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: Impact;
	font-weight: 100;
	color: #CBA61A;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: 3px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	letter-spacing: 0.8px;
	font-size: 0.9em;
}

p, ul, ol {
	line-height: 170%;
}

a {
	color: #CBA61A;
	text-decoration: none;
}

a:hover {
	color: #e31000;
	text-decoration:none; 
  	border-bottom:1px dotted #e31000;
}

/* Header */

#header {
	width: 800px;
	height: 180px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
	text-decoration:none;
	border: 0;
}

#header img {
	border: 0;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 520px;
}


.title {
	margin: 0;
	border-bottom: 1px dotted #e31000;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	letter-spacing: 3px;
	font-size: 2em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
	color: #4f5453;
}

