BODY {	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 100%;
	background: #b7d74c;
	margin: 0; 
}

A:link {COLOR: #4d4948; FONT-WEIGHT: bold; TEXT-DECORATION: none;}
A:visited {COLOR: #4d4948; FONT-WEIGHT: bold; TEXT-DECORATION: none;}
A:hover {COLOR: #e77817; FONT-SIZE: 100%; FONT-WEIGHT: none; TEXT-DECORATION: underline;}
A:active {FONT-WEIGHT: none; TEXT-DECORATION: none; color: green; TEXT-DECORATION: none;}

/* General */

#layout
{
	margin: 0px auto; 
	width: 1034px;
	text-align: center;
}

#layout-top {
	width: 1034px;
	height: 158px;
	background-image: url('bg-top.jpg');
  top: 0px;
  text-align: left;
}

#layout-top img {
	margin: 36px 0 0 47px;
	padding: 0;
}

#layout-main {
	width: 1034px;
	background-image: url('bg-main.jpg');
	}
	
#layout-main-text {
	margin: 10px 85px 0px 5px;
	font-size: 90%;
}

#layout-main-text a{
	color: #e77817;
	text-decoration: underline;
}

#layout-main-text a:hover{
	color: #FFFFFF;
	background-color: #e77817;
	text-decoration: none;
}

#layout-footer {
	width: 1034px;
	height: 69px;
	text-align: center;
	color: #ffffff;
	background-image: url('bg-footer.jpg');
	background-repeat: repeat-x;
	}

#layout-footer-txt {
	margin: 0px 0px 0px 0px;
	padding: 13px;
	text-align: center;
	font-size: 70%;
	}

#layout-right {
  background: url('bg-right.jpg');
  width: 751px;
  position: relative;  
  float: right;
  text-align: justify;
}
	
#layout-left {
  background: url('bg-left.jpg');
  width: 270px;
  float: left;
  position: relative;  
  text-align: justify;
  padding: 0 0 0 0;
}

#layout-left-footer {
  background: url('bg-left-footer.jpg');
  width: 270px;
  height: 14px;
  float: left;
  position: relative;  
  text-align: justify;
  padding: 0 0 0 0;
}

#layout-left-box {
  width: 254px;
  height: 75px;
  float: left;
  position: relative;  
  text-align: center;
  padding: 10px 0 0 25px;
  font-size: 80%;
}

/* Formating */

H1 {	font-size: 200%;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
  color: #e77817; }
	
#layout-footer a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#layout-footer a:hover{
	color: #000000;
	font-weight: normal;
  text-decoration: underline;	
}

#layout-left ul {
	margin: 0px 0 0 60px;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	}

#layout-left li {
	line-height: 35px;
	text-align: left;
}

#layout-left li a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#layout-left li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navi-top {
	margin: 35px 0 0 600px;	
  top: 0px;
  text-align: left;
}

#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;
}

