@charset "utf-8";
/* CSS Document */

#boxgrid{ 
				width: 892px; 
				height: 442px; 
				margin:0px; 
				float:left; 
				background:#161613; 
				border: solid 2px #CCCCCC; 
				overflow: hidden; 
				position: relative; 
			}
			
#boxgrid-gallery{ 
				width: 892px; 
				height: 50px; 
				margin:0px; 
				float:left; 
				background:#c1c1c1; 
				border: solid 2px #CCCCCC; 
				overflow: hidden; 
				position: relative; 
			}
			
				#boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				
				
#boxcaption{
	float: left;
	position: absolute;
	background-image:url(../images/Nav-Bar-Off.png);
	background-repeat:no-repeat;
	height: 100px;
	width: 100%;
	top: 396px;
	left: 0px;
	height: 48px;
	z-index: 1;
 			}
			
#boxcaption-gallery{
	float: left;
	position: absolute;
	background-image:url(../images/Nav-Bar-Off.png);
	background-repeat:no-repeat;
	height: 48px;
	width: 100%;
	left: 0px;
	height: 48px;
	z-index: 1;
 			}
			
#nav22 {
width:892px;
height:42px;
position:relative;
}

#nav22 ul {
list-style: none;
padding: 0;
margin: 0 0 0 17px;
}

#nav22 li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#nav22 li a {
	padding:6px 0px 5px 0px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
}

#nav22 li a:hover {
	padding:6px 0px 4px 0px;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
	background: url(../images/ul.png) repeat-x 100% 100%;
}
 		

