body {
	margin: 0;
	padding: 0;
	background: black;
	font-size: 13px;
	text-align: justify;
	color: white;
	font-family: Verdana, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: white;
}

h1 {
	font-size: 3em;
}

h3 {
	font-size: 1em;
}

a {
	color: #BBBBBB;
}

a:hover {
	color: #BBBBBB;
	text-decoration:underline;
}


/* Header */

#header {
	width: 980px;
	height: 120px;
	margin: 0 auto 20px auto;
	padding: 12px 0 0 0px;
	background: url(images/headbg.gif) repeat-x;
	text-align:center;
}

#header h1, #header p {
	float: left;
	margin: 0;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 770px;
	margin: 0;
	background: black;
	margin-bottom: 30px;
}

.post {
	padding: 0px 10px 0 20px;
}

.post a {text-decoration:none;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 10px solid #121F41;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	height:300px;
	background: url(images/sidebar.gif) repeat-x;
	padding: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#sidebar li {
}

#sidebar h2 {
	margin: 0;
	height: 30px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

#sidebar a {
	text-decoration: none;
	color: white;
}

#sidebar a:hover {
	color:#BBBBBB;
	font-weight:normal;
	text-decoration: underline;
	
}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	width: 980px;
	margin: 0 auto;
	background: url(images/ft.gif) repeat-x;
	border-top: 10px solid #121F41;
	text-align: center;
}

#footer p {
	padding-top: 0px;
}

#footer p a {
	color: #FFFFFF;
}


