body {font-family:verdana, arial, sans-serif; font-size:11px;}

a{color:50050E;}

#container {
background-color: white; 
background-image: url('images/bodybackground.jpg'); 
background-repeat: repeat-x; 
width: 900px; 
text-align: left; 
border: 1px solid black; 
margin-left: auto; 
margin-right: auto; 
margin-top: 0; 
margin-bottom: 0; 
background-position: bottom center;
}


h1 {
font-family: "Verdana", Arial, mono;
font-size: 12px;
font-weight: bold;
}

h2 {
font-family: "Verdana", Arial, mono;
font-size: 8px;
font-weight: normal;
}

h3 {
font-family: "Verdana", Arial, mono;
font-size: 8px;
font-weight: normal;
}

h4 {
font-family: "Verdana", Arial, mono;
font-size: 8px;
font-weight: normal;
}


.nav {padding:0; margin:0; width:0;}

.nav li {list-style-type:none; width:95px; margin:2px 0; clear:both;}

.nav a, .nav a:visited {position:relative; display:block; width:90px; border:1px solid #e5e5e5; background-color:#e5e5e5; color:#800000; font-weight:bold; padding: 4px 0 4px 3px; text-decoration:none;}

.nav a span, .nav a:visited span {display:none;}

.nav a:hover, .nav a#current {color:#800000; background-color:#fff; border:1px solid #fff; text-decoration:none;}

.nav a:hover span, .nav a#current span {position:absolute; display:block; left:97px; top:2px; width:0px; height:0px; border-left:8px solid #FFFFFF; border-top:8px solid #fff; border-bottom:8px solid #fff; font-size:1px; line-height:0;}

* html .nav a:hover span, * html .nav a#current {width:8px; height:16px; w\idth:0; he\ight:0;}


