body{
background:black;
}#wrapper{
	margin:5px auto 5px auto;
	width:1000px;
	height:1450px;
	background:#fff;
	overflow:none;
	
}
#culliver{
	float:right;
	margin:10px;
}

#hr1{
	background:red;
}

#image2{
	float:left;
	margin:10px;
}
p{
	text-indent:20px;
}

#header{
	padding-top:25px;

	margin:25px auto 25px auto;
	background:white;
	text-align:center;

}
#sidebar{
	width:150px;
	float:left;
	margin:75px 5px 0 5px;
	height:1200px;
	border-right: solid 1px #441a46;
}

#content{
	width:700px;
overflow:none;
	margin:100px 0 0 200px;

	
}

#menu{
	behavior:url(../../lib/js_tools/csshover.htc);/*for internet explorer*/
/*	border:1px solid black;*/
	width:125px;
	padding:0;


}
#menu a:visited{
	color:purple;
}


#menu ul li{

	margin-bottom:15px; /* sets the margins for the listl*/
	display:block;
	text-align:left;

}

#menu li{
	list-style-type:none;/*remove bullets*/
	

}


#menu li a{
	text-decoration:none;/*remove underlines from all links*/
	width: ; /*sets width of text box*/
		
		display:block;
	
	}

#menu ul li a:hover{
	
	background-color:#403d3d; /*sets the list item background color when mouse is hovered*/
	color:white;

	}

#menu li ul{
	
	display:none;/*hides submenus(nested lists)*/
	}
	
#menu li:hover ul{
	
	display:block;/*reveals submenus when hovering*/
}

#menu li:hover ul a {
	background-color:transparent; /*removes the background color from submenu links*/
	color:red;
	padding-top:5px;
	margin:0;
	text-align:left;
}

#footer{

	color:#000;
	text-align:center;
}