@charset "utf-8";
/* CSS Document */
/*Dentzel Carousel Company */
/*Global Styles*/
/*These styles govern the placement, pacing and padding of the *boxes* surrounding the logo ("mastHead"), topNav, etc. */
/*These styles do NOT govern the behaviour of the content *within* those boxes*/
/*Exception is 'mainContent' where styles cover basic text font-face, style, weight, etc. */
/* These styles also offer four options for background wallpaper */



#mastHead {
	background-color:#000;
	border:  thin #CCC solid;
	border-radius: 30px;
	margin:  5em 25%;
	text-align:center;
}
#topNav {
	background-color:#FFF;
	border:  thin #CCC solid;
	border-radius: 30px;
	margin:  5em auto;
	text-align:center;
}
#mainContent {
	background-color:#FFF;
	border:  thin #CCC solid;
	border-radius: 30px;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	margin:  5em auto;
	padding: 10px;
	text-align:left;
}
#bottomNav {
	background-color:#FFF;
	border:  thin #CCC solid;
	border-radius: 30px;
	margin:  5em auto;
	text-align:center;
}
#footer {
	background-color:#FFF;
	border:  thin #CCC solid;
	border-radius: 30px;
	font-size:14px;
	margin:  5em 30%;
	text-align:center;
}
/* Olive Oyl Airplane Photo BG */

#bg-1 {
	background-color: #ffffff;
	background-image:url(/images/backgrounds/oliveoyl2014.jpg);
	background-attachment:fixed;
}

