* {
	margin: 0;
	padding: 0;
}

body {
	background: #BE6F32 url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #222;
}

a {
	text-decoration: none;
	color: #111;
}
a:hover {
text-decoration:underline;
color: #fff;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
	height: 190px;
	text-align: left;
	background-color: #be6f32;

}

#content {
	background: #BE6F32 url(images/content3.jpg) repeat-y;
	padding: 0 20px;
}

.right {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;
color: #111;

}
.right h2 a:hover {
color: #111;

}

.left {
float: left;
width: 150px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;


}
.left ul {
	padding: 5px 0 15px 10px;
	color: #fff;
	list-style-type: none;
	line-height: 30px;
	background-image:url(images/nav_normal3_copy.jpg);
	
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
	color:#fff;

}

.menu {
float: right;
width: 150px;
background-image:url(images/nav_normal3_copy.jpg);
background-repeat:no-repeat;

}
.menu h2 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
	padding: 5px 0 15px 20px;
	color: #fff;
	list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {
color: #fff;

}
.articles { 
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 100
	
}
.articles a {
	color: #A8060B;
	
}

.articles a:hover {
	text-decoration:underline;
	
}


#bottom {
	background : #BE6F32 url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #000;
font-weight: 500;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }
