@charset "utf-8";
/* CSS Document */
/* Simplify width and height calculations */
html{
	box-sizing: border-box; 
}
*, *:before, *:after {
    box-sizing: inherit;
}
body   {
	margin: 0;
	color: #4B4B4B;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background-color: #FDFDFD;
}

#wrapper{
	width: 100%;
	margin: auto;
	max-width: 1000px;
	background: white;
	
}
h1 , h2{
	color: #1E1E1E;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	text-align: center;
}
h2 {
	margin-top: 0.5em;
	font-size: 2.25em;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #3E69B2;
}
a:visited {
	color: #8A6D43;
}
a:hover, a:active, a:focus {
	color: #FF8E00;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 20px;
	margin-bottom: 20px;
}
main {
	width: 65%;
	float: left;
	min-width: 500px;
	margin-top: 0px;
}
aside {
	width: 20%;
	margin-left: 0px;
	float: left;

}
#header_img  {
	max-width: 95%;
	display: block;
}
#right_img1 {
	display: block;
	max-width: 80%;
}

footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #4B4949;
	color: white;
	font-size: 0.8em;
	text-align: center;
	clear: left;
}

@media (min-width: 700px){
}
