* {
	margin: 0;
	padding: 0;
	}

/* Body */

body {
	font-family: "century gothic", arial, sans-serif;
	}

h1, h2 {
	font-style: italic;
	text-align: center;
	}

.header2 {
	border: 2px solid black;
	padding: 2px;
	text-align: center;
	}

p 	{
	text-align: justify
	}

p.center {
	text-align: center;
	}

p.bold	{
	font-weight: bold;
	}

img.noborder	{
	border-style: none;
	}

img.border2 {
	border: 5px solid black;
	}

/* Photo Links */


a:link img.border	{
	border-width: 5px;
	border-style: solid; 
	}

a:visited img.border {
	border-width: 5px;
	border-style: solid; 
	}

a:hover img.border {
	border-width: 5px;
	border-style: solid; 
	}

a:active img.border {
	border-width: 5px;
	border-style: solid; 
	}

li.disc	{
	list-style: disc;
	margin: 0 0 0 20px;
	}

/* Image Gallery */

div.img
{
  margin: 20px;
  border: 1px solid black;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 3px solid #1d488f;
}
div.img a:hover img {border: 3px solid #91b2e8;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 206px;
  margin: 2px;
}


/* Float an image */

.floatimage {
	float: left;
	border: 5px solid black;
	width: 100px;
	margin: 0 15px 15px 0;
	display: inline;
	}

.floatstop {
	clear: left;
	}


/* Header of document */

#header {
	padding: 5px;
	}


/* Navigation area of document */


#navigate {
	background-color: black;
	padding: 5px;
	}

ul.nav {
	text-align: center;
	width: 100%;
	list-style-type: none;
	}

li.nav {
	display: inline
	}

a.one {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 0 1em 0 1em;
	border: 1px solid black;
	}

a.one:hover {
	font-weight: bold;
	border: 1px solid white;
	}

/* Content area of document */

#content {
	margin: 0 80px 0 80px;
	padding: 20px 20px 5px 20px;
	border-left: 5px solid black;
	border-right: 5px solid black;
	background-color: white;
	}

a.two:link {
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid white;
	}

a.two:visited {
	font-weight: bold;
	text-decoration: underline;
	border: 1px solid white;
	}

a.two:hover {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid black;
	}

a.two:active {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid black;
	}

/* Footer of document */

#footer {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border-top: 15px solid black;
	}
