body{
	background-color : #E2A73A;
}
.overal{
	background-image: url(images/decoIlse_ont_04.jpg);
	background-repeat : repeat-y;
	background-color : #EE9D06;
	width: 900px;
	height: 100%;
	background-position : right;
	right : 10px;
	border-left : thin solid #CD0000;
	border-right : thin solid #CD0000;
}

.main{
	background-image : url(images/decoIlse_ont_main.jpg);
	background-repeat : no-repeat;
	background-position :bottom;
	width :740px;
	height :100%;
	margin : 0px;
	padding : 0px;
}

#menu {
	min-height:410px;
	}
.menu{
	background-image : url(images/decoIlse_ont_bottom_menu.jpg);
	background-repeat : no-repeat;
	background-position : bottom;
	width: 160px;
	height: 100%;
}

.txt, .txt table{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : #222222;
	font-size:11px;
}

#menu a {
	display:block;
	width:131px;
	height:20px;
	margin: 0em 0em;
	padding: 5px 0px 5px 20px;
	color: #CD0000;
	background: url(decoIlse_button.gif) no-repeat 0 0;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	/*font-size : x-small;*/
	font-size:12px;
	font-weight : normal;
}
html>body #menu a{
	width:111px;
	height: 13px;
	padding: 5px 0 8px 20px;
}
	#menu a:hover {
	display: block;
	background-position: -131px;
	color : White;
}
	#menu a:active {
	display: block;
		background-position: -131px;
		color : White;
		}

