* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a {
	color: #000;
	text-decoration: underline;
}
a:hover { text-decoration: underline; color : #000; }
p {
	margin-bottom: 0.5em;
}
#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
height: 120px;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0px;
	padding: 40px 0 5px 0;
}
#header h1 a {
color: #402d1c;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
	color: #b35809;
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 0;
	letter-spacing: 0px;
	line-height: normal;
}

#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left h2 {
	font-size: 22px;
	font-weight: 100;
	padding : 15px 0 15px 0;
}
.left h2 a {
	color: #b35809;
}
.right {
	width: 160px;
	float: right;
	padding: 10px;
	border-left: 1px solid #90d4bc;
	font-size: 12px;
}
.right ul {
	list-style-type: none;
	padding: 5px 10px 10px 0px;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #b35809;
	line-height: 30px;
}
.right a { text-decoration: none }
.articles {
	margin-bottom: 2em;
}
#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
padding: 0 0 10px 0;
}
