body, html {height: 100%;}
#outer {height: 100%; overflow: visible;} /* or without overflow */
body {
	background-color: #64646e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#container {
	height: 100%;
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left-color: #55555e;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-color: #55555e;
	border-right-style: solid;
	border-right-width: 5px;
	background-image: url(images/back.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#top {
	float: left;
	height: 85px;
	width: 730px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}
#photo {
	float: left;
	height: 150px;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
}
#textsection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#photoinsert {
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#textcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #999999;
	float: right;
	width: 130px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #eeeeee;
}
#eqcreative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin: 10px;
	float: left;
	width: 100%;
	text-align: center;
}
#eqcreative a:link,a:visited {
	font-weight: bold;
	color: #FF9600;
	text-decoration: none;
}
#eqcreative a:hover {
	font-weight: bold;
	color: #FF9600;
	text-decoration: underline;
}
.contactbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 50%;
	vertical-align: top;
	text-align: left;
}.formheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 125px;
}
.formboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #9795FF;
	width: 375px;
}
.submitbox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
	width: 100px;
}
a:link {
	color: #9795FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9795FF;
}
a:active {
	text-decoration: none;
	color: #9795FF;
}
a {
	font-weight: bold;
}
