/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #000000; font-family: "Lato", sans-serif;
	font-weight: 400; font-size: 15px;
	
	background-color: #f4f2ea;
		background-image: url('/uploads/site/background_image/1/background03.png');
		background-repeat: repeat;
		background-attachment: fixed;
		-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 904px;
		
		
	}
		header {
			width: 904px;
		}
		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: #205e7e; font-size: 21px;
		}
		nav {
			font-family: "Lato", sans-serif; color: #bdd3c7;
			 font-weight: 700; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
