	body {
		color: #ccaa55;
		font-family: Verdana;
		background-color: #eeeeee;
		text-align: center;
		width: 98%;
    margin: 0px;

	}
	
	ul.menu {
		list-style-type: none;
		float: right;
		padding-top: 40px;
	}
	
	ul.menu li {
		float: left;
		padding-right: 15px;
	}
	
	.footer {
		width: 100%; 
		font-size: 12px; 
		padding-top: 10px;
		text-align: center;
	}
	
	a {
		text-decoration: none;
		color: grey;
	}
	
	a.red {
		color: red;
	}

	a.red:visited {
		color: red;
	}
	
	a:hover {
		color: black;
	}
	
	a:active {
		color: white;
	}
	
	a:visited {
		color: grey;
	}
	
	.header {
		width: 100%; 
		height: 80px; 
		font-size: 16px; 
	}
	
	.slider {
		overflow: auto; 
		width:100%; 
		height: 530px;
	}
	
	img {
		border: solid 1px white;
		background-color: black;
		background: url('_img/loading.gif') center no-repeat;
	}
	.header img {
		border: none;
	}

