@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Quattrocento);

body {
	font-size: 18px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	line-height: 150%;
	background-color: #006600;
	background-image: url(images/IMG_6273.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #000099;
}

header {
	background-color: #FFF;
	padding: 20px;
	width: 1040px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	opacity: 0.75;
	font-size: 4rem;
	font-style: bold;
	color: #006600;
	text-align: center;
	line-height: 150%;
	border-radius: 20px;
	border: medium solid #006600;
}

h1, h2, h3, h4 {
	font-family: 'Quattrocento', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	line-height: 100%;
	margin: 0;
	padding: .5rem 0 0 0;
}

h1 {
	font-size: 3rem;
	border-bottom: #006600 solid medium;
	padding-bottom: .25rem;
}

h2 {
	font-size: 2rem;
	border-bottom: #006600 solid thin;
	padding-bottom: .25rem;
}

#container {
	width: 1040px;
	margin: 20px auto 20px auto;
	padding: 20px;
	border: solid medium #036;
	background-color: #FFF;
	opacity: 0.75;
	border-radius: 20px;
}

.body-text {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	column-gap: 20px;
    -webkit-column-rule: 1px outset #006633; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #006633; /* Firefox */
    column-rule: 1px outset #006633;	
}

.body-text p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#left-side {
	width: 48%;
	float: left;
}
#right-side {
	width: 48%;
	float: right;
}
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
a {
	text-decoration: none;
	color: #030;
}
a:hover {
	font-weight: bold;
}