@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;}

body{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat;
	background-color:#442F20;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}


#content_header{
	margin-top:30px;
	background-image:url(../images/header_content.jpg);
	background-repeat:no-repeat;
	width:829px;
	height:37px;
	text-align:right;
	}


#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:885px;
	height:376px;}

#menu{
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	width:885px;
	height:39px;
	text-align:left;}
	
	
#content{
	background-image:url(../images/bg_content.png);
	background-repeat:no-repeat;
	width:885px;
	height:344px;}

.content{
	background-image:url(../images/bg_content3.png);
	background-repeat:repeat-y;
	width:886px;
	min-height:370px;
	_height:370px;}
	
#contentFoto{
	background-color:#fff4ee;
	width:881px;
	height:332px;}

	
#content_left{
	width:500px;
	float:left;
	text-align:left;
	margin-left:20px;
	margin-top:20px;}

#content_left p{
	color:#412e2e;
	margin-top:20px;
	text-align:justify;}
	
#content_left li{
		margin-left:40px;}
		
#content_left a{
	color:#412e2e;
	text-decoration:none;
}

#content_left a:hover{
	color:#630;
	text-decoration:underline;

}

.content_left_under{
	width:885px;
	}

.content_left_under a{
	color:#412e2e;
	text-decoration:none;
}

.content_left_under a:hover{
	color:#630;
	text-decoration:underline;

}

.content_left_under ul{

	text-align:left;
	}
	
.content_left_under li{
		margin-left:40px;
		color:#412e2e;
		}

#footer{
	background-image:url(../images/header_content.jpg);
	background-repeat:no-repeat;
	width:829px;
	height:37px;
	padding-top:10px;}

#footer a{
	color:#fff4ee;
	text-decoration:none;
	}

#footer a:hover{
	color:#fff4ee;
	text-decoration:underline;}
	
.cleaner{
	clear:both;}

.textfield{
		float:right;}

h1{
	color:#412e2e;
	font-size:18pt;}

h5{	
	color:#fff4ee;
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	font-style:italic;
	margin-right:20px;
	padding-top:5px;
	}

label{
	font-family:"Times New Roman", Times, serif;
	color:#412e2e;
	float:left;
	}


#navcontainer{
		padding-top:10px;
		padding-left:20px;}


#navcontainer a{
	color:#FFF;
	text-decoration:none;
	font-size:13pt;
	} 


#navlist li
{
display: inline;
list-style-type: none;
padding-right: 50px;
color:#FFF;
}
