body {
	margin-top: 0px;
	margin-left: 0px;
	align: left;
}

#menu {
	position:absolute;
	margin-left:0px;
	align: left;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#dpContent {
	position:absolute;
	margin-left:0px;
	align: left;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.mnTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.menuTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}


A.menuLink:link {color:#000000; font-family: arial; font-size: 13px; text-decoration: none; font-weight: bold} 
A.menuLink:visited {color: #000000; font-family: arial; font-size: 13px; text-decoration: none; font-weight: bold} 
A.menuLink:hover {color:#EB3005; font-family: arial; font-size: 13px; text-decoration: none; font-weight: bold} 
A.menuLink:active {color:#000000; font-family: arial; font-size: 13px; text-decoration: none; font-weight: bold}

A.redLink:link {color:#EE3205; font-family: arial; font-size: 12px; text-decoration: none; font-weight: none} 
A.redLink:visited {color: #EE3205; font-family: arial; font-size: 12px; text-decoration: none; font-weight: none} 
A.redLink:hover {color:#000000; font-family: arial; font-size: 12px; text-decoration: none; font-weight: none} 
A.redLink:active {color:#EE3205; font-family: arial; font-size: 12px; text-decoration: none; font-weight: none}

   DIV#gallPic {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: 7;
	visibility: hidden;

   }
DIV#gallUnder {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: #000000;	
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	visibility: hidden;

   }