body {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
     }

#container {
 
  	width: 955px;  	
 	position:absolute;
  	left:50%;
  	margin-left:-470px; 
  	padding-bottom: 60px;
  	background: white;
  	border-left: 2px solid;
  	border-right: 2px solid;
  	border-bottom: 2px solid;
  	  	  	 	 }
  	#block {padding: 20px; margin-bottom: 70px;}
#main4{width:30%; position: relative; left: 100px;}

#header { width: 100%; }
#footer { width: 100%; height: 40px;position: absolute;
    bottom: 0; padding-bottom: 10px; padding-top: 20px;text-align: center; font-size: .5em;} 


#menu  {/*this is the main navigation menu*/
list-style-type: none;/*no bullets, numbers, etc.*/ 
padding-bottom: 5px;
margin: 0;
color: #971B19;
text-align: center;
height: 1em;
background: white;
/*sets the list on top of other elements it overlaps*/
border-bottom: 1px solid #000;
font-size: .9em;
}
ul#menu li {display: inline;float: left;position: relative;width: 150px;}/*inline rather than list-item for horizontal display*/

ul#menu li ul {display: none;  position: absolute; }

ul#menu li:hover ul { display: inline;}

ul#menu li ul li {}

.drop {
list-style-type: none;
position: absolute;
top: 16px;
left: 0;
z-index: 1;
padding: 5px;
margin-top: 3px;
margin-left: -7px;
margin-right: -7px;
color: #971B19;
text-align: center;
background: white;
width: 150px;
border-right:1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}

.dropitem {
display: block;
width:150px;
padding: 10px;
margin: -10px;
text-align: center;
}

ul.text6 {
list-style-type: none;
marker-offset: auto;
float: left;
color: black;
clear: both;
text-align: left;
}

ul.text6 li {clear: both}

a {text-decoration: none;color: #971B19;}

a:hover {font-weight: normal;text-decoration: underline;}


