/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #626263; font-family: "Lato", sans-serif;
	font-weight: 400; font-size: 20px;
	
	background-color: #e0e2e4;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 908px;
		
		
	}
		header {
			width: 908px;
		}
		h1 {
			font-family: "Lato", sans-serif; font-weight: 400;
			color: #ffffff; font-size: 24px;
		}
		h2 {
			font-family: "Lato", sans-serif; font-weight: 300;
			color: #ffffff; font-size: 58px;
		}
		h3 {
			font-family: "Lato", sans-serif; font-weight: 400;
			color: #000000; font-size: 21px;
		}
		nav {
			font-family: "Lato", sans-serif; color: #ffffff;
			 font-weight: 700; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
header { text-align: center; }
header h1 { margin-bottom: 10px; }
header nav { position: static; }