* {
	padding:0;
	margin:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-color: #FFFFFF;
	background:url();
	Position: center;
	background-color:#991e21;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#991e21;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */

#sidebar {
font-size:13px;
	position: fixed;
	margin:0 auto;
	width:115px;
	padding:10px;
	position: left -34px;
	}
#header {
    position: center;
	height:460px;
	width:468px;
	background:url(http://img510.imageshack.us/img510/1504/headerii1.jpg) no-repeat;
	margin-bottom:10px;
	}
#wrapper {
	width:490px;
	background:#fcb913;
	margin:0 auto;
	font-color: #FFFFFF;
	}

#content {
	width:460px;
	padding:10px;
	}
#footer {
	clear:both;
	padding:10px;
	text-align:center;
	}


/* Entries */

.entry {
	margin-bottom:50px;
	}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#ffffff;
	}
.date {
	color:#444;
	font-size:10px;
	}
.entrybody {
	margin:5px 0 0 0;
	text-align:justify;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h2 {
	font-size:90px;
	font-weight:bold;
	color:#991e21;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	padding:3px 5px 4px 5px;
	background:#fcb913;
	border-bottom:1px dotted #333;
	border-top:1px dotted #333;
	}
#sidebar ul {
	list-style-type:none;
	background:#fcb913;
	margin-bottom:30px;
	}
#sidebar li a {
	display:block;
	padding:4px;
	border-right:1px solid #FFFFFF;
	color:#FFFFF;
	}
#sidebar li a:hover {
	display:block;
	padding:5px;
			border-right:1px solid #e7c919;
	border-bottom:1px dotted #e7c919;
	border-top:1px dotted #FFFFFF;
	background:#55a242;
	color:#991e21;
	}
