@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #000;
}
#formHolder {
	width: 190px;
	background-color: e1e1e1;
}
#shadow {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}
#header0 {
	background-color: #666;
	height: 3px;
	width: 800px;
}
#header1 {
	background-color: #FFF;
	height: 365px;
	width: 800px;
}
#buttons {
	height: 40px;
	width: 800px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#info {
	width: 680px;
	height: 158px;
	background-image: url(../images/info.gif);
	color: #EAE1D5;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: normal;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 20px;
	line-height: 26px;
}
#gradient {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 800px;
}
#content {
	width: 800px;

}
#content3 {
	float: right;
	height: auto;
	width: 550px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#content2 {
	width: 190px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E2E2E2;
	height: 1690px;
}
.header1 {
	color: #D38329;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.header2 {
	color: #D38329;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin-top: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
}
.quote_text {
	margin-right: 100px;
	margin-left: 100px;
	color: #4A4A4A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.goto_text {
	font-style: italic;
	color: #D38329;
	font-weight: bold;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin-top: 5px;
}
.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}
.centering {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}




#gradient_invert {
	background-image: url(../images/gradient_invert.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 800px;
	clear: both;
}

#footer {
	height: 35px;
	width: 800px;
	background-image: url(../images/footer.gif);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	clear: both;
}
#footer_shadow {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_shadow.png);
	height: 15px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
}
a {
	color: #DD9B53;
	text-decoration: none;
}
#shadow #wrapper #footer p {
	font-size: 12px;
}

