body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 4%; /* moves centering of page down by 60px */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 200px;
	width: 850px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

p {
	font-size: 80%;
}
#navwrap { /* Main Navigation width and height rules */ 
	height: 473px; /* height: 370px; */
	width: 78px;  /* width: 99px; */
	background-color: none;
	border-top: solid white 7px;
	color: #FFFFFF;
	
	border-right-width:22px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
}
#navwrap #nav ul{
	border-right: 5px none #FFFFFF;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	font-size: 11px;
}
#navwrap #nav ul li{
	width: 68px; 
	height:68px;/* 68px; */ 
	padding: 0;
	margin: 0; 
	background-color: #D9D5D2;
	border-bottom: 10px solid #FFFFFF;
}
#navwrap #nav ul li a{
	color: #FFFFFF;
	display: block;
	padding: 7px 0 10px 3px;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
	
}
#navwrap #nav ul li a:hover, #nav ul li a:focus{
	background-color: #D21034;
}
#navwrap #nav ul li a h5 {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:15px;
}

#subnav ul{
	margin: 0;
	padding: 0;
	font-size: 11px;
	float:right;
	width: 105px;
	vertical-align: top;
	clear: both;
	padding-right:90px; /* moves the links at bottom of page to the left */
	padding-bottom:40px;
}

#subnav ul li{
	display: inline;
	padding: 0;
	margin: 0; 
}

#subnav ul li a{
	width: 16px;
	height:16px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18.5px;
	color: white;
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #D9D5D2;
	border-right: 5px solid #D9D5D2;
	border-top: 5px solid #D9D5D2;
	float: left;
}
#subnav ul li a:hover, #subnav ul li a:focus{
	background-color: #D21034;
}

.pgno {
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom:10px;
}
.pghome {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D9D5D2;
	margin: 0px;
	padding: 6px 4px;
	border-top: 4px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-left: 4px solid #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}

#arrows a{
	width: 16px;
	color: #5C5C5C;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0; 

}
#arrows  a:hover, #arrows  a:focus{
	background-color: #D21034;
}
.thumbs a:hover {
	border: 3px solid #FFFFFF;
}
.thumbs a {
	border: 3px solid #D9D5D2;
}

td.homePageImg
       {
	    padding-left:90px;
		}
		
td#main_image_view
        {
		top:50px;
		}
		
div.move_child1
            { /* Viewable by IE ONLY using _underscore */
			_float:left;
			_left:-102px;
			_background-color:#D21034;
			_height:88px;
			_width:90px;
			_position:absolute;
			_top:0px;
			}		
			
div.move_child1 > p {/* Child selectors only supported by mozilla, safari, and opera 7.5 */
		    float:left;
			left:-102px;
			margin-top:-1px;
			background-color:#D21034;
			height:88px;
			width:90px;
			position:absolute;
			top:0px;
		  }			