@charset "utf-8";

body {
	font-size: 1.0em;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
	background: #ffffff;
	padding-top: 0px;
}

a { font-weight: bold;} 
a:link { color:#800000 ; text-decoration: none;}
a:visited { color: #400000; text-decoration: none;}
a:hover { color: #800000; text-decoration: underline; }
a:active { color: #aa0000; }
a:focus {outline: none;}

#wrap {
    background  : #ffffff;
    width       : 980px;
    margin      : 0 auto;
    padding     : 0;
	border-right: 6px solid #413121;
	border-left: 6px solid #413121;
	border-top: 6px solid #413121;
	border-bottom: 6px solid #413121;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;	
	-webkit-border-radius: 7px;

}
#top {
    background : #000000;
    width      : 980px;
    height     : 120px;
    text-align : center;
		color:#ffffff;
}

#top h2 {
 margin: 5px;
 font-family: Trebuchet MS;
 font-size: 1.6em;
 letter-spacing: 2pt;
 color: #ffffff;
 display: block;
}

#top a {
 color: #ffffff;
}

#navbar { 
    height     : 25px;
		color: #c0c0c0;
		background : #000000;
		padding: 10px;
		border-bottom: 6px solid #413121;
}
#navbar p{ 
	 margin: 10px;
}

#search { 
		padding: 10px;
}

#menu {
     width       : 20%;
	background: #ffffff;
     float       : left;
     padding     : 10px;
     margin      : 0;
     text-align  : left;
	border: none;
	font-size: 0.8em;
}


#content {
     width   : 75%;
     float   : left;
     padding : 10px;
     margin  : 0;
	 background: #ffffff;
	 color: #000000;
}

#content h1 {
 margin: 25px 0px 10px 5px;
 font-family: Tahoma;
 font-size: 1.4em;
 letter-spacing: 2pt;
 color: #000000;
 display: block;
}
#content h2 {
 margin: 15px 0px 10px 15px;
 padding: 5px 5px 5px 10px;
 font-family: Tahoma;
 font-size: 16px;
 font-style: normal;
 font-weight:bold;
 color: #FFFFFF;
 letter-spacing: 1pt; 
 border-left: 10px #68223E;
 display: block;
 border-bottom  : 1px dashed #7B1006;
 border-left  : 30px solid #7B1006;
}

#center h3 {
 margin: 5px 5px 15px 15px;
 font-family: Tahoma;
 font-size: 14px;
 font-style: normal;
 font-weight:bold;
 color: #FFFFFF;
  display: block;
}



div.clr {    clear  : both;}


#footer {
		background: #413121;
	  width: 980px;
	  height: 150px;
	  padding: 0;
	  color: #c0c0c0;
	  margin      : -6px auto;
		font-family: Tahoma;
 font-size: 0.8em;
}
