body {
	background-color: black;
	color: white;	
}

#index{
	text-align: center;	
}

#index #title{
	font-size: 32px;
}

#index #splash{	
	margin-bottom: 50px;
	height: 400px;
	border: 0px;
}

#index #menu{
	position: relative;
	margin-left: 20%;
	/*width: 50%; or but only for 4 items.. then things drop to the bottom
	width: 600px; one possibility that works*/
}

#index .menu_item{	
	float: left;
	width: 150px;
	height: 200px;	
}

#index .menu_item img, #show_category img{	
	border: 2px solid gray;
}

#show_category .image{
	float:left;
	margin-left: 30px;
	height: 280px;
	
}

#show_category .image_title, #show_category .work_admin{
	text-align: center;	
}

#show_work #image{
	position: absolute;
	top: 30px;
	left: 230px;
	height: 600px;
	width: 500px;	
}


#show_work #back{
	position: absolute;
	top: 10px;
	
}

#show_work #description_1{
	position: absolute;
	top: 210px;
	left: 10px;	
	width: 170px;
	
}

#show_work #description_2{
	position: absolute;
	top: 550px;
	width: 460px;
		
	left: 210px;
}

#show_work #description_1, #show_work #description_2{
	background-color: black;
	border: inset 4px #878686;
	color: white;
	margin-left: 10px;
}

#show_work #description_1 .text, #show_work #description_2 .text{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#show_work #title{
	font-size: 42px;
	width: 200px;
	padding-top: 20px;
}

A:link, A:visited{
	color:gray;	
}

.clear{
	clear:both;
}
