* {
	margin: 0;
	padding: 0;
}


body {
background: #879A9B url(images/bg2.jpg) repeat-x; /* xxx */
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

a {
text-decoration: none;
color: #6A7C98;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 249px;
background: #879A9B url(images/header2.jpg) no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
letter-spacing: 1px;
padding: 180px 40px 0 0;
color: #fff;
}

#header h1 span
    {
    color:#FF8C00;
    letter-spacing:.2em;
    }
	
#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: 7px 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: #879A9B; /* xxx */
	font: bold 7pt/30px verdana, sans-serif; 
	text-transform: uppercase;
	border-top: 3px solid #3C494D; border-bottom: 3px solid #3C494D; /* xxx */
	border-left: 3px solid #3C494D; border-right: 3px solid #3C494D;
	}
	
#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: #fff; }
#nav a:hover { background: #3C494D; color: #fff; }


/* Content in the middle of page */
#content {
background: #879A9B url(images/content2.jpg) repeat-y;
padding: 0 20px;
top: 0px;
	
}

/* Content in the middle of page */
.middle {
float: right;
width: 440px;
text-align: justify;
margin-right: 10px;
}

.middle h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
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: #fff;
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;
width: 145px;

}
.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 : #879A9B url(images/bottom2.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; }