html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #9f9a7b url(../images/bg.jpg) repeat scroll top center;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #787364;
}

div.layout_container0 {
	width: 100%;
	height: 100%;
	background: transparent url(../images/bg1.jpg) repeat-x scroll top center;
}

div.layout_container1, div.layout_container2 {
	width: 748px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/bg2.jpg) repeat-y scroll top center;	
}

div.layout_container1 {
	height: 100%;
}

div.layout_container3 {
	width: 710px;
	height: 493px;
	padding: 119px 19px 0 19px;
	background: transparent url(../images/bg3.jpg) no-repeat scroll top center;	
	display: table-cell;
}

div.layout_mainmenu {
	height: 22px;
	padding: 0 0 0 10px;
}

div.layout_mainmenu div {
	height: 17px;
	padding: 5px 2px 0 10px;
	display: block;
	float: left;
	background: transparent url(../images/mainmenu3.gif) repeat-x scroll bottom left;
	color: #787364;
	font-weight: bold;
}

div.layout_mainmenu a {
	color: #787364;
	text-decoration: none;
}

div.layout_mainmenu div.end {
	width: 8px;
	height: 22px;
	padding: 0;
	display: block;
	float: left;
	background: transparent url(../images/mainmenu4.gif) no-repeat scroll bottom right;
}


div.layout_mainmenu div.selected {
	height: 18px;
	padding: 4px 2px 0 10px;
	display: block;
	float: left;
	background: transparent url(../images/mainmenu1.gif) repeat-x scroll top left;	
	color: #000;
}

div.layout_mainmenu div.selend {
	width: 8px;
	height: 22px;
	padding: 0;
	display: block;
	float: left;
	background: transparent url(../images/mainmenu2.gif) no-repeat scroll top right;
}

div.layout_contents {
	padding: 19px 29px 0 29px;
	clear: both;
}

div.layout_splitter {
	clear: both;
	float: none;
}