/* CSS styles */

#main {
	margin:0px;
	width: 440px;
	position: relative;
	left: 20px;
}
#preview {
	position:relative;
	width:410px;
	height:213px;
	background-image: url(images/frameGW.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 18px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
#img_text {
	position:relative;
	width:400px;
	margin:0px auto;
	height: 26px;
}
.gallery {

	float:left;
	padding: 3px;
}

.clearing {
	clear:both;
	height: 10px;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #004E9B;
}
.textDiv {
	position:relative;
	width:400px;
	margin:0px auto;
	height: 25px;
	color: #004E9B;
}

