﻿html { 
	overflow			:scroll;
	height: 			100%;
	}

body { 
	font-family: 		sans-serif; 
	color: 				#fff; 
	font-size: 			9pt;
	font-style: 		normal;
	font-weight: 		normal;
	text-align:			center;
	padding:			0px;
	margin: 			0px;
	width:				100%;
	height: 			100%;
	color: 				#ffffff;
	background: 		#fff url('http://www.m3imagery.com/exposuremanager/images/EMBody_BG.jpg') repeat-y 50% 0;
	}

#TopLogo {
	margin-right:		auto;
	margin-left:		auto;
	width:				100%;
	height:				120px;
	background:			white url('http://www.m3imagery.com/images/TopLogoFull.jpg') no-repeat center top;
	border: 			0px solid #0f0;
	}

#Nav {
	margin-right:		auto;
	margin-left:		auto;
	top:				0px;
	width:				970px;
	height:				35px;
	border: 			0px solid #0f0;
	background: 		#fff url('http://www.m3imagery.com/exposuremanager/images/Nav_BG.jpg') repeat-x;
	}
	
#Nav a:link {
	color:				black;
	}
	
#Nav a:visited {
	color:				black;
	}

#Nav a:hover {
	color:				#8DC209;
	}


#select_photos_bar {
	display:			none;
	}

a:link {
	color:				#8DC209;
	}

a:visited {
	color:				#8DC209;
	}

a:hover {
	color:				white;
	}



#menu {
	width:				1020px;
	}
