* {
	margin: 0;
	padding: 0;
}

body {
background: #13100C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #FFFFC0;
}

a {
text-decoration: none;
color:#FFFFC0;
}
a:hover {
text-decoration: underline;
color: #BCBC8E;
}

#wrap {
margin-top: 20px;
margin-bottom: 20px;
border: 2px solid #665641;
background: #352D22;
margin-left: auto;
margin-right: auto;
width: 802px;
border-radius: 6px;
box-shadow: #665641 0px 0px 20px;

}

#header {
	width: 780px;
	height: 110px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: #2A241B;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border: 1px solid #665641;
	border-radius: 6px;
	box-shadow: #665641 0px 0px 10px;

}
#header h1 { 
font-size: 24px;
text-shadow: #737356 0px -0px 2px;
letter-spacing: -1px;
padding: 32px 0 0 100px;
color: #13100C;
}
#header h1 a { 
color: #FFFFC0;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #FFFFC0;
}
#header h2 {
font-size: 16px;
color: #FFFFC0;
text-shadow: #737356 0px -0px 2px;
padding: 0px 0px 0px 100px;
letter-spacing: -1px;
font-weight: 100;
}

#header h3 {
font-size: 15px;
color: #FFFFC0;
text-shadow: #737356 0px -0px 2px;
padding: 1px 0px 0px 330px;
letter-spacing: -1px;
font-weight: 100;
}


.headlinks {
color: #FFFFC0;
font-family: Arial, Sans-Serif;
font-size: 12px;
float: right;
padding-right: 5px;
margin: 0;
text-shadow: #737356 0px -0px 2px;
}

.headlinks a {
color: #FFFFC0;
}

.headlinks a:hover {
text-decoration: none;
}


#menu {
	float:left;
	width:780px;
	height: 30px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	background: url(/images/button.jpg);
	font-size:18px;
	line-height:normal;
	border: 1px solid #665641;
	border-radius: 6px;
	box-shadow: #665641 0px 0px 10px;
	}
	
#menu ul {
	margin:0;
	padding:0px 0px 0px 25px;
	list-style:none;
	color: #FFFFC0;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a:hover {
	color: #BCBC8E;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 20px;
	
	}
	
 

#content {
padding: 0 10px;
}

.left {
	margin-top: 10px;
	margin-right: 10px;
float: left;
background-color: #2A241B;
width: 570px;
text-align: justify;
padding-top: 0px;
border-left: 1px solid #665641;
border-right: 1px solid #665641;
border-bottom: 1px solid #665641;
border-radius: 6px;
box-shadow: #665641 0px 0px 10px;
}

.left ul {
background: #2A241B;
padding: 10px 0 15px 20px;
color: #FFFFC0;
}

.left h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
text-align: center;
line-height: 30px;
background: url(/images/button.jpg);
border-bottom:  1px solid #665641;
border-top: 1px solid #665641;
border-radius: 6px;

}
.left h2 a {
text-decoration: none;
color: #FFFFC0;
}
.left h2 a:hover {
color: #FFFFC0;
}

.right {
margin-top: 10px;
margin-left: 5px;
float: right;
width: 190px;
border-left: 1px solid #665641;
border-right: 1px solid #665641;
border-bottom: 1px solid #665641;
border-radius: 6px;
box-shadow: #665641 0px 0px 10px;
}
.right h2 {
margin-top: 0px;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: url(/images/button.jpg);
border-top: 1px solid #665641;
border-bottom: 1px solid #665641;
border-radius: 6px;
 
 
font-size: 13px;
}
.right ul {
background: #2A241B;
padding: 10px 0 15px 20px;
border-radius: 6px;
 
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {

}
.articles {
padding: 10px;
}

img {
display: block;
float: center;
margin: 4px;
margin-left: auto;
margin-top: 0px;
margin-right: auto;
border: 1px solid #665641;
border-radius: 3px;
box-shadow: #665641 0px 0px 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #FFFFC0;
background-color: #2A241B;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
border-top: 1px solid #665641;
border-left: 1px solid #665641;
border-right: 1px solid #665641;
border-bottom: 1px solid #665641;
border-radius: 6px;
box-shadow: #665641 0px 0px 10px;
padding-top: 10px;
padding-bottom: 20px;
}
#footer a { color: #BCBC8E; }
#footer a:hover { color: #00f0f0; }