
/********************* general ********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2b2708;
}


/*********************************** main ********************************************/
#main {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_inside.gif);
	background-repeat: repeat-y;
}

#mainhome {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat-y;
}

#top {
	width: 924px;
	height: 17px;
	float: left;
	background-image: url(../images/main_top.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#bottom {
}

#bar {
	width: 3px;
	height: 800px;
	float: left;
}

/*************************** navigation **************************/
#navigation {
	width: 175px;
	float: left;
}

/****** header *******/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 175px;
	height: 125px;
	float: left;
}

#navcontainerbg {
	width: 172px;
	float: left;
	background-image: url(../images/bg_nav.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#navcontainer {
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
}

#navcontainer li a
{
	display: block;
	padding: 3px 6px 3px 6px;
	width: 158px;
	font-size: 12px;
	text-align: right;
	color: #000000;
	border-bottom: 1px solid #f5eee1;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #966d4f;
	border-bottom: 1px solid #ffffff;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
}

#navcontainer li li a
{
	display: block;
	padding: 3px 6px 3px 6px;
	width: 158px;
	color: #ffffff;
	background-color: #685e00;
	border: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #f5eee1;
	border: none;
}


/************************** content *******************/

#mainbody {
	width: 740px;
	float: right;
	padding-right: 3px;
}

/*********** for homepage *********/
#columnleft {
	width: 534px;
	float: left;
}

#welcome {
	width: 534px;
	height: 415px;
	float: left;
	background-image: url(../images/bankruptcy.jpg);
	background-repeat: no-repeat;
}

#columnright {
	width: 202px;
	float: right;
}
/********** end of homepage ************/

/********** inside page ****************/
h1 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/bg_title.gif);
	background-repeat: no-repeat;
	width: 729px;
	height: 22px;
	padding-left: 11px;
	padding-top: 42px;
	float: left;
}

#maininside {
	width: 719px;
	float: left;
	padding-left: 21px;
	border-top: 1px solid #f5eee1;
	background-image: url(../images/bg_box.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f5eee1;
}

#breadcrumb {
	width: 699px;
	float: left;
	text-align: right;
	color: #333333;
	text-transform: lowercase;
	padding-bottom: 3px;
	padding-top: 3px;
}

#breadcrumb a {
	color: #333333;
}

#maininsidetop {
	width: 702px;
	height: 5px;
	float: left;
	background-image: url(../images/inside_top.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#maininsidebody {
	width: 666px;
	padding: 18px;
	float: left;
	background-color: #ffffff;
}

#maininsidebottom {
	width: 740px;
	height: 60px;
	float: right;
	clear: both;
	padding-right: 3px;
}

/*************************************** footer ****************************************/
#bottomfloat {
	position: relative;
	width: 924px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#bottomnav {
	position: absolute;
	left: 3px;
	top: -186px;
}

#footer {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#printfooter {
	display: none;
	visibility: hidden;
}
