@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/back.jpg);
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #FDF1C7;

}
a {
	font-size: 12px;
}
a:link {
	color: #FDF1C7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FDF1C7;
}
a:hover {
	text-decoration: none;
	color: #D59951;
}
a:active {
	text-decoration: underline;
	color: #D59951;
}
.thrColLiqHdr #container {
	width: 766px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px; /* this overrides the text-align: center on the body element. */
	height: 800px;
}
.thrColLiqHdr #top {
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColLiqHdr #left {
	width: 220px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
.thrColLiqHdr #right {
	width: 380px;
	padding-top: 20px;
	padding-left: 30px;
	float:left;
}
h1 {
	font-size: 16px;
}
input {
	border-color: #FDA;
	background-color: #FDA;
	color: #660000;
}
select {
	border-color: #FDA;
 	background-color: #FDA;
 	color: #660000;
}
textarea {
	border-color: #FDA;
 	background-color: #FDA;
 	color: #660000;
}
