body { 
	margin 				: 0 ; 
	font-family 		: "Verdana", "Calibri" ;
	
}
img { width : 100% ; height : auto ; }
hr { 
	color 				: #DEB887 ; 
	background-color	: #DEB887 ;
	border				: none ;
	height				: 1px ;
	width				: 80% ;
} 
a {
	text-decoration		: none ;
	color				: #DEB887 ;
	margin-left			: 2% ;
	margin-right		: 2% ;
}
#page{
	width				: 100% ;
	max-width			: 1200px ;
	margin-left			: auto ;
	margin-right		: auto ;
	border-left			: solid 2px #696969 ;
	border-right		: solid 2px #696969 ;
}
.logo {
	width				: 50% ;
}
#header {
	width				: 100% ;
	background			: url("./img/texture.jpg") ;
	background-repeat	: no-repeat ;
	background-size		: cover ;
	text-align			: center ;
	margin				: auto ;
}
#nav {
	position			: relative ; top : -5px ;
	width				: 96% ;
	padding				: 2% ;
	height				: auto ;
	background-color	: #696969 ;
	text-align			: center ;
}
#content { 
	position			: relative ; top : 3em ; right : 2% ;
	margin-bottom		: 5em ;
	display				: inline-block ;
	float				: right ;
	width				: 66% ;
	min-width			: 230px ;
	padding				: 2% ;
	text-align			: justify ;
	background-color	: #FFEFD5 ;
}
.photo {
	position			: relative ; top : 3em ; left : 2% ;
	margin-right		: 1% ; margin-bottom : 1% ;
	display				: inline-block ;
	float				: left;
	width				: 25% ;
	max-width			: 500px ;
	min-width			: 150px ;
	height				: auto ;
}
.image {
	position			: relative ; 
	width				: 60% ;
	height				: auto ;
	margin				: 1% ;
	border				: solid 2px #696969 ;
}
#footer {
	position			: relative ; 
	display				: block ;
	width				: 100% ;
	height				: auto ;
	min-height			: 5em ;
	padding-top			: 1% ;
	padding-bottom		: 1% ;
	background-color	: #696969 ;
	text-align			: center ;
	font-size			: 10px;
}