/********************
GLOBAL PAGE LAYOUT
********************/ 
html {
	height: 100%;
}

body {
  margin: 0; 
  padding: 0; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #313131;
  height: 100%;
  background-color: #cbeb65;
  background-image: url(img/body_back_line.gif);
  background-repeat:repeat-y;
 }

a img { border: none; }
a.img { background: none; }
a.img:hover { background: none; }

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#307515;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;	
}

div#wrapper {
  padding-left:110px;
  margin-top: 0px;
  width: 835px;
  height: 100%;
  background-image: url(img/body_back.gif);
  background-repeat:no-repeat;
}

div#body {
	min-height: 100%;
	margin-bottom: -60px;
}

* html div#body {
	height: 100%;
}

div#header {
	background-color: transparent;
	height: 100px;
}

img#header_left {
	margin-top: 72px;
	margin-left: 47px;
	float:left;
}

img#header_right {
	float:left;
	margin-top: 20px;
}

img#banner {
	margin-left: 47px;
}

div#body_left {
	width: 260px;
	float: left;
}

div#body_right {
	width: 568px;
	float: left;
	padding-top: 10px;
}

div#menu {	
}

div#menu img {
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#menu a {
	text-decoration: none;
}

div#menu a:hover {
	text-decoration: none;
}

div#foto {
	background-color: #307515;
	width: 150px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#clearfooter {
	clear:both;
	height:60px;
}

div#footer {
	background-color: #307515;
	height: 60px;
	margin-left: 47px;
	width:784px;
}

table#table_footer {
	width: 100%;
	margin-top: 25px;
	color: #FFFFFF;
	
}
table#footer td {
	text-align:center;
	color: #FFFFFF;
	vertical-align:center;	
}

a:link {color: #307515; text-decoration: none;}
a:visited {color: #307515; text-decoration: none;}
a:active {color: #307515; text-decoration: none;}
a:hover {color : #307515; text-decoration: underline;}

a.footer {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a#lunatis {
	color: #cbeb65;
	text-decoration: none;
}
a#lunatis:hover {
	color: #cbeb65;
	text-decoration: underline;
}




