@import "main.css";

.gallery	{
			background:			#ddd;
			border-top: 		1px solid #aaa;
			border-bottom: 		1px solid #aaa;
			width: 				760px;
			height:				100%;
			vertical-align:		middle;
			text-align:			center;
			display: 			table-cell;
			margin-left: 		auto;
			margin-right:		auto;
			padding-top:		10px;
			padding-bottom:		5px;
			}
			
img {
	vertical-align: middle;
}  			
			
#nexprev a:link 	{
					width:				750px;
					height:				75px;
					color: 				#055d90;
					background-color: 	none;
					border: 			1px solid transparent;				
					font-family:  		Tahoma, Arial, Helvetica, sans-serif;
					font-size: 			0.7em;
					text-align: 		center;
					margin-left: 		auto;
					margin-right: 		auto;
					margin-top:			15px;
					margin-bottom: 		15px;
					padding: 			4px;
					}


#nexprev a:visited {
					width:				750px;
					height:				75px;
					color: 				#3D59AB;
					background-color: 	none;
					border: 			1px solid transparent;				
					font-family:  		Tahoma, Arial, Helvetica, sans-serif;
					font-size: 			0.7em;
					text-align: 		center;
					margin-left: 		auto;
					margin-right: 		auto;
					margin-top:			5px;
					margin-bottom: 		5px;
					padding: 			4px;
					}				
	
#nexprev a:active 	{
					width:				750px;
					height:				75px;
					color: 				#3D59AB;
					border: 			1px solid transparent;	
					font-family: 		Helvetica, sans-serif;
					font-size: 			0.7em;
					text-align: 		center;
					margin-left: 		auto;
					margin-right: 		auto;
					margin-top:			5px;
					margin-bottom: 		5px;
					padding: 			4px;

					}

#nexprev a:hover 	{
					width:				750px;
					height:				75px;
					color: 				#d56600;
					background: 		#fff;
					border:				1px solid #055d90;	
					font-family: 		Tahoma, Arial, Helvetica, sans-serif;
					font-size: 			0.7em;
					text-decoration:	underline;
					text-align: 		center;
					margin-left: 		auto;
					margin-right: 		auto;
					margin-top:			5px;
					margin-bottom: 		5px;
					padding: 			4px;
					}
					
#norm a:link 		{ 
			color: 				blue;
			background-color:	white;
			border: 			none;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			1em;
			font-weight:		normal;
			text-align: 		center;
}

#norm a:visited 	{
			color: 				#ba55d3;
			background-color:	white;
			border: 			none;
			font-family:		Tahoma, Arial, Helvetica, sans-serif;
			font-size: 			1em;
			font-weight:		normal;
			text-align: 		center; 
}

#norm a:active 	{ 
			color: blue;
			background-color:	red;
			border: 			none;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			1em;
			font-weight:		normal;
			text-align: 		center;
}

#norm a:hover 	{
			color: 				red;
			background-color:	white;
			border: 			none;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size: 			1em;
			font-weight:		normal;
			text-align: 		center; 
}

div.menu_bkgnd {
   width: 95%;
   background: url("../images/blue_bar.gif") repeat-x;
   border-top: 1px solid #eff9fd;
   border-bottom: 1px solid #eff9fd;
   text-align: 		center;
   margin-left: 		auto;
   margin-right: 		auto;
   vertical-align:		middle;
}

.menu_bkgnd {
	height: 35px;
	}

a img {
		border: 1px solid #fff;
	}

a img:hover {
		border: 1px solid #06c;
	}

a.blank img:hover {
		border: 1px solid #fff;
}