body {
	font-color: #000000;
	background: #FFFFFF;
}
a:link , a:visited {
	color: #000000;
	font-weight: bold;
	font-size: bigger;
	text-decoration: none;
}
a:hover , a:active {
	color: #FC9508;
	font-weight: bold;
	font-size: bigger;
	/* text-decoration: underline;
	text-underline-style: dotted; */
	border-bottom: 1px dotted #FC9508;
}
img {
	border: 0px;
}
#container {
	margin:auto;
	/* width: 760px; */
	width: 100%; 
	background: #FFFFFF;
}

#header {
	background: #DDDDDD;
}

#el_butche {
	float: left; 
	width: 125px; 
	background: #FFFFFF; 
}

#leftBar {
	float: left; 
	width: 150px; 
	/* background: #FFFFFF; */
	background-color:transparent;
}

#content {
	float: left;
	width: 550px;
	background-color: #FFFFFF;
}

#rightBar { 
	float: right; 
	width: 60px; 
	background: #FFFFFF; 
}

#footer { 
	clear: both;
	text-align: center;
	color: #AAAAAA;
	background: #FFFFFF;
} 
