* {
  padding: 0;
  margin: 0;
}
body {
  background: white;
}

h1	{
  color:#333333;
  font: 20px 'Helvetica-Narrow', Arial, Sans-serif;
}

h3	{
	color:#6F3E3E;
  font: 13px 'Helvetica-Narrow', Arial, Sans-serif;
  font-weight: bold;
  margin-top:15px;
}

h4	{
  color: #5f0000;
  font: 14px "Trebuchet MS", Verdana,'Helvetica-Narrow', Arial, Sans-serif;
  font-weight: bold;
  margin:0 auto;
  text-align:center;
}

p	{
	font:14px "Trebuchet MS", Verdana, Arial,Tahoma,Sans-serif;
	margin:5px 0px 5px 0px;
	color:#666666;
	line-height: 140%;
	text-align:justify;
}

#container {
  width: 100%;
  margin: 0 auto;
}

#header {
  height: 203px;
  width: 800px;
  position: relative;
  background: #ffffff;
  margin: 0 auto;
  margin-top: 10px;
}

#menu {
	height: 28px;
	position: relative;
	background: #cc9933 url('images/menu.png') repeat-x;
	width: 100%;
	color: #5f0000;
  font: 15px "Trebuchet MS", Verdana,'Helvetica-Narrow', Arial, Sans-serif;
  font-weight: bolder;
  line-height: 10px;
}

#menu a {
	text-decoration: none;
	color: #5f0000;
}



#menu a:visited {
	text-decoration: none;
	color: #5f0000;
}

#menu a:hover {
	text-decoration: none;
	color: white;
}

#menu table {
	width: 410px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
}


#menu td {
	background: url(images/button.png) no-repeat;
	width: 82px;
}

#menu td:hover {
	background: url(images/button.png) no-repeat;
	width: 82px;
	color: white;
	background: url(images/onbutton.png) no-repeat;
}


#content {
  background: #ffffff url('images/content.png') repeat-y;
  height: 100%;
  width: 762px;
  margin: 0 auto;
}

#column {
	width: 700px;
	height: auto;
	margin:0 auto;
	padding:20px 0px 10px 0px;
	text-align:center;
}

#left_column {
	float: left;
	width: 250px;
	height: auto;
	padding: 5px;
	margin: 20px 0px 10px 10px;
}

#right_column {
	float: right;
	width: 460px;
	height: auto;
	position: relative;
	padding: 5px;
	margin:20px 10px 10px 0px;
}

.clear {
  clear: both;
}

.pic {
	display: block;
	border: none;
	margin: 0 auto;
	text-align: center;
}

.galeria {
	margin: 0 auto;
	border: 7px #DAA233 solid;
	margin-top:20px;
}

.center{
 text-align: center;
 margin: 0 auto 0 auto; 
}

.mail{
	text-decoration: none;
	color: #5f0000;
  font: 14px "Trebuchet MS", Verdana,'Helvetica-Narrow', Arial, Sans-serif;
  font-weight: bold;
}

#footer {
  width: 762px;
  margin: 0 auto;
  height: 63px;
  background: #ffffff url('images/footer.png') no-repeat;
  text-align: center;
  color:#6F3E3E;
  font: 12px 'Helvetica-Narrow', Arial, Sans-serif;
  font-weight:bold;
}

#footer a{
 color:#1F1111;
  font: 12px 'Helvetica-Narrow', Arial, Sans-serif;
  font-weight:bold;
  text-decoration:none;
}

#footer a:visited{
 color:#1F1111;
  font: 12px 'Helvetica-Narrow', Arial, Sans-serif;
  font-weight:bold;
  text-decoration:none;
}