/* Murder Mystery Productions - CSS Document */

#container {
	width:950px;
	margin:0 auto;
	}
	
#navigation table {
	border: #ccc 1px solid;
	background-color:#000;
	font-family: verdana, Garmond;
	color:#000;
	}
	
#navigation a:hover {
	color:#fff;
	}	

#top_image {
	float:left;
	width:160px;
	height:350px;
	margin:10px;
	}

#top_txt {
	float:right;
	}
	
#top_txt p {
	margin: 15px;
	}	