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: #333;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #23AEBB;
}

a {
	color: #23AEBB;
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 970px;
	height: 109px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Logo */

#logo {
	float: left;
	margin-top: 45px;
	width:450px;
	display:inline;
}

#logo h1{
	float: left;
	margin: 0;
	padding-left: 16px;
	font-size: 3.2em;
	color: #FFFFFF;
}

#logo h1 a {
	color: #FFFFFF;
}

/* Menu */

#desc {
	float: right;
	position:relative;
	width:450px;
	display:inline-table;
	margin: 52px 20px 0 30px;
	color: #EEEEEE;
	text-align:left;
}


/* Page */

#page {
	width: 990px;
	padding-top: 50px;
	background: #FFFFFF url(images/img02.jpg) no-repeat left top;
	padding-bottom:20px;
	height:auto;
}

#latest-post {
	float:left;
	display: inline-block;
	width: 550px;
	padding: 0px 20px 0px 50px;
	line-height: 25px;
	font-size: 12px;
	height:auto;
}

#latest-post h1 {
	letter-spacing: normal;
	border-bottom: #C7C7C7 1px dashed;
	font-size: 26px;
	padding:0px 0px 5px 5px;
	margin:0;
}

#latest-post h3 {
	font-size:18px;
}

#latest-post .entry {
	margin-top: 20px;
	padding-bottom: 5px;
	border: none;
}

#latest-post .meta a {
	color: #B4B4B4;
}

#recent-posts {
	float: right;
	width: 300px;
	padding: 0px 30px 20px 20px;
	margin-right:20px;
	line-height: 20px;
	font-size: 12px;
	position:relative;
	display:inline;
}

#recent-posts h1 {
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 6px 0 20px 0;
	padding: 0;
	color: #23AEBB;
	border-bottom: #C7C7C7 1px dashed;
}

#recent-posts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#recent-posts .entry {
	font-style: italic;
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.post .title {
	margin: 0;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #C7C7C7 1px dashed;
	font-size: 12px;
}
.post .entry p {
	margin:0; padding:0;
}

/* Footer */

#footer-bg {
	background: #95C512;
	display:block;
	float:left;
	position:relative;
	width:100%;
}

#footer {
	width: 970px;
	height: 60px;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 25px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}
