body {
	background-image: url(bg_tile.png);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 0.8em;
	}
	
p {
	line-height: 20px;
	}

li {
margin: 0 0 0.3em;
}

a{
	cursor: pointer;
	color: #A73323;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	
}

a img {
border: 0;
}
	
h1 {
	color:#694B2B;
	font-size: 2.7em;
	font-weight: 200;
	font-family: Arial;
	letter-spacing: normal;
	margin: 0em 0em 0.8em 0em;
}

h2 {
	font-size: 1.5em;
	font-weight: 400;
	font-family: Arial;
	margin: 1.2em 0em 1.2em 0em;
	
}

h3 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.3em 0em 1.3em 0em;
	font-family: Arial;
	color: #494949;
	
}

.red {
color: #f00;
}

.error {
color: #f00;
}

.left {
float: left;
margin-right: 10px;
}
.right {
float: right;
margin-left: 10px;
}

	
#container {
	width: 994px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#container_left {
	margin: 0px;
	width: 994px;
	background-image: url(bg_left_tile.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#container_right {
	margin: 0px;
	width: 994px;
	background-image: url(bg_right_tile.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#header {
	margin: 0px 32px 0px 32px;
	width: 930px;
	height: 251px;
	background-image: url(header.jpg);
	}

#logo {
	padding-left: 67px;
	padding-top: 50px;
	text-align: left;
	}
	
#logo a{
	
	display: block;
	position: relative;
	text-decoration: none;
	width: 236px;
	height: 54px;	
}

#logo img{
	display: block;
	position: absolute;
	border: none;
	width: 236px;
	height: 54px;	
}
.album{
	text-align: center;
}
.album img {
margin-bottom: 5px;
}


#info {
	text-align: left;
	font-size: 0.85em;
	padding-top: 20px;
	line-height: 21px;
}

#info ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#info_first {
	padding-left: 67px;
}

#email a{
	text-decoration: none;
	color: Black;
}

#email a:hover{
	text-decoration: underline;
	color: Black;
}

#bottom {
	margin: 0px 32px 0px 32px;
	width: 930px;
	background-color: White;
}

#navbar {
	text-align: left;
	width: 186px;
	/*background-color: #AFABA4;*/
	margin: 0px;
	float: left;
	background-image:url(Final+php/css/cara-navbar.jpg);
	overflow: hidden;
	text-align: center;
}

#navbar ul{
  display: block;
	width: 186px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#A73323;
	font-weight: 900;
	text-align: left;
}

#navbar ul li {
	/*margin-bottom: 1px;*/
	margin: 0;
	border-bottom: 1px solid #AFABA4;
	border-right: 1px solid #AFABA4;
	width: 186px;
	height: 31px;
	display: block;
}

#navbar ul a{
	display: block;
	/*width: 167px;*/
	width: 162px;
	height: 31px;
	padding-left: 19px;
	overflow: hidden;
	background-color: White;
	line-height: 31px;
	text-decoration: none;
	
}

#navbar ul a:hover {
	background-image: url(button_hover.png);
}

#navbar .menu_box {
width: 148px;
margin: 0 auto 0 auto;
}

#contentvl {
	width: 744px;
	float: right;
	background-color: #AFABA4;
}

#content {
	width: 743px;
	width: 743px;
	float: right;
	background-color: White;
	text-align: justify;
}

#contenttext {
	padding-left: 36px;
	padding-top: 25px;
	/*padding-right: 30px;*/
	padding-bottom: 25px;
	margin-bottom: 0px;
	width: 677px;
	min-height: 500px;
	_height: 500px;
}

#footer {
	width: 994px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	font-size: 0.85em;

}

#footer a {
	text-decoration: none;

}

#footer a:hover {
	text-decoration: underline;

}

.clear {
	clear: both;
}

ul {
	list-style-image: url(list_style.png);
	padding-left: 17px;
	margin: 0px;
}

.ul_style_one p{
	line-height: 12px;
}

.info_other{
	padding-left: 95px;
	}
	
	
.foto_link {
font-size: 0.8em;
display: block;
text-align: center;
}




