body {margin: 0; padding: 0; background: #600; text-align: center; font: 12px Geneva, Arial, Verdana, sans-serif; color: #b50;}

#header {width: 680px; margin: 10px auto 0px auto; text-align: left;}
#main  {width: 680px; margin: 0px auto; text-align: left;}

#sidebar {float: right; width: 220px; }

#sidebar ul {margin-top: 2px; }

#content.column  {
width: 420px;
background: #ffc;
 border: 4px solid #663;
padding: 10px;
color: #930;
}

#content.column h1 { margin-bottom:5px; color: #b50; font-size: 18px;}
#content.column h2 {font-size: 14px;}
#content.column div { margin-bottom: 20px; }
.atribute  {
font-weight: bold;
font-size: 11px;
margin-top: 0px;
}


a  {
/*	color:  #e96;*/
		color:  #f83;	
	text-decoration: none;
	 }

a:visited  {
/*	color:  #e96;*/
color:  #f93;
	background-color: transparent;
	text-decoration: none;
	}

a:hover  {
	color: #fc3;
	background-color: transparent;
	text-decoration: underline;
	}
 
a:active  {
	color:  #f93;
	background-color: transparent;
	text-decoration: none;
 }
 
 #content img  {
 border: 4px solid #663;
 }
 
 #navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}