@charset "UTF-8";
/* CSS Document */

body {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffef52;
	margin: 0;
	padding: 0;
	color: #681d10;
	background-image: url(../images/ind/background.gif);
	background-repeat: repeat-x;
	color: #551e00;
}

input, textarea  {
	color: #666;
	font-size: 11px;
	border: 1px solid #F60;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

a:link, a:visited {
	color: #551e00;
	text-decoration: underline;
}
a:hover {
	color: #f30;
	text-decoration: none;
}

#contentleftholder {
	width: 640px;
	float: left;
}
#contentleft {
	width: 624px;
	background-image: url(../images/ind/center_bkg.jpg);
	background-repeat: no-repeat;
	border-left: solid 1px #563427;
	border-right: solid 1px #563427;
	background-color: #e4e0c1;
	float: left;
	padding: 2px 7px 2px 7px;
}

#contentlefttopimage {
	background-image: url(../images/ind/center_top.gif);
	width: 640px;
	height: 5px;
	float: left;
}
#contentleftbotimage {
	background-image: url(../images/ind/center_bottom.gif);
	width: 640px;
	height: 5px;
	float: left;
}
#contenttitle {
	background-image: url(../images/ind/title_main_bkg.gif);
	background-repeat: no-repeat;
	width: 624px;
	height: 34px;
	padding-top: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	float: left;
}

