* {
	margin: 0;
	padding: 0;
}

body {
background: #FEAD1D url(images/bg.jpg) repeat-x;
color: #222;
}
#wrap {
margin: 0 auto;
width: 800px;
}

#header {
	height: 128px;
	background: #FEAD1D url(images/header.jpg) no-repeat;
	text-align: right;
}


#content {
background: #FEAD1D url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 350px;
text-align: justify;
margin-right: 10px;
}
.right h2 {

padding-left: 10px;

}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.left {
float: left;
width: 240px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #000;

}
.left ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.left ul li a {
text-decoration: none;

}
.left ul li a:hover {

}

.menu {
float: right;
width: 150px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #000;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;

}
.menu ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #FEAD1D url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #fff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

