@charset "UTF-8";
body {
	font:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.5;
	letter-spacing:9;
	background: url('images/grass-backg.jpg') center fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.mountainstop {
	background: url('images/mountains-morocco.jpg') repeat-x fixed;
	background-position:center top;
	position:fixed;
	width: 100%;
	height: 442px;
	z-index:0;
	margin: auto;
	top:0px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:100;
	margin-top: 30px;
	position:relative;
}
#header {
	width: 744px;
	text-align: center;
	margin: auto;
}
.menu-bar {
	background:url(images/menubar-backg.gif);
}
.menu-bar img {
	border: 0;
	background-repeat:no-repeat;
}
a#home img {height: 27px; width:70px; background-image: url(images/morocco-home.gif);}
a#about img {height: 27px; width:102px; background-image: url(images/about-morocco-tour.gif);}
a#holidays img {height: 27px; width:105px; background-image: url(images/morocco-holidays.gif);}
a#morocco img {height: 27px; width:109px; background-image: url(images/morocco.gif);}
a#contact img {height: 27px; width:99px; background-image: url(images/contact-morocco-tour.gif);}
.menu-bar a:hover img, .menu-bar a:active img{
	background-position:0 -28px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 45px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/bars-backg.gif);
	border: 3px solid #a48b00;
}
#mainContent p:first-letter {
	font-size:22px;
	font-family:"Comic Sans MS", cursive;
	color: #a48b00;
}
#mainContent h2 {
	color: #c7721c;
	font-size:22px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
}
#mainContent a {
	color:#a48b00
}
.right {
	float:right;
	margin-left:30px;
	margin-top:25px;
	margin-bottom:15px;
}
.left {
	float:left;
	margin-right:30px;
	margin-top:25px;
	margin-bottom:15px;
}
.box {
	float:right;
	margin-left:25px;
	background:#a48b00;
	width:250px;
	padding:15px;
}
#mainContent .box h2 {
	color:#eae2bc;
	padding:0px;
	margin:0;
	font-size:18px;
}
#mainContent .box p {
	font-size:14px;
}
#mainContent .box p:first-letter {
	font-size:14px;
	color:#000000;
	font-family:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
hr {
	border: dashed #c7721c 2px;
	height:1px;
}
label {
	width:155px;
	text-align:right;
	float:left;
	margin-right:7px;
	display:block;
}
#footer {
	padding: 0 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/menubar-backg.gif);
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
}
 #footer p {
	clear:both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}