body {
	background: #f7ead7;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 15px;
	line-height: 16px;
}

a {
text-decoration: none;
color: #8E3B1B;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	width: 800px;
	background: #f7ead7;
	padding: 20px 5px 20px 5px;
}

#header {
	height: 120px;
	background-color: #f7ead7;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.left {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}
.left h2 {
	font-size: 16px;
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	background: #f7ead7 url(images/contenth2index.gif) no-repeat;
	padding-left: 5px;
	margin-left: 10px;
}
.left ul {
	padding: 10px 10px 15px 10px;
}

.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}
.articles {
padding: 10px;
}

.right {
	float: right;
	width: 220px;
	margin-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #f7ead7 url(images/menuh2index.gif) repeat;
color: #f7ead7;
font-size: 13px;
}
.right ul {
padding: 10px 20px 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #8E3B1B;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}

#footer {
border-top: 5px dotted #EFB09F;
text-align: center;
font-size: 11px;
padding: 20px 0;
}

