* {
    padding: 0;
    margin: 0;
} 

body {
background : #4c320d url(bg.jpg) center repeat-y;
font-family: verdana, sans-serif;
font-size: 13px;
color: #424542;
line-height: 100%;
}

a:link {
	color: #336699;
	}
	
a:visited {
	color: #336699;
	}
	
a:hover {
	color: #336699;
	}
	
a:active {
	color: #336699;
	}
	
img { border: none; }
ul {padding:0; margin: 0;}

#wrap { 
margin: 0 auto;
width: 880px;
}

#header{ 
height: 80px;
background: #F7C65E url(headerbg.jpg) repeat-x;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 20px 0 0 10px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #eee;
padding: 5px 0 0 10px;
letter-spacing: -1px;
font-weight: 100;
}

#headermenu {
background: #554422 url(menubg.jpg) repeat-x;
height: 30px;
line-height: 30px;
}

#headermenu ul {
margin: 0;
list-style-type: none;
}

#headermenu li{
float:left;
padding: 0 5px 0 10px;
margin: 0;
}
	
#headermenu li a {
text-decoration: none;
color: #fff;
font-weight: 600;
font-size: 11px;
}

#headermenu li a:hover {
text-decoration: underline;
}

#container {
float:left;
width:100%;
background: #FEF8EA;
}

#content{
margin: 0px 200px 0px 200px;
padding: 10px;
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
text-align:justify;
font-size:11px;
background: #fff;
 }
 
#content h2{margin: 0 0 5px 0;color: #E25112; font-size: 14px; font-weight: 100; }
#content h2 a { text-decoration: none; }
#content h2 a:hover { text-decoration: underline; }
 
#navigation{
float:left;
width:180px;
margin-left:-880px; 
padding: 0 10px;
margin-top: 20px;
}

#navigation h3 {
	margin: 3px 0 7px 0;
	font-size: 10px;
	color: #424542;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 5px;
	text-transform: uppercase;
	}

#navigation ul {

	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 125%;
	text-align: left;
	list-style-type: square;
	color: #336699;
	display: block;
	}
	
#navigation li {
	margin-left: 0;

	}
	
#navigation ul li a {
	text-decoration: none;
	}
	
#navigation ul li a:hover {
	text-decoration: underline;
}	
		
#extra{
float:left;
width:180px;
margin-top: 20px;
margin-left:-200px; 
padding: 0 10px;
}

#extra h3 {
	margin: 3px 0 7px 0;
	font-size: 10px;
	color: #424542;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 5px;
	text-transform: uppercase;
}
	
#extra ul {
    position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	line-height: 125%;
	text-align: left;
	list-style-type: square;
	color: #336699;
	display: block;
	}
	
#extra li {
	margin-left: 0;

	}
	
#extra ul li a {
	text-decoration: none;
	}
	
#extra ul li a:hover {
	text-decoration: underline;
	}	


.footer {

margin:30px auto 0 auto;
padding: 5px;
text-align: center;
color: #aaa;
font-size: 11px;
}

.footer a { text-decoration: none; }


.paginator { background: #f7f7f7; margin-top: 10px; font-size: 10px; padding: 10px; margin-left: auto; margin-right: auto; }


form { padding: 0; margin: 0;}
fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0;}
input { margin: 0; }
input.text {  border: 1px solid #ccc; padding: 3px; }
textarea {width: 97%; height: 20em; padding: 3px; border: 1px solid #ccc;}


