body {
	background: url("bg1.jpg") no-repeat center center fixed;
	background-size: cover;
}

/*'Cedarville Cursive', cursive;*/

h1{
	font-family: 'Strait', sans-serif;
	font-size: 40pt;
	color: #52AB8D;
	margin-bottom: 0em;
}

h2{
	font-family: 'Strait', sans-serif;
	font-size: 20pt;
	color: #52AB8D;
}

h3{
	font-family: 'Strait', sans-serif;
	font-size: 16pt;
	color: #EC8189;
}

h4{
	font-family: 'Strait', sans-serif;
	font-size: 14pt;
	color: #EC8189;
	padding-left: 150px;
}

p{
	font-family: 'Merriweather Sans', sans-serif;
	color: #D6D6D6;
	text-align: justify;
}

p a{
	color: #52AB8D;
}

header{
	text-align:right;
}

#content {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 15%;
	right: 15%;
}

#contact{
	text-align: right;
	margin-top: 0em;
}

.text{
	padding-left: 5px;
	padding-right: 5px;
}

.division{
	width:100%;
}

table{
	width:90%; 
	margin-left:5%; 
	margin-right:5%;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10pt;
	color: #D6D6D6;
	text-align: center;
	background: rgba(0, 0, 0, .4);
}

th{
	background: rgba(0, 0, 0, .5);
	font-size: 10pt;
	color: #A3BF93;
	text-align: center;
}