﻿#wrapper {
	 width: 760px; 
	 height: 500px; 
	 margin:0 auto
}

#header {
	 height: 100px;
	 
}

#nav-bar {
	 width: 760px; 
	 height:19px;
	 margin-top:5px;		 
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #507D3C;
}

#left-colum {
	 width: 200px; 
	 height: 225px; 
	 float:left; 
	 margin-top:30px
}

#content {
	 width: 535px; 
	 float:left; 
	 height: 260px; 
	 margin-top:23px; 
	 text-align:left; 
	 margin-left:20px;
	 text-align:justify;
}

#footer {
	 height: 50px; 
	 width: 755px;
	 margin-top:5px;
	 float:left; 
}





