﻿body {
	background-color: #ffffff
}

h2 {
	font-family: Garamond;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #acd1b2;
}

img {
	height: 300px;
	width: 350px;

}

#navbar {
	position: fixed;
	top:10px;
	left:50%;
	margin-left:-254px;
}

#header {
	position: relative;
	top: -10px;
	background-color: #3c4543;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

 ul{
	list-style-type: none;
	position: fixed;
	margin: -10px;
}

#navbar li {
	display: inline;
	border: 2px solid #000000
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px 5px;
	background-color: #ffffff
}

#left{
	width: 20%;
	float: left;
}
 
#first{
    font-family:Garamond;
    font-size: 1em;
}

#second{
    margin-left:-8em;
    margin-top: 14em;
    font-family:Garamond;
    font-size: 1em;
}
 
 #third ol{
    display:block;
    list-style-type: circle;
    color: #000000;
    font-family:Garamond;
   }
   
 h4{
    margin-left:-7em;
    font-family:Garamond;
    font-size:2em;
}
 
p {
	font-family: Cabin,serif;
	font-size: 1em;
}

#right{
	width: 80%;
	float: left;
}

table {
	border: #000000 1px solid;
	background-color: #000000;
	float: right;
	margin-top:-100;
	margin-right: 10px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

td {
    margin-top: -120px;
	height: 300px;
	width: 300px;
}

td img {
    position:relative;
	height: 300px;
	width: 300px;
}
#cool {
    background-color:#ffffff;
    float:right;
    }
#conclusion h5 {
    font-size:2em
 }
#conclusion {
    margin-top:10em;
    margin-left:-14em;
    font-family:Garamond;
    font-size: 1em;
    background-color:#d4d8ed;
}

#bottom_left{
	border-bottom-left-radius: 15px;
}

#bottom_right{
	border-bottom-right-radius: 15px;
}

#footer{
	clear: both;
	position: relative;
	bottom: -20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 50px;
	background-color: #3c4543;
}

#button{
	border: 2px solid #000000;
	margin:auto;
	position: relative;
	bottom: -20px;
	border-radius: 5px;
	background-color: #cc0323;
	height: 40px;
	width: 250px;
	
}

#button p{
	position: relative;
	bottom: 10px;
	font-size: 0.8em;
	color: #acd1b2;
	text-align: center;
}

.bold{
	font-family: tahoma;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #ffffff;
}
