@charset "UTF-8";

	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
	
	body {
		margin:0px;
		padding:0px;
		background-color: #363435;
	}
	
	#container {
		background:#bfbdbd;
		width:850px;
		margin: 55px auto;
		padding:20px;
		/*border:solid 2px #eee;*/
		min-height:600px;
	}

	
	#masthead img { 
		border: 3px solid #eee; 
		margin-left: 20px;
		
	 }
	
	menu { 
		border: 3px solid #eee;
		background-color: #8c0d38;
		width:760px;
		margin-top:-4px;
		margin-left: 20px;
		 }
	
	menu ul {
		margin: 0px;
		padding:0px;
		height: 25px;		
	}
	
	menu li {
		list-style-type: none;
		display: inline;		
	}

	menu a:link, a:visited {
		display: block;
		color: #FFF;
		background-color: #8c0d38;
		text-align: center;
		float:left;
		padding-top:3px;
		padding-bottom:3px;
		padding-right:6px;
		padding-left:6px;
		width: 168px;
		font-family: 'Kite One', sans-serif;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;			
	}
	
	 menu a:hover, menu a:active {
		background-color: #a61f84;
		color: #b0adaf;
		font-weight: bold;
	}

	h2 {
		font-family: 'Kite One', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		margin-left: 20px;
	}

	p {
		font-family: font-family: 'Happy Monkey', cursive;
		font-size: normal;
		font-weight: normal;
		color: #000000;
		text-align: left;
		white-space: normal;
		margin-left: 20px;
	}

	footer {
		background-color: #8c0d38;
		padding: 5px;
		color: #FFF;
		text-align: center;
		margin-left: 0px;
		margin-top: 40px;
	}
		
		