/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #000000; font-family: "PT Sans", sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #ffffff;
		background-image: url('/uploads/site/background_image/12/portland_background.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: 854px;
		
		
	}
		header {
			width: 854px;
		}
		h1 {
			font-family: "PT Sans", sans-serif; font-weight: 400;
			color: #000000; font-size: 31px;
		}
		h2 {
			font-family: "PT Sans", sans-serif; font-weight: 400;
			color: #ffffff; font-size: 24px;
		}
		h3 {
			font-family: "PT Sans", sans-serif; font-weight: 400;
			color: #379beb; font-size: 21px;
		}
		nav {
			font-family: "PT Sans", sans-serif; color: #379beb;
			 font-weight: 400; font-size: 16px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


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