.gallery {
	list-style: none none;
}

.gallery li {
	list-style: none none;
	display: inline;
}

.gallery li a {
	margin: 5px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: #000000;
	position: relative;
	float: left;
	display: block;
	width: 100px;
	height: 75px;
}

.gallery li a:hover {
	font-size: 100%;
	z-index: 2;
}

.gallery li a img {
	border: 0 none;
	position: absolute;
	width: 100px;
	height: 75px;
}

.gallery li a:hover img {
	border: 1px solid #333333;
	padding: 4px;
	background-color: #000000;
	width: 200px;
	height: 150px;
	left: -50px;
	top: -37px;
	z-index: 1;
}

.gallery_contain {
	padding: 15px 35px 0px 0px;
	margin: 0 auto;
}

.gallery_clear {
	clear: both;
	height: 35px;
}

.fullimg {
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #000000;
	border: 1px solid #333333;
}

.fullimg_clear {
	clear: both;
	height: 1px;
}

.imgarea {
	width: 750px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border: 1px solid #333333;
	background-image: url(./tile.jpg);
	background-repeat: repeat;
	background-position: top left;
}

.imgtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 12px 0 3px 0;
}

.question {
	float: left;
	text-align: right;
	width: 370px;
	color: #717B8A;
}

.answer {
	float: right;
	text-align: left;
	width: 370px;
}

a:hover {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #7AB60B;
	text-decoration: none;
}

.all {
	padding: 10px 0 0 0;
}

.mainpic_holder {
	text-align: center;
	height: 140px;
	margin: 30px 5% 25px 5%;
	border: 1px solid #333333;
	background-color: #000000;
}

.mainpic {
	text-align: center;
	height: 130px;
	width: auto !important;
	width: 100%;
	margin: 5px;
	background-color: #000000;
	background: url(./hexagon_2.gif) repeat top left;
	overflow: hidden;
}