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

@font-face {
    font-family: 'brain_flowerregular';
    src: url('brain_flower-webfont.eot');
    src: url('brain_flower-webfont.eot?#iefix') format('embedded-opentype'),
         url('brain_flower-webfont.woff') format('woff'),
         url('brain_flower-webfont.ttf') format('truetype'),
         url('brain_flower-webfont.svg#brain_flowerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tradegothiccondensed';
    src: url('trade_gothic_condensed_no._18-webfont.eot');
    src: url('trade_gothic_condensed_no._18-webfont.eot?#iefix') format('embedded-opentype'),
         url('trade_gothic_condensed_no._18-webfont.woff') format('woff'),
         url('trade_gothic_condensed_no._18-webfont.ttf') format('truetype'),
         url('trade_gothic_condensed_no._18-webfont.svg#tradegothiccondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
	

	body {
	background-color: #FFF;
	}
	
	
	
	
	#masthead {
	height: 150px;
	padding: 20px;
	border-radius: 7px 7px 0 0;
	background-color: #FFF;
	}
	
	
	#content {
	height: 350px;
	padding: 20px;
	 font-family: 'brain_flowerregular';
	font-size: 300px;
	alignment-adjust: central;
	text-align: center;
	}
	
	#content2 {
    width: 450px;
	height: 600px;
	padding: 20px;
	position:absolute;
	top: 300px;
	font-family: 'brain_flowerregular';
	font-size: 36px;
	line-height: normal;
	}
	
	#answers {
	width: 450px;
	position: absolute;
	left: 150px;
	text-align: justify;
	
	}
	
	#about {
	position: absolute;
	left: 650px;
	top:140px;
	}
	
	#content3 {
	height: 350px;
	padding: 20px;
    font-family: 'brain_flowerregular';
	font-size: 55px;
	alignment-adjust: central;
	text-align: center;
	line-height: normal;
	}
	
	#content4 {
	height: auto;
	padding: 20px;
    font-family: 'brain_flowerregular';
	font-size: 55px;
	alignment-adjust: central;
	margin: 18px;
	line-height: normal;
	}
	
	#footer {
	height: 100px;
	background: none;
	text-align: center;
	font-family: 'tradegothiccondensed', 'Arial Narrow', Impact, sans-serif;
	
	}
	
	
	/*--MENU-------------------------------------*/
	
	
	#nav {
		list-style-type: none;
		text-align: center;
		   font-family: 'tradegothiccondensed', 'Arial Narrow', Impact, sans-serif;
		margin-left: -28px;
	}
	
	#nav li {
		display: inline;
	}
	
	#nav a {
	padding: 5px 10px;
	background: none;
	color: #000;
	text-decoration: none;
	}
	
	#nav a:hover {
		color: #F3F;
	}
	
	/* web font */
	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
