* {margin:0;padding:0;} 

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}



body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}


h1, h2, h3 {
	margin: 0;
	padding: 20px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #787878;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 6px;
	line-height: 160%;
}


a {
	text-decoration: underlne;
	color: #333333;
}

a:hover {
	color: #d97118;
}

#wrapper {
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

* html #wrapper{
        height: 100%;
}


#main {
	padding-bottom: 50px;
}


/* Header */

#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	height: 110px;
	margin: 0;
	background: url(images/logo.gif) no-repeat left 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
 }

#logo h1 {
	padding-top: 25px;
	padding-left: 60px;
	letter-spacing: -1px;
	font-size: 2.2em;
	font-weight: bold;
}

#logo p {
	padding-left: 62px;
	font-size: 11px;
	color: #000000;
} 

#logo p a {
	color: #000000;
}

#logo a {
	margin-top: -6px;
	border: none;
	background: none;
	text-decoration: none;
	color: #D01010;
}


/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 40px;
	padding-top: 12px;
}

#menu a {
	display: block;
	padding: 0px 20px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}


#menu .current_page_item { 
	background: url(images/arrow.gif) no-repeat left 0px;
	background-position: 50% 92%;
}

#menu a:hover {
	text-decoration: none;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}


/* Content */

#content {
	float: left;
	width: 635px;
}

.post {
	margin-bottom: 8px;
}


.post .title {
	background: url(images/img03.jpg) no-repeat left top;
	height: 25px;
	padding: 7px 0 0 20px;
	font-size: 16px;
	color: #544317;
}

.post .title a {
	color: #000000;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

.post .entry img {
	padding: 10px 0 0 0;
}

.post img.left {
	padding: 3px 0 0 0;
	margin: 0.5em 15px 0.5em 0;
	border: 0 0 0 0;
	float: left;
	clear: left;
}



/* Footer */

#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both; 
	width: 100%;
	background: #545454;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}


#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #333333;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

