/* BODY */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000 url('images/head_l.jpg') no-repeat left top;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url('images/head_r.jpg') no-repeat right top;
	}
	
#pageff{
	width: 100%;
	background: url('images/foot_f.jpg') repeat-x bottom;
	}

#pagefl {
	width: 100%;
	background: url('images/foot_l.jpg') no-repeat left bottom;
	}
	
#pagefr {
	width: 100%;
	background: url('images/foot_r.jpg') no-repeat right bottom;
	}

#header {
	margin: 0;
	padding: 0;
	height: 220px;
	width: 100%;
	}
	
.headerl{
	float: left;
	padding: 72px 0 0 37px;
	width: 238px;
	}
	
.headerl p{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	}
	
.headerr{
	float: right;
	padding: 95px 0 0 0;
	width: 725px;
	font-size: 1.1em;
	}

#content {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
.post{
	margin-right:250px;
	position:relative; 
	display:block;
	padding: 0 0 20px 35px;
	text-align: justify;
	min-height: 725px;
	}
	
.post span{
	color: #ffff33;
	}
	
.sidebar{
	float:right; 
	position:relative; 
	width:200px;
	right:0px;
	padding: 0 0 0 30px;
	}
	
.sidebar img{
	border: 1px solid #181d11;
	}

#footer {
	border: none;
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	clear: both;
	text-align: center;
	}

.clear {
	clear: both;
}

/* END BODY */





/* H, P, A */

a{
	color: #fff;
	text-decoration: underline;

	}

a:hover {
	color: #0099cc;
	text-decoration: none;
	}
	
.active {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
	}


/* END H, P, A */
