/* Style settings */
/* body {
	font-family: "Lato", sans-serif; color: #000000;
	font-weight: 400; font-size: 15px;
	
	background-color: #f4f2ea;
	background-image: url('/uploads/theme/background_image/19/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;
		
		
		-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	}
	
	h1 {
		font-family: "Lato", sans-serif; color: #ffffff;
		font-weight: 400; font-size: 24px;
	}
		h1 img {
			max-width: 100%;
		}
	h2 {
		font-family: "Lato", sans-serif; color: #ffffff;
		 font-weight: 300; font-size: 58px;
	}
	h3 {
		font-family: "Lato", sans-serif; color: #205e7e;
		 font-weight: 400; font-size: 21px;
	} */
	
		article {
			float: left;
			width: 60%;
		}
		aside {
			float: right;
			width: 30%;
		}

.top_bar { background: #0e4968 url('/uploads/theme/nav_image/19/cupertino.png') left top repeat-x; padding-top: 10px; padding-bottom: 10px; }
.top_bar header { margin-top: 0; margin-bottom: 0; overflow: hidden; }
header h1 { margin-bottom: 0; line-height: 48px; }
header nav { position: absolute; right: 0; top: 3px; margin-bottom: 0; background-color: transparent; text-transform: uppercase; }
header nav .current { background-color: #104f70; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border-bottom: 1px solid #49768e; border-top: 1px solid #0b3b54; }

.banner { position: relative; margin-bottom: -70px; z-index: 0; }
.banner h2 { position: absolute; width: 984px; top: 25%; left: 50%; margin-left: -492px; text-shadow: 1px 1px 2px rgba(0,0,0,0.6); }

.wrapper { position: relative; z-index: 1; border: 1px solid #bed3c8; }