body{
	font-family:verdana;
	font-size: 9px;
	z-index: -1;
}
	#container{
		width: 900px;
	}
				
			#logo{
				border: 0px;
				position: relative;
				left: 71px;
				top: 50px;	
			}
			
			#header{
				width: 900px;
				height: 168px;	
			}
			
			#menu{
				position: relative;
				left: 42px;				/*alignment*/
			    list-style-type: none;
			    text-decoration: none;
			    width: 70px;
			}
				
				a{
					color: black;
					text-decoration: none;	
					display: block;
					height: 12px;
				}
				
				.menuitem:hover {
					background-color: #EEEEEE;
				}
				
				#currentlyselected {
					background-color: #EEEEEE;	
				}
				
			#content{
				float: left;
				position: relative;
				bottom: 88.5px;
				left: 350px;
				width:600px;
				overflow:hidden;
			}

