body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/background.jpg) repeat-x;
}

#content {
	width: 800px;
	background: url(../images/bg-page.png);
	text-align: left;
}

.navigation {
	float: left;
	width: 170px;
}

.txt {
	float: left;
	width: 600px;	
	font: 11px/19px "Trebuchet MS", Arial, serif, sans-serif;
	height: auto;
	color: #898989;
}

strong {
	color: #ffffff;
}

.footer {
	background: url(../images/footer.jpg) repeat-x center;
	height: 154px;
}

a:link {
	text-decoration: underline;
	color: #FFE4B5;
} 

a:visited {
	text-decoration : underline; 
	color : #FFE4B5; 
} 

a:hover , a:active {
	text-decoration : none; 
	color : #69a9ff; 
} 