body {
background: url(back.png);
margin: 0px 0;
text-align: justify;
font-family: Verdana, Tahoma, Sans-Serif; 
font-size: 9pt; 
color: #2F0017;
}

a, a:link, a:visited {
   color: #892B18;
   text-decoration: none;
   font-weight: bold;
}
a:hover, a:active {
   color: #892B18;
   text-decoration: underline;
   font-weight: bold;
}

#container {
background: transparent;
width: 841px;
margin: 0 auto;
}

#header {
width: 830px;
margin: 0 auto;
}

#content {
background: transparent;
overflow: auto;
float: right;
width: 600px;
height: 478px; 
padding-left: 10px; 
padding-right: 10px; 
padding-bottom: 10px;
padding-top: 10px; 
border: 1px solid #501C1A;
}

#sideimage {
background: transparent;
float: left;
width: 219px;
height: 500px;
}

#info {
width: 600px;
height: 40px;
padding-top: 10px; 
float: right;
}

#navigation {
   list-style: none;
   margin: 0;
   padding: 0;
}
#navigation li {
   float: right;
   margin-top: 90px;
}
#navigation li a {
   display: block;
   background: transparent;
   text-align: center;
   color: #501C1A;
   padding: 10px;
   font-weight: bold;
   text-decoration: none;
}

#navigation li a:hover {
   background: transparent;
   color: #501C1A;
   text-decoration: underline;
}


#footer {
clear: both;
}




.titles {
border-bottom: 1px solid #892B18; 
width: 40%; 
font-family: Georgia, Serif;
font-size: 12pt;
color:#892B18; 
letter-spacing: 2px; 
font-weight: bold; 
text-align: left;
}


.subtitles {
font-family: Georgia, Serif; 
font-size: 8pt;  
color: #892B18;
letter-spacing: 2px; 
font-weight: bold;  
}




img {border: 0px }

input, textarea, option, select {
	background: #DAC391;
	font: 12px Tahoma;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #501C1A;
	padding:2px; 
	}

/* icons page
----------------------------------------------- */
ul#iconmenu {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style: none;
  }

li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent: 2px;
  line-height: 1.5em;
  }

li a {
   text-align: center;
  color: #892B18;
   text-decoration: none;
}

li a:hover {
   color: #892B18;
   text-decoration: underline;
}

p {
  color:#000000;
  line-height: 1.5em;
  }