* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #412616; text-decoration: none;}
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 40px auto 0 auto;
width: 800px;
}

#header { 
border: 5px solid #000000;
height: 181px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #412616;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #412616;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}



.left {
	margin-top: 10px;
	width: 570px;
	height: 850px;
	float: left;
	text-align: justify;
	border: 5px solid #000000;
	padding: 10px;
}
.left h2 {
color: #412616;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
	margin-top: 10px;
	width: 160px;
	height: 850px;
	float: right;
	border: 5px solid #000000;
	font-size: 12px;
	padding: 10px;
}
.right ul {
	list-style-type: square;
	padding: 0px 10px 10px 5px;
	color: #412616;
	margin-left: 5px;
}
.right li {
	color: #412616;
	margin: 11px 0px;
}
.right h2{
	font-size: 12px;
	color: #412616;
	margin-top: 20px;
}

#footer h2 {
	font-size: 12px;
	color: #412616;
	}
.right a { text-decoration: none }

#footer {
	margin-top: 10px;
	text-align: center;
	color: #444;
	font-size: 11px;
	border: 5px solid #000000;
	padding: 10px;
}#header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wrap .left .articles img {
	border: 3px solid #ccc;
	margin: 0px 0px 10px 0px;
}
.left .articles p {
	margin-bottom: 10px;
}
#wrap .right img {
	border: 1px solid #ccc;
	margin: 0px auto;
	display: block;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
