body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

.body {
	clear: both; 
	margin: 0 auto; 
	width: 100%;
}

img{
	width: 100%;
	margin: 0px;
}

p{
	margin: 0;
}

h1{
	font-weight: bold;
}

h2{
	margin: 0;
}

a{
	text-decoration: none;
	color: black;
}

#header{
	width: 100%;
	background-color: #06f803;
	text-align: center;
	height: 60px;
	border-bottom: 3px solid black;
	position: fixed;
	z-index: -1;
	top: 0;
}

#header img{
	margin-top: 12px;
	width:170px;
}

#menu p{
	font-family: UniversLT-CondensedBold;
	font-size: 1.3em;
}

#menu_top{
	width: 60%;
	position:fixed;
	left: 20%;
	z-index: 1;
	top: 40px;
	height: 40px;
	border: 3px solid black;
	background-color: #fff;
}

#menu_bottom{
	width: 60%;
	position:fixed;
	left: 20%;
	z-index: 2;
	bottom: 20px;
	height: 40px;
	border: 3px solid black;
	background-color: #fff;

}

.m_left{
	float:left;
	text-align: center;
	border-right: 3px dashed black;
	width: 49.5%;
}

.m_left p{
	width: 100%;
	margin-top: 2%;
}

.m_right p{
	width: 100%;
	margin-top: 2%;
}

.m_right{
	float: left;
	text-align: center;
	width: 49.5%;
}

@media only screen and (min-width : 1650px) and (max-width : 4000px) {
	#header{
		height: 80px;
	}

	#menu_top{
		width: 50%;
		left: 25%;
		top: 60px;
		height: 40px;
	}

	#menu_bottom{
		width: 50%;
		left: 25%;
		bottom: 40px;
		height: 40px;
	}

	.m_left p{
		margin-top: 1.5%;
	}

	.m_right p{
		margin-top: 1.5%;
	}

}

@media only screen and (min-width : 501px) and (max-width : 1200px) {
	#menu_top{
		width: 80%;
		left: 10%;
	}

	#menu_bottom{
		width: 80%;
		left: 10%;
	}	

	.m_left p{
		margin-top: 1.5%;
	}
}

@media only screen and (min-width : 501px) and (max-width : 747px) {
	#content{
		margin-bottom: 100px;
	}

	#header img{
		margin-top: 13px;
		width:140px;
	}

	#menu_top{
		height: 60px;
	}

	#menu_bottom{
		height: 60px;
	}

	#menu_top p{
		width: 80%;
		margin-left: 10%;
	}

	#menu_bottom p{
		width: 80%;
		margin-left: 10%;
		border-left: 0;
	}

	.m_left p{
		border-right: 0;
	}
}


@media only screen and (min-width : 150px) and (max-width : 500px) {
	#header{
		height: 60px;
	}

	#header img{
		margin-top: 15px;
		width:140px;
	}

	#menu p{
		font-weight: normal;
		font-size: 1.2em;
	}

	#menu_top{
		width: 75%;
		left: 10%;
		height: 20px;
		border: none;	
	}

	#menu_bottom{
		width: 75%;
		left: 10%;
		height: 20px;	
		bottom: 70px;
		border: none;
	}

	#one{
		padding: 1.7% 8% 1.7% 8%;
		border: 3px solid black;
		background-color: #fff;
	}

	#two{
		padding: 1.7% 8% 1.7% 8%;
		border: 3px solid black;
		background-color: #fff;
		margin-top: -3px;
	}

	#three{
		padding: 1.7% 8% 1.7% 8%;
		border: 3px solid black;
		background-color: #fff;
	}

	#quote{
		padding: 1.7% 8% 1.7% 8%;
		border: 3px solid black;
		background-color: #fff;
		margin-top: -3px;
	}

	.m_left{
		float:left;
		text-align: center;
		width: 90%;
		border-right: none;
		
	}

	.m_left p{
		width: 100%;
		margin-top: 0;
	}

	.m_right p{
		width: 100%;
		margin-top: 0;
		font-weight: bold;
	}

	.m_right{
		float: left;
		text-align: center;
		width: 90%;
		border: none;
	}
}