BODY {	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 80%;
	background: #b7a884;
	background-image: url('bg-body2.jpg');
	background-repeat: repeat-x;
	margin: 0; 
}

A:link {COLOR: #e00000; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:visited {COLOR: #e00000; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:hover {COLOR: #FFFFFF; FONT-SIZE: 100%; FONT-WEIGHT: none; TEXT-DECORATION: underline;}
A:active {FONT-WEIGHT: none; TEXT-DECORATION: none; color: yellow; TEXT-DECORATION: underline;}

/* General */

#layout
{
	margin: 0px auto; 
	width: 1055px;
	text-align: center;
}

#layout-top {
	width: 1055px;
	height: 254px;
	background-image: url('bg-top2.jpg');
  top: 0px;
  text-align: left;
}

#layout-top img {
	margin: 15px 0 0 47px;
	padding: 0;
}

#layout-main {
	width: 1055px;
	background-image: url('bg-main.jpg');
	}
	
#layout-main-text {
	margin: 0px 85px 0px 15px;
	font-size: 90%;
}

#layout-main-text a:hover{
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

#layout-footer {
	width: 1055px;
	text-align: right;
	color: #4c3821;
	}

#layout-footer-txt {
	margin: 5px 57px 0px 50px;
	text-align: right;
	font-size: 82%;
	}

#layout-right {
  background: url('bg-right.jpg');
  width: 751px;
  position: relative;  
  float: right;
  text-align: justify;
}
	
#layout-left {
  background: url('bg-left.jpg');
  background-repeat: no-repeat;
  width: 304px;
  height: 819px;
  float: left;
  position: relative;  
  text-align: justify;
  padding: 0 0 0 0;
}


/* Formating */

H1 {	font-size: 230%;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
  color: #4c3821; }
	
#layout-footer a{
	color: #4c3821;
	font-weight: normal;
	text-decoration: none;
}

#layout-footer a:hover{
	color: #000000;
	font-weight: normal;
  text-decoration: underline;	
}

#layout-left ul {
	margin: 33px 0 0 27px;
	padding: 0;
	list-style-type: none;
	font-size: 130%;
	}

#layout-left li {
	line-height: 30px;
	text-align: left;
}

#layout-left li a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#layout-left li a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#right_navi ul {
	margin: 30px 0 0 80px;
	padding: 0;
	list-style-type: none;
	font-size: 180%;
	}

#right_navi li {
	line-height: 55px;
	text-align: left;
}

#right_navi li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#right_navi li a:hover {
	color: #000000;
  text-decoration: underline;
}

table {
	font-size: 100%;
}

.clear {
clear:both;
}

