@charset "UTF-8";

body {
	background-image:url("background.png");
	background-color:#74BDCB;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
div {
  	position:relative;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	max-width: 70%;
	height: auto;
	padding: 10px;
	background-color:#FFA384;
	overflow: auto;
} 
.absoluteRight {
  	position: absolute;
	width: 500;
	height: 334;
	right:0px;
	top:80px; 
	padding: 30px;
}

h1{
	color: #EFE7BC;
	font-size; 40px;
	text-align:center; 
	font-family: "Helvetica";
}

img{
	padding: 10px;
	max-width: 50%;
	max-height: 50%;
}

h2{
	color: #E7F2F8;
	font-size: 30px;
	margin-left: 10px;
	position: relative;
	font-family: "Helvetica";
}

p{
	color: #0A2F35;
	font-size: 14px;
	text-align: justify;
	margin-left: 10px;
	position: relative;
	font-family: "Times New Roman";
}

li{
	color: #0A2F35;
	font-size: 14px;
	text-align: justify;
	margin-left: 10px;
	position: relative;
	font-family: "Times New Roman";
}

ul{
	color: #0A2F35;
	font-size: 14px;
	text-align: justify;
	margin-left: 10px;
	position: relative;
	font-family: "Times New Roman";
}

ol{
	color: #0A2F35;
	font-size: 14px;
	text-align: justify;
	margin-left: 10px;
	position: relative;
	font-family: "Times New Roman";
}

.boldItalic{
	font-weight: bold;
	font-style: italic;
}

.row{
	width: 100%;
}

.column{
	float:left;
	width:50%;
}

a:link {
	color: #FF0000;
	font-size: 20px;
}
a:visited {
	color: #00FF00;
	font-size: 20px;
}
a:hover {
	color: #FF00FF;
	font-size: 20px;
}
a:active {
	color: #0000FF;
	font-size: 20px;
}

.navbar {
  overflow: hidden;
  background-color: #FFA384;
  position: static;
  bottom: 0;

.navbar a {
	float: left;
	display: block;
	background-color: #FFA384;
	color: ##0A2F35;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
}
