/* Style settings */
/* body {
	font-family: Cabin, sans-serif; color: #22343e;
	font-weight: 400; font-size: 16px;
	
	background-color: #3a3a3a;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	-moz-background-size: ; -webkit-background-size: ; background-size: ;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 904px;
		
		
		-webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;
	}
	
	h1 {
		font-family: "Raleway", sans-serif; color: #ffffff;
		font-weight: 700; font-size: 58px;
	}
		h1 img {
			max-width: 100%;
		}
	h2 {
		font-family: Cabin, sans-serif; color: #ffffff;
		 font-weight: 400; font-size: 24px;
	}
	h3 {
		font-family: "Lato", sans-serif; color: #c95a3b;
		 font-weight: 400; font-size: 16px;
	} */
	
		article {
			float: left;
			width: 60%;
		}
		aside {
			float: right;
			width: 30%;
		}

.wrapper { padding: 0; }

h1 { padding: 25px; margin-bottom: 0; text-align: center; background-color: #bf5131; text-shadow: 0 1px 0 #8d3c24; }
nav { border-top: 1px solid #e57c5e; background: #d35d3b url('/uploads/theme/nav_image/8/backgroundnav.png') top left repeat-x; text-align: center; padding: 10px; }
	nav a { padding: 8px 20px; text-transform: uppercase; -webkit-border-radius: 25px; border-radius: 25px; }
	nav .current { border-top: 1px solid #923f27; border-bottom: 1px solid #ce6f53; background-color: #b24b2d; }
.homepage nav { margin-bottom: 0; }

.banner { position: relative; }
.banner h2 { position: absolute; left: 0; bottom: 0; padding: 25px; text-transform: uppercase; }

footer { border-top: 1px solid #e5e5e5; background-color: #f6f5e6; text-align: center; padding: 20px; }