body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #827C7C;
	background-color: #999999;
	text-align:center;
	line-height:20px;}
		
#container{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width:667px;
	background-color: #CFCFCF;
	border-left: 1px solid #9A0405;
	border-right: 1px solid #9A0405;
	text-align: left;}
		
#top{
	background-color:#E4E4E4;
	height:204px;
	background-image:url(images/top.jpg);
	background-position:top;
	background-repeat:no-repeat;}
	
#top h1 {
	visibility: hidden;
	display: none;}

#menu{
	margin-left:10px;
	margin-bottom:10px;}
		
#menu a {
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
	color:#9A0405;
	text-align:center;
	text-decoration: none;
	border:1px solid #D7BBBC;
	background-color:#DDDDDD;}

#frame{
	margin-top:0;
	padding-top:0;
	margin-left:10px;
	margin-right:12px;}

.content{
	text-align:justify;
	border:1px solid #D7BBBC;
	padding-left:10px;
	padding-right:10px;
	color:#827C7C;
	background-color:#DDDDDD;
	margin-right: 200px;}

.content h1{
	color:#9A0405;
	font-size:14px;
	margin-bottom:-15px;}
	
.content h2{
	font-size:14px;
	margin-bottom:-15px;}

.content a:link, a:active, a:visited{
	text-decoration:none;
	color:#9A0405;}


#fotos{
	float:right;
	position:relative;
	width:190px;}

.border{
	border:1px solid #9A0405;
	padding:0;
	margin-bottom:5px;
	width:190px;
	height:143px;}

#footer{
	clear:both;
	height:20px;
	margin-top:10px;
	padding-right:10px;
	text-align: right;
	border: 1px solid #D7BBBC;
	border-right: 0px;
	border-left: 0px;
	color:#666666;
	font-size:10px;}
	
#footer a:link, a:active, a:visited{
	text-decoration:none;
	color:#9A0405;
	font-size:10px;}
	
/* Inline markup */	
strong {font-weight: bold;}
em {font-style:italic;}
