* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	background: #404040 url('img/body.jpg');
	font: normal 13px Verdana,sans-serif;
	color: #345;
}
a {color: #06A; text-decoration: none; font-weight: bold;}
a:hover {color: #036;}
p {padding: 0.1em 0 0.8em;}
h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

/* MAIN ELEMENTS */
#l_form {
	margin: 20px auto 0;
	width: 780px;	
}
#l_container {
	background: #FFF;
	padding: 0 5px;
}
#l_top, #l_bottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#l_bottom {background-position: left bottom;}
#main_left {width: 765px;}
#footer {
	background: #A3B5C1 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #FAFCFF;}

/* NAVIGATION*/
#navigation {
	background: #739CBA url('img/navigation.jpg') no-repeat left bottom;
	padding: 82px 10px 0px;
}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url('img/tableftc.gif') no-repeat left top;
	float: left;
	font: bold 0.9em sans-serif;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('img/tabrightc.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #608AAA;
}
#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}
#tabs li.current a {color: #47A; background-position: 0% -42px;}
#tabs li.current a span {background-position:100% -42px;}

/* POST */
.post {
	margin-bottom: 5px;
	color: #444;
	background: #F5F5F5 url('img/post_body.gif') repeat-x left top;
}
.post_body {
	padding: 10px 10px 1px;
	max-width: 700px;
  min-height: 400px;
  margin: 0 auto 0 auto;
}
.post_body p{
	padding: 0.1em 0 0.8em;
  width: 650px;
  margin: 0px auto 0px auto;
}
.post_body ul, li{
  width: 550px;
  margin: 0px auto 0px auto;
}
.post_body img {
	border: 0px;
	background: #FFF;
	padding: 3px;
}
.sponz {
  width: 320px;
  height: 240px;
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 165px;
}
/* SPACERS */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}
.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}

