
* {
	margin: 0;
	padding: 0;
}

body {
	background: #c7be89;
	font-size:13px;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	color: #522E1B;
}

h1, h2, h3 {
	color: #522E1B;
}

h1 {
	font-size: 130%;
	font-weight:bold;
}

h2 {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	font-size:100%;
	}

p.index {
	font-size:100%;
	padding-bottom:10px;
	line-height: 13px;
	text-align:justify;
	}
p.articles {
	padding:10px;
	}
img.click	{
	padding:0px;
	}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

hr	{
	color:#522E1B;
	}

/*- Menu --------------------------- */

    #menu {
      float:left;
      width:750px;
	  padding-left:10px;
      font-size:93%;
      line-height:normal;
  	  border-bottom:1px solid #522E1B;
	  background: url(images/img03.gif) repeat-y;
      }
    #menu ul {
	margin:0;
	padding:10px 10px 0 30px;
	list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("images/tableftI.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #menu a span {
      float:left;
      display:block;
      background:url("images/tabrightI.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/site_banner2.jpg);

}

#logo a {
	text-decoration: none;
	color: #522E1B;
	font-size: 9px;
	font-weight: bold;
}

.language {
	float:right;
	margin-right:8px;
	margin-top:18px;
	}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}


/* Content */

#content img {
	float: left;
}

#content {
	float:left;
	width: 710px;
	background:#DDD9B3;
	border-left: 20px solid #522E1B;
	padding:7px 0px 20px 30px;
	font-size:11px;
	font-family:Georgia;
	}

#content a {
	font-family:Tahoma;
	color: #522E1B;
	font-weight:bold;
	}

/* Text */

#text {
	float:left;
	width: 650px;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	padding:10px;
	}

#text h2 {
	margin-bottom: 10px;
	font-size: 110%;
	color:#DDD9B3;
	font-family:Verdana;
	background:#522E1B;
	line-height:25px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

 #text ul {
	margin:0;
	padding:0px 0px 0 20px;
	list-style:none;
      }

/* Img13 */
#img13 img{
	float:right;
	border:2px solid #522E1B;
	margin-left:20px;
	margin-top:50px;
}

/* Footer */

#footer {
	height: 15px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 516px;
	height: 20px;
	background: #DDD9B3;
	padding:3px;
	border-left: 20px solid #522E1B;
	border-top: 1px solid #c7be89;
}

#footer .legal {
	float: left;
	width: 212px;
	height: 20px;
	margin: 0 auto;
	background: #DDD9B3;
	padding:3px;
	font-size: 11px;
	line-height:22px;
	color: #522E1B;
	border-top: 1px solid #c7be89;
	text-align:center;
	
}