@charset "utf-8";
/* CSS Document */


a:link {
	color: #3366FF;
	text-decoration:none;
}
a:active {
	color: #3366FF;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

#container {
	zoom: 1;
	width:800px;
	height: 100%;
	margin:0 auto;
	background-color: #ffffff;
	border: solid #999999 1px;
	overflow: visible;
	float: none;
}
#viewingWindow {
	width:700px;
	height:auto;
	margin:0 0 40px 80px;
	background-color: #ffffff;
	float: left;
}
#menu{
	height:50px;
	text-align:center;
	padding-top: 8px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
#contact{
	height:30px;
	width:799px;
	text-align:center;
	padding-top: 8px;
	margin-top: 40px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	background-color: #FFFFFF;
}

#desc{
	width:480px;
	height:30px;
	text-align:center;
	padding-top: 8px;
}
#hTemplate {
	width: 100px;
	height: 104px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	padding-top:26px;
}
#h2Template {
	width: 100px;
	height: 104px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	padding-top:16px;
}
#vTemplate {
	width: 100px;
	height: 123px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	text-align:center;
	padding-top:7px;
}.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}