body {
	margin: 0;
	padding: 0;
	background:  #ffffff url(images/bg.png) repeat-x;
	font-size: 13px;
	color: #666666;
	background-color: #000000;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-size: 0.7em;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

img {
	border : 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFCC99;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;}

a:link {
	text-decoration: none;
	color: #FFCC99;
}

a:visited {
	text-decoration: none;
	color: #FFCC99;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 350px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 320px 10px 10px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover, .active a {
	border-bottom: 1px solid #FF9966;
}


/* Page */

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

/* Content */

#content {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 670px;
}

.post {
	padding: 10px 15px;
	border: 5px solid #400000;
	background-color: #000000;
}

#content2 {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 900px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	color: #FF9966;
	border: 5px solid #400000;
	background-color: #000000;
	margin-top: 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 15px 0 0 10px;
	height: 40px;
	color: #FFCC99;
	background: url(images/small.png) repeat-x;
}
		
#sidebar p {
	font-weight: normal;
	font-weight: bold;
	padding: 0px 0 0 10px;
	font-size: 1em;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	color: #000000;
	height: 60px;
	background-image: url(images/footer.png);
	border-top: #000000 solid 4px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #4F0000;
}

