/* CSS Document */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Arial";
	font-weight: bold;
		background-color:#FFFF33;
}

h1, h2 {
    margin: 10px 0 10px 0;
    font-size: 130%;
	text-align:center;
}
	

h2 {
    font-size: 100%;
}


#header {
	margin: 10px;
}

#wrapper {
    text-align: left;
}

#nav {
	font-family:"Trebuchet MS";
	font-size: 120%;
	font-weight: bold;

}

#outline {
	margin: 10px;
	padding-bottom: 10px;
}

#maincontent {
	text-align:left;
	margin: 0 auto 0 0;
    padding: 0 0;
    font-size: 85%;
    line-height: 1.4;
}
}

#maincontent a {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 4px;
}

#maincontent a:link, #maincontent a:visited {
    color: #00425E;
    border-bottom: #00425E 1px;
}

#maincontent a:hover, #maincontent a:active {
    color: #fff;
    background-color: #00425E;
    border-bottom: none;
}

p {
	text-align:center;
	margin: 1em auto 1em 0;
    padding: 0 0;
    font-size: 100%;
    line-height: 1.4;
}

#links {
	text-align:centre;
	margin: 0 auto 1em 0;
    padding: 0 0;
    font-size: 85%;
    line-height: 1.4;
}





p#caption {
    margin: 0;
    padding: 0px 10px;
    font-weight: bold;
    text-align: center;
}

.warning {
    font-weight: bold;
    color: #f00;
}

#footer {
	font-family:"Arial";
    text-align:center;
	margin: 0 0 0 0;
    font-size: 85%;
    line-height: 1.4;
}


#footer2 {
	font-family:"Arial";
    text-align:right;
	margin: 5px 5px 5px 5px;
    font-size: 80%;
    line-height: 1.4;
}


a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #0074A5 !important;
}

form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
    display: block;
}



#gallery {
    width: 525px;
}

#picCount {
  color:#00425E;
  font-weight:bold;
  }

#thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: right;
    text-align: center;
    width: 350px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

