@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFECD9;
	background-image: url(assets/Rum%20-%20Dunes%203.JPG);
}
#container {
	background-color: #FFEAD5;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 3px inset #FF9900;
}
#pic {
	height: 350px;
}
#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df7000;
	background-color: #FFDCB9;
	padding-left: 5px;
}
#content {
	padding-right: 105px;
	padding-left: 10px;
	margin-left: 360px;
	background-image: url(assets/El-Adahaek33.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#side {
	float: left;
	width: 340px;
}
#content h1 {
	font-size: 110%;
	margin-top: 0px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	font-size: small;
	padding-bottom: 10px;
	padding-top: 20px;
}

#content li {
	font-size: 85%;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
