@charset "utf-8";
/* CSS Document */
body {
	background-color:#ffffff;
	font-family:Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	min-width:900px;
}
#address {
	font-size:16px;
	font-variant:small-caps;
	float:right;
	margin: 5px 30px;
	color: #333333;
}
#socnetlinks {
	float:right;
}
#container {
	text-align:left;
	margin:auto;
	width:880px;
}
#content {
	text-align:left;
	padding: 20px;
	min-height:300px;
}
.biglink {
	text-align:center;
	font-size:24px;
	color:#090;
}
.biglink a {
	text-decoration:none;
	color:#090;
}
.biglink a:hover {
	text-transform:none;
	color:#0F0;
}
.question {
	font-weight:bold;
}
#footer {
	text-align:center;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-transform:capitalize;
}
#footer a {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-variant:small-caps;
	text-decoration:none;
}
#footer a:hover {
	color:#090;
}

.backgroundcell {
	background-image:url(../images/LandingImg.jpg)
}
/*********************************************************************************************/

#gallery_tab td{
	width:267px;
	text-align:center;
}
	#gallery_tab td img{
		border:0;	
	}
	#gallery_tab td .thumb_front{
		height:200px;
		position:absolute;
	}
	.thumb_small{
		width:150px;
		margin-left:58px;	
	}
	.thumb_wide{
		width:267px;
	}
		.thumb_front_left{
			width:50%;
			height:200px;
			background-image:url(../images/thumbFront2.png);
			background-position:left top;
			float:left;
		}
		.thumb_front_right{
			width:50%;
			height:200px;
			background-image:url(../images/thumbFront2.png);
			background-position:right top;
			float:right;
		}
		
		.thumb_front:hover .thumb_front_left{
			background-image:url(../images/thumbFront2.png);
			background-position:left bottom;
		}
		.thumb_front:hover .thumb_front_right{
			background-image:url(../images/thumbFront2.png);
			background-position:right bottom;
		}
	