/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #515151; font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; font-size: 16px;
	
	background-color: #e7e7e7;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 600px;
		
		
	}
		header {
			width: 600px;
		}
		h1 {
			font-family: Arial, Helvetica, sans-serif; font-weight: bold;
			color: #393939; font-size: 48px;
		}
		h2 {
			font-family: Arial, Helvetica, sans-serif; font-weight: bold;
			color: #ffffff; font-size: 28px;
		}
		h3 {
			font-family: Arial, Helvetica, sans-serif; font-weight: bold;
			color: #000000; font-size: 18px;
		}
		nav {
			font-family: Arial, Helvetica, sans-serif; color: #ffffff;
			 font-weight: bold; font-size: 14px;
		}
			


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