body {
	margin: 0;
	padding: 0;
	background-color: #6d3b03;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #111;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #6d3b03;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #222;
}

a.imglink { border-bottom: 0; }
a:hover {
	border: none;
}

strong {
	color: #222;
}

a img {
	border: 2px solid black;
}

a:hover img {
	border: 2px solid white;
}

/* Posts */

.post {
	margin-bottom: 9px;
	width: 390px;
	/*padding: 20px 40px 20px 60px;*/
	background: #a67339;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	/*background: url(images/img1.gif) repeat-y -150px 0px;*/
}

.post h2, .post h3 {
	margin-left: 10px;
}

.post p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

/* Header */

#header {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img2.jpg);
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	background-color: #EEE799;
	width: 580px;
	height: 560px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	background-color: #EEE799;
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	background-color: #EEE799;
	float: right;
	width: 390px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #EEE799;
}

#footer * {
	color: #EEE799;
}