@charset "utf-8";
/* CSS Document */

body {
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFF99;
	padding:0;
	}
	
h1 {
	color:#000000;
	text-align:justify;
	padding-left:35px;
	font-family:cursive;
	font-size:180%;
	}
	
h2  {
	color:#000000;
	text-align:center;
	font-family:cursive;
	font-size:150%;
	}

h3 {
	color: #0033FF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	}
			
h4 {
	font-family: cursive;
	font-weight: bold;
	text-align: center;
	}

p {
	font-family:cursive;
	font-size:medium;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	}
	

	
.wrapper {
	width:800px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#99FFFF;
	position:relative;
	padding:0;
	}
		
.header {
	width:800px;
	height:229px;
	background-image:url(images/header_edited-7.jpg)
	}
	
.navbar {
	width:100%;
	height:25px;
	background-color:#0000CC;
	padding-top: 5px;
	}
	
.main {
	width:800px;
	background-color:#99FFFF;
	padding:0;
	}
	
.footer {
	width:100%;
	clear:both;
	background-color:#0000FF;
	height:93px;
	background-image:url(images/footerprimary1_edited-4.jpg);
	color:#FFFFFF;
	}

img {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: thin solid #000000;
}

