html {
	overflow-y: scroll;
}

body {
	font-family: georgia, times, "times new roman", serif;
	font-size: 100%;
	width: 980px;
	border:0;
	height: 100%;
	margin:10px auto; 
	padding:0px;
	text-align:center;
	background-color: #2F7391;
}

#search {
	margin-left: auto;
	margin-right: auto;
	width:20em;
	height: auto;
	margin:0px auto;
	text-align:center;
	padding-top:5px;
        background-color:#ffffff;
	border: 0;
}

#header {
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	height:120px;
	margin:0px auto;
	padding:0px;
	background-image: url('../images/header.jpg');
	border: 0;
}

#topnav {
	top: 120px;
	margin-left: 0;
	margin-right: 0;
	width:980px;
	height:30px;
	margin:0px auto;
	text-align:center;
      	padding:0px;
	background-color:#ffffff;
	border: 0px;
}

#divide {
	top: 152px;
	margin-left: 0;
	margin-right: 0;
	width:980px;
	height:12px;
	margin:0px auto;
	text-align:center;
      	padding:0px;
	background-color:#2F7391;
	border: 0;
}

#nav {
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #A9D0F5;
	border: 1px solid;
}
	
#nav li { 
	float: left;
	margin: 0;
	padding: 0;
}
	
#nav a {
	float: left;
	display: block;
	width: auto;
	padding: 5px 30px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: .90em;
	color: #666;
	background: #A9D0F5 url(../images/nav_slant.gif) no-repeat top right;
}
	
#nav #nav-1 a {
	padding-left: 10px;
}
	
#nav a:hover {
	color: #000;
}

#content {
	top: 164px;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	height: auto;
	min-height: 500px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	border: 1px solid;
	border-top:0;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width:980px;
	height: auto;
	min-height: 10px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#2F7391;
	border:0;
	border-top: 1px solid;
}

#.gallery {
	margin-left: auto;
	margin-right: auto;
	width:900px;
	height: auto;
	min-height: 10px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#ffffff;
	border:0;
}


A.body:link
{
    background-image: none;
    height: auto;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    COLOR: #0000FF;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.body:visited
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #0000FF;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.body:hover
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #0000FF;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: underline;
}

A.tiny:link
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #000000;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.tiny:visited
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #000000;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.tiny:hover
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #0000ff;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: underline;
}

A.tinyblue:link
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #0000ff;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.tinyblue:visited
{
    background-image: none;
    width: auto;
    min-width: 1px;
    max-width: 800px;
    height: auto;
    COLOR: #0000ff;
    FONT-FAMILY: georgia, times, "times new roman", serif;
    FONT-SIZE: 1em;
    line-height: 1em;
    text-decoration: none;
}

A.tinyblue:hover
{
	text-decoration: underline;
}

P {
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: 1em;
  text-indent: 2.5em;
  line-height: 1.5em;
  text-align: justify;
  padding-top: 0em;
  padding-left: 2em;
  padding-right: 2em;
}

P.center {
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: 1em;
  text-indent: 0;
  line-height: 1.5em;
  text-align: center;
  padding-top: 0em;
}


P.nodent {
  color: #000000; 
  font-family:georgia, times, "times new roman", serif; 
  font-size: 1em;
  text-indent: 0;
  line-height: 1.5em;
  padding-top: 0em;
  padding-left: 2em;
  padding-right: 2em;
}

P.tiny {
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: .75em;
  text-indent: 0;
  text-align: center;
  line-height: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}

H1{
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: 1.4em;
  text-align: center; 
  text-transform: capitalize;
}

H2{
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: 1.2em;
  text-align: left; 
  text-transform: capitalize;
  padding-left: 2em;
}

H3{
  color: #000000; 
  font-family: georgia, times, "times new roman", serif; 
  font-size: 1em;
  text-align: left; 
  text-transform: none;
  padding-left: 2em;
 
}

img.floatright{
  float: right; 
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 1px;
}

img.floatleft{
  float: left;
  margin-right: 35px;
  margin-top: 5px;
  margin-bottom: 1px;
  margin-left: 10px; 
}

object.floatleft{
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 1px; 
}

table.floatleft{
  float: left;
  margin-right: 9px;
  margin-top: 0px;
  margin-bottom: 1px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

#wrap {width: 980px; text-align: center; margin: 0 auto; height: auto; border: 0;}

.gallery_description {
text-align: left;
}
.gallery_description p {
margin: .5em 0;
font-size: .9em;
}
#thumbs {
width: 900px;
}
#wrap ul {
list-style: none;
margin: 0;
padding: 0;
}	 
#wrap ul li {
display: inline;
display: inline-block;
display:-moz-inline-box;
} 
#thumbs ul li a {
display: inline-block;
display:-moz-inline-box;
margin: 0 ;
}
#wrap p {
text-align: center;
}
#wrap img {
text-align: center;
padding:0;
margin:0;
}
img.gallery {
border: 1px solid #eee;
padding: 1px;
}
#full_image {
text-align: center;
padding:0;
margin:0;
width: 900px;
}
#full_image img {
text-align: center;
padding:0;
margin:0;
}
#full_image p {
margin: 0;
padding: 0;
}
#full_image .caption_text_under {
clear: right;
text-align: center!important;
font-size: 1em;
padding: 1em 0;
}
#gallery_nav {
float: right;
border: 1px solid #bbc;
padding: 0 .5em;
background: #fff;
font-size: 1em;
font-family: Arial, Verdana, sans-serif;
width: 25%;
}
#gallery_nav p {
padding: 0;
margin: 5px 0;
text-align: center;
}
#gallery_nav.gallery_nav_below {
border:  none;
background: none;
float: right;
}
#gallery_nav.gallery_nav_below p {
text-align: right;
}
#page_list {
clear: both;
text-align: left;
font-family: Arial, Verdana, sans-serif;
padding-left: 8em;
font-size: .8em;
width: 50%;
}
#page_list li {
padding: 0 5px 0 0;
display: inline-block;
display:-moz-inline-box;
}li.gallery {
display: inline-block;
display:-moz-inline-box;
}

.blue {
	color: #0000ff;
}

.red {
	color: #ff0000;
}
