
body {
	padding: 0;
	font-family: Century Gothic;
	font-size: 13px;
	background-color: #b2b2b2;
	background-image:url(/images/page.jpg);
	background-repeat:repeat-x;
}

h1, h2, h3, h4 {
	padding:1px 4px 2px 0;
	font-weight:normal;
	color: #36aa40;
}

h1 { font-size: 2.1em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }

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

a:hover {
	border: none;
}

.post {
	margin-bottom: 14px;
	padding: 18px 15px 20px 15px;
	z-index:1;
}

.post p, ol, ul, blockquote {
	margin:2px 0 2px 0;
	line-height: 20px;
	color:#767676;
}

.post ul{
margin:4px 0 4px 15px;
}

.header1{
	font-size:4.0em;
	font-weight:normal;
	color: #36aa40;
}

.header2{
	font-size:2.0em;
	font-weight:normal;
	color:#36aa40;
}

.header3{
	font-size:1.4em;
	font-weight:normal;
	color:#36aa40;
}

/* Header */

#wrapper{
	margin:0 auto;
	width:1024px;
	background-image:url('/images/content.jpg');
	}

#content{
	width:1024px;
	height:100%;
	background-image:url('/images/content2.jpg');
	background-repeat:no-repeat;
	background-position: bottom center;
	}
	
#header {
	width:1024px;
	height: 181px;
	margin: 0 auto;
}

#ColOne {
	float: left;
	display:inline;
	width: 193px;
	margin:-5px 0 -62px 60px;
	padding:0 0 0 15px;
	min-height:500px;
	z-index:-100;
}

#ColTwo {
	float: right;
	margin: -5px 85px -62px 20px;
	display:inline;
	width: 615px;
	z-index:-100;
}


.short_post{
width:190px;
margin:8px auto;
}

.short_post p, #ColThree p{
color:#FFFFFF;
}


/* Footer */

#footer {
	margin: 0 auto;
	width:1024px;
	height:162px;
	background-image:url('/images/footer.jpg');
	background-repeat:no-repeat;
	margin: 0 auto;
z-index:-1;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}

#footer * {
	color: #ffffff;

}

#other_com2{
visibility:hidden;
}

.clear { 
clear: both; 
height: 2px;
overflow: hidden; 
visibility: hidden;
}
