html,body {
	background-color: #FFFFEF;
	background-repeat: repeat-x;	
	background-attachment: fixed;
	margin: 0px;
	height: 100%;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	left: 50%;
	margin-left: -390px;
	position: absolute;
	width: 780px;
	height: 100%;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 780px;
	height: 143px;
	position: relative;
}
#main {
	width: 780px;
	height: 395px;
	position: relative;
}
.content {
   overflow: auto;
   position: absolute;
   font-size: 12px;
   height: 320px;
   width: 440px;
   left: 120px;
   top: 60px;
   padding-right: 40px;
}
.content td,.content p, .content td p {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}
.content td p,.content p { margin: 0px;}
#block_pictures {
	background: url(../images/background_pictures.gif) no-repeat;
	position: absolute;
	height: 347px; 
	width: 133px;
	left: 620px;	
	top: 20px;
}
#fotos {
	overflow: hidden;
	height: 327px;
    margin-top: 10px;
	padding-left: 4px;
}
#fotos img {
	border: 0px;
	padding-bottom: 0px; 
    cursor: pointer; cursor: hand;
}
#footer {
	background: url(../images/footer.gif) no-repeat;
	width: 685px;
	height: 37px;
	padding-top: 27px;	
	padding-left: 100px;
	text-align: left;
	font-size: 11px;
	letter-spacing: 1px;
	position: relative;
	color: White;
}
#footer a {
	 text-decoration: none;
	 color: White;
}
#menu {
   position: absolute;
	width: 780px;
	height: 20px;
	left: 0px;	
	top: 117px;
}
#menu a#selected {
	text-decoration: underline;
}
#menu ul li {
	float: left;
	padding-top: 0px;
	text-indent: 27px;
}
#menu ul li a {
	font-size: 12px;
	color: White;
	font-weight: bold;
    text-decoration: none;
	color: Black;
	font-variant: small-caps;
	letter-spacing: 1px;
}
#menu ul {
	list-style: none;
	margin-top: 0px;
}


