body {
	margin-top: 20px;
	padding: 0;
	background: #FDF9EE url('/image/img01.jpg') left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D6D6D;
}

h1, h2, h3 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
	text-transform: lowercase;
}

h2 {
	font-size: 26px;
	text-transform: lowercase;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}


/* Page */

#page {
	/*width: 900px; */
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px #F0E9D6 solid;
	padding: 20px 20px;
}

/* Post */
.post  {
color:#000000;
font-size:13px;
line-height:150%;
}


.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #D1D1D1;
	color: #8BCB2F;
	line-height:100%;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #353535;
}

html>body #footer {
	height: auto;
}


#footer-menu {
	float: left;
	color: #353535;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	/*background: url(images/img03.jpg) no-repeat right 50%;*/
	text-decoration: none;
	font-size: 11px;
	color: #6D6D6D;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .active a {
	padding-left: 0;
}