* {
	margin: 0;
	padding: 0;
}


body {
background: #BCA489 url(images/bg4.jpg) repeat-x; /* xxx */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

a {
text-decoration: none;
color: #533F29;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 249px;
background: #BCA489 url(images/header4.jpg) no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
letter-spacing: 0.5px;
padding: 180px 40px 0 0;
color: #000;
}

#header h1 span
    {
    color:#fff;
    letter-spacing:.1em;
    }
	
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #879A9B;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#header h2 a { 
color: #879A9B;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h2 a:hover {
color: #879A9B;
}


#nav { 
	margin-bottom: 0px; 
	width: 100%; height: 30px; 
	background: #BCA489; /* xxx */
	font: bold 7pt/30px verdana, sans-serif; 
	text-transform: uppercase;
	border-top: 3px solid #533F29; border-bottom: 3px solid #533F29; /* xxx */
	border-left: 3px solid #533F29; border-right: 3px solid #533F29;
	padding-right: 10px; }
	
#nav ul { 
	list-style-type: none; 
	text-align: center; }
	
#nav li { display: block; display: inline; }
	
#nav a:link,
#nav a:visited,
#nav a:active { 
	padding: 15px 16px 10px 16px !important; padding: 15px 20px 10px 20px; 
	height: 30px; 
	text-decoration: none; 
	font-weight: bold; color: #393639; }
#nav a:hover { background: #533F29; color: #fff; }


#content {
background: #BCA489 url(images/content4.jpg) repeat-y;
padding: 0 20px;
	
}

/* Content in the middle of page */
.middle {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}

.middle h2 {
font-size: 25px;
font-weight: 100;
padding-left: 10px;
height: 36px;
line-height: 26px;
}

.middle h2 a {
text-decoration: underline;
}

.middle h2 a:hover {
}

middle ul {
padding: 10px 0 15px 40px;
color: #000;
list-style-type: disc;
}

.articles { padding: 20px; }

.articles ul {
padding: 10px 0 15px 40px;
color: #000;
list-style-type: disc;
}

.articles ul li a {
text-decoration: underline;
}

/* Content on the left side */
.left {
float: left;
width: 120px;
padding: 10px 0 15px 40px;
height: 26px;
line-height: 26px;
font-style: italic;
color: #000;
font-size: 13px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 50px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 40px;
color: #9EA1AA;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

/* Content on the right side of page */
.menu {
float: right;
padding: 0 0 15px 0;
height: 26px;
width: 140px;
line-height: 26px;
font-style: italic;
color: #000;
font-size: 13px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #9EA1AA;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}


#bottom {
background : #BCA489 url(images/bottom4.jpg) no-repeat;
padding: 10px 0;
text-align: center;
font-size: 12px;
color: #9EA1AA;
}

#bottom a { color: #fff; }
#bottom a:hover { color: #111; }

#footer {
text-align: center;
font-size: 11px;
color: #000;
padding-bottom: 10px;
}
#footer a { color: #879A9B; }
#footer a:hover { color: #111; }