/* START MAIN SITE INFO */
html
{
	margin: 0;
	padding: 0;
}
body 
{
	width: 778px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 20px;
	background-image: url('../img/main_bg.gif');
	background-repeat: repeat-y;
}
td
{
	font-size: 12px;
}
a
{
	color: #008FC4;
	text-decoration: underline;
}
h1
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #008FC4;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
/* END MAIN SITE INFO */

/* START HEADER PART */
#headerwrap
{
	width: 778px;
	height: 336px;
}
#headerleft
{
	float: left;
	width: 250px;
	height: 336px;
	background-color: #008FC4;
}
#headerright
{
	float: left;
	width: 528px;
	height: 336px;
}
#logo_payoff
{
	padding-top: 30px;
	text-align: center;
}
#menubuttons
{
	padding-left: 20px;
	padding-top: 30px;
}
#menuimg
{
	position: absolute;
	top: 225px;
	left: 148px;
}
/* END HEADER PART */

#contentwrap
{
	width: 778px;
}
#menu
{
	float: left;
	width: 250px;
	background-color: #000;
}
#content
{
	float: left;
	width: 528px;
	background-color: #F6F6F6;	
}
#menu_outsidelinks
{
	padding-left: 20px;
	padding-top: 19px;
	padding-bottom: 20px;
}
#breadcrumbs
{
	width: 528px;
	height: 20px;
	background-color: #CCC9C0;
	font-size: 10px;
}
#text
{
	padding: 20px;
	width: 488px;
}
.inputtext
{
	border: solid 1px #333;
	width: 200px;
}
.textarea
{
	border: solid 1px #333;
	width: 330px;
	height: 150px;
}
.inputbuttons
{
	width: 150px;
}