/* Style settings */
/* body {
	font-family: Arial, Helvetica, sans-serif; color: #515151;
	font-weight: normal; font-size: 16px;
	
	background-color: #e7e7e7;
	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: 600px;
		
		
		-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif; color: #393939;
		font-weight: bold; font-size: 48px;
	}
		h1 img {
			max-width: 100%;
		}
	h2 {
		font-family: Arial, Helvetica, sans-serif; color: #ffffff;
		 font-weight: bold; font-size: 28px;
	}
	h3 {
		font-family: Arial, Helvetica, sans-serif; color: #000000;
		 font-weight: bold; font-size: 18px;
	} */
	

header {  margin-bottom: 0;  }

nav { background-color: #000000; text-transform: uppercase;  margin-bottom: 0; }
nav a.current { background-color: #359595; }

.wrapper { margin-top: 0; }
.homepage .wrapper { padding-top: 10px; }

.banner { position: relative;  width: auto; }
.banner h2 { position: absolute; left: 20px; bottom: 20px; }
.homepage .banner { margin-left: 10px; margin-right: 10px; }