#image_body {
 background-color: black;
}

#image_pic {
 background-color: black;
}

#image_nav {
 background-color: black;
 color:  white
}

#image_date {
 color: white;
 font-style:  italic
}

#image_caption {
 color: white;
}

#image_full_res {
 color: white;
}

#gallery_date {
 color: white;
 font-style:  italic;
}

#gallery_title {
 color: white;
}

#gallery_nav {
 background-color: black;
 color: white;
}

#gallery_grid {
 background-color: black;
 border: 0;
}

#gallery_body {
 background-color: black;
}

#thum_image{
 border: 0;
 border-color: green;
}

#nav_year{
 font-weight:  bold;;
}

#nav_month{
 font-style:  normal;
}

#nav_day{
 font-style:  italic;
}


#video_body {
 background-color: black;
}

#video_pic {
 background-color: black;
}

#video_nav {
 background-color: black;
 color:  white
}

#video_date {
 color: white;
 font-style:  italic
}

#video_caption {
 color: white;
}

#video_title {
 color: white;
 font-style:  normal;
 font-weight: bold;
}

	body {
		background-color: gray;
                color: white;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : white;
		text-decoration : none;
		background-color : gray;
		border : 1px solid white;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : gray;
		background-color : white;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}