* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D15803;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F7D4D;
}
.smalltext {
	font-size: 10px;
}


h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

ul {
}

ul li {
	margin-left: 1em;
	padding-left: .75em;
	background: none;
}


ol {
	margin-left: 1em;
	list-style-position: inside;
}

blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: none;
	color: #9E9D89;
}

a:hover {
	text-decoration: underline;
	color: #ee1c25;
}

.email a {
	text-decoration: none;
	color: #ee1c25;
}

.email a:hover {
	text-decoration: underline;
	color: #9E9D89;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

/* Content */

#content {
	float: none;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top:auto;
	margin-bottom:auto;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;

}

.post {
	margin-right: auto;
	margin-left: auto;
}

.post .meta {
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 10px;
}

.post .meta small {
	font-size: 12px;
}

.border2px {
	border: 2px solid #CB6D0A;
}

/* Footer */

#footer {
	width: 500px;
	margin: 0 auto;
	padding: 20px 40px;
	text-align: right;
}

#footer p {
	font-size: 10px;
}
