* {
	padding:0;
	margin:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:repeat-y top center #9e9e9e;
	color:#535353;
	}

img {
	border:0;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#cccccc;
	}

p {
	margin-bottom:1.4em;
	line-height:1.7em;
	}

/* Structure */

#wrapper {
	width:796px;
	background:#ffffff;
	margin:0 auto;
	background:url(images/backer.jpg) repeat-y top center #9e9e9e;
	}
#header {
	height:347px;
	background:url(images/header.jpg) no-repeat top left;

	}
#content {
	width:350px;
	padding:10px;
	float:left;
	}
	
#concontent {
	width:310px;
	padding:10px;
	float:left;
	}	
	
#contwo {
	width:390px;
	padding: 10px;
	float:right;
	background: #8f8f8f;


	}	
	
#sidebar {
	width:256px;
	padding: 2px;
	float:right;



	}
#footer {
	clear:both;
	padding:0px;
	background: #202020 ;
	color:#000000;
	height: 25px;
	
	}


/* Entries */

.entry {
	margin-bottom:50px;
	}
h1 a {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	}
h1 a:hover {
	font-size:14px;
	font-weight:normal;
	color:#cccccc;
	}
.date {
	color:#444;
	font-size:10px;
	}
.content {
	margin:5px 0 0 0;
	text-align:justify;
	}
.entrymeta {
	margin-top:-5px;
	}


/* Sidebar */

h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	}


h2 {
	font-size:18px;
	font-weight:normal;
	color:#00C626;
	border-left:3px solid #1E87C5;
	padding:3px 5px 4px 5px;
	background:#fff;
	border-bottom:1px dotted #333;
	}
	
h3 {
	font-size:9px;
	color:#656565;
	}
	
h4 {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	border-left:3px solid #363636;
	padding:3px 5px 4px 5px;
	background:#c2c2c2;
	border-bottom:1px solid #989898;
	}	
	
#sidebar ul {
	list-style-type:none;
	background:#fff;
	margin-bottom:30px;
	}
#sidebar  a {
	color:#464646;
	}
#sidebar a:hover {
	color:#000000;
	}
	
	
	
#navigation {

	padding:27px 11px 11px 8px;
	color:#fff;
	float:left;
	
	}
#navigation  a {

	padding:4px 4px 4px 4px;
	background: #aaaaaa;
	font-size:14px;
	color:#fff;
	border: 1px solid #6e6e6e;



	}
#navigation a:hover {


	background:#323232;
	border: 1px solid #000000;
	color:#fff;

	}
