/* CSS Document */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(../contact/images/contact_bg.gif);
	background-repeat: repeat-y;
}

#leftNavSection {
	width:188px;
	padding:0px;
	float:left;
}

#contactFieldSection {
	width: 330px;
	float: left;
}

#interestFieldSection {
	width: 210px;
	float: right;
}

#contactFieldSection label {
	width: 10em;
	float: left;
}

#interestFieldSection label {
	width: 14em;
	float: left;
}

#buttonSection {
	float: left;
	width: 400px;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #cab946;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #cab946;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

#freeBookTextContact 
{
	padding: 15px;
	background-color: #eee8bf;
	width: 160px;
}
