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

@import url('reset.css');

body{
	
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;	
}

.wrapper{
	margin:0 auto;
	width:980px;
}

/***************** PARAGRAPHS AND HEADINGS ********************/
p{

}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

h6{

}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

/************************** HEADER ******************************/
header{
	width:100%;
	height:110px;
	background-color:rgba(108,243,27,0.9);
	border-bottom:solid 6px rgba(242,255,131,0.9);
	float:left;
}