html, body {
	background: rgb(88, 73, 44);
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
table {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
	text-align: justify;
}
/**************************************/
/* Layout Container                   */
/**************************************/
.layout-container { 
	background: #fff;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
.layout-top { 
	background: url("./pic/layout-top.jpg") no-repeat;
	width: 1000px;
	height: 157px;
}
.layout-middle {
	width: 1000px;
	min-height: 438px;
	background: url("./pic/layout-content.jpg") no-repeat;
		/*background: url("./pic/layout-content.jpg") repeat-y;*/	
	text-align: justify;
}
div.layout-middle {
	height:auto!important; 
	height: 438px;
}
.layout-content {
	margin: 15px 0px 15px 15px; 
	width: 635px;
	text-align: justify;
	line-height: 17px;
		/*border: 1px solid red;*/
}
.layout-bottom { 
	background: url("./pic/layout-bottom.jpg") no-repeat;
	width: 1000px;
	height: 160px;
}
/**************************************/
/* Form                               */
/**************************************/
.button {
	padding: 2px;
	font-family: verdana, tahoma, arial;
	color: rgb(255,68,59);
	font-weight: bold; 
	font-size: 11px;
	cursor: pointer;
}
.text-box { 
	font-family: verdana, tahoma, arial;
	font-size: 12px;
}
/**************************************/
/* Iné                                */
/**************************************/
.layout-fix {
	clear: both;
}
.layout-copyright { 
	font-family: verdana, tahoma, arial;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	margin: 5px;
	padding-bottom: 10px;
	font-size: 9px;
}
a.layout-copyright-link:link, a.layout-copyright-link:visited {
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.layout-copyright-link:hover, a.layout-copyright-link:active {
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px
}
