HTML, BODY {
	background: rgb(28, 111, 19) url("./pic/layout-bg-body.jpg") repeat-x;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;	
}
/**************************************/
/* Layout Container                   */
/**************************************/
.layout-container { 
	background: url("./pic/layout-bg.jpg") no-repeat;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
		/*border: 1px solid red;*/
}
.layout-blank {
	height: 105px;
}
.layout-middle {
	width: 800px;
	margin: 0px auto;		
	padding: 0px 0px 25px 0px;
		/*border: 1px solid yellow;*/
}
/**************************************/
/* Layout Middle                      */
/**************************************/
.layout-left {
	float: left;
	width: 200px;
	margin: 0px auto;
		/*border: 1px solid blue;*/
}
.layout-logo {
	width: 150px;
	height: 70px;
	margin: 35px auto;
	cursor: hand;
	cursor: pointer;
}
.layout-right {
	float: left;
	width: 595px;
	margin: 0px;
	padding: 0px; 
		/*border: 1px solid maroon;*/
}
.layout-content {
	height: 480px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	color: white;
	font-weight: normal;
	line-height: 18px;
	overflow: auto;	
		/*border: 1px solid red;*/
}

/**************************************/
/* Layout Footer                      */
/**************************************/
.layout-footer { 
	background: rgb(0,0,0);
	width: 770px;
	height: 190px;
	padding: 10px 0px 0px 10px;
	margin: 0px auto;	
	text-align: left;
	color: #000000;
		/*border: 1px solid red;*/
}
div > .layout-footer {
	height: 180px;
	width: 760px;
}
/**************************************/
/* Iné                                */
/**************************************/
.layout-fix {
	clear: both;
}
.layout-copyright { 
	font-family: verdana, tahoma, arial;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 9px;
	padding: 8px;
		/*border: 1px solid pink;*/
}
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;
}