	body {
		background-color: #FCFAE1;
		color: #4C1B1B;	
	}
	
	a {
		color: #4C1B1B;
		text-decoration: underline;
	}
	
	img {
		border: none;
	}
	
	hr {
		border: 0;
		width: 100%;
		color: #F6E497;
		background-color: #BD8D46;
		height: 1px;
	}
	
	#header {
		width: 950px;
		height: 85px;
		margin: auto;
		border-radius: 20px;
		border: solid 2px #9f6f29;
		background-color: #BD8D46;
		padding: 20px 20px;
		position: inherit;
	}
	
	#header-menu {
		position: relative;
		left: 195px;
		top: 10px;
	}
	
	#header-menu a {
		text-decoration: none;
	}
	
	#header-social {
		width: 150px;
		height: 25px;
		position: relative;
		text-align: right;
		left: 800px;
		top: -105px;
	}
	
	#header-quote {
		width: 700px;
		position: relative;
		left: 225px;
		top: -100px;
		font-size: 18pt;
		font-style: italic;
		text-align: center;
		padding-top: 10px;
		height: 40px;
	}
	
	#newsletter {
		width: 300px;
		height: 200px;
		padding-top: 15px;
		padding-left: 15px;
		border: solid 1px #BD8D46;
		margin-left: 580px;
		margin-top: -105px;
	}
	
	.header-menu-item {
		height: 25px;
		width: 125px;
		background-color: #F6E497;
		padding-top: 5px;
		text-align: center;
		margin-top: -30px;
	}
	
	.header-menu-item-actual{
		opacity: 0.7;
	}
	
	#item-1 {
		margin-left: 0px;
	}
	
	#item-2 {
		margin-left: 126px;
	}
	
	#item-3 {
		margin-left: 252px;
	}
	
	#item-4 {
		margin-left: 378px;
	}
	
	#item-5 {
		margin-left: 504px;
	}
	
	#item-6 {
		margin-left: 630px;
	}
		
	.first {
		top: 0px;
		left: 0px;
	}

	.header-menu-item :hover {
		opacity: 0.5;
	}
	
	#content {
		width: 920px;
		margin: auto;
		border: solid 1px #BD8D46;
		background-color: #F6E497;
		margin-top: -1px;
		margin-bottom: 30px;
		padding: 30px 15px;
	}
	
	#footer {
		height: 40px;
		border-top: solid 1px #cdcaab;
		background-color: #f4f3e1; 
		position: relative;
		bottom: -15px;
		left: 0px;
		padding: 15px 10px;
		color: #a6a27a;
	}
	
	#footer a {
		color: #a6a27a;
		text-decoration: underline;
	}
	
	/* CONTENT */
	#home {
		height: 250px;
		margin-left: -15px;
		padding-left: 700px;
		text-align: justify;
		background-image: url('home.png');
	}
	
	#home-install {
		height: 25px;
		padding-top: 5px;
		text-align: center;
		border: solid 2px #BD8D46;
		background-color: #F6E497;
		
	}
	
	.page-icon {
		margin-left: 825px;
		margin-top: -20px;
	}
	
	.page-title {
		margin-top: -45px;
	}
	
	.perfs {
		background-color: #4C1B1B;
		width: 175px;
		height: 175px;
		border-radius: 15px;
		border: solid 2px #BD8D46;
		background-size: cover;
	}
	
	.perfs-title {
		opacity: 0.7;
		background-color: #ffffff;
		margin-top: 140px;
		height: 20px;
		text-align: center;
		font-style: italic;
	}
	
	.bad-navigator {
		height: 95px;
		padding-top: 5px;
		padding-left: 15px;
		background-color: #d4381f;
		border-top: solid 1px #831e0e;
		border-bottom: solid 1px #831e0e;
	}
	
	#content-like {
		background-color: #FCFAE1;
	}
	
	#footer-give {
		margin-top: -50px;
		margin-left: 675px;
	}	

	#footer-like {
		margin-top: -50px;
		margin-left: 875px;
	}