/*red  #ff0000, teal blue #00425E*/
/* CSS Document */

body 
	{
    margin: 0;
    padding: 0;
    background: #000000 /*url(../images/FowlerHigh.gif) top left no-repeat;*/;
    color: #ffffff; /*white*/
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1, h2 {
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 140%;
    /*color: #4b93b2; blue*/
	color:  #c81616;
}

h2 {
    font-size: 100%;
}

.headercontent
	{
    	margin-top: 5px;
		margin-right: 20px;
		text-align:	right;
	}

#parent {
    text-align: left;
}

#nav {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 150px;
}

.maincontent {
    margin-top:		20px;
	margin-left:	20px;
    margin-right:	20px;
	text-align:		left;
}

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

.maincontent a:link, .maincontent a:visited {
    color: #c81616;
    border-bottom: #c81616 dashed 1px; /*teal blue*/
}

.maincontent a:hover, .maincontent a:active {
    color: #ffffff;
    background-color: #c81616;
    border-bottom: none;
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 12pt;
    line-height: 1.3;
}

#pictureWrapper 
	{
    float: right;
    margin: 0 10px 0 15px;
	}

.picBorder {
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border: #c81616 solid 2px;
}

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

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

.developer
	{
		background-color:#000000;
		text-align: center;
		
   
	}
.developer p
	{
		font-size: .8em;
	}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    width: 150px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: #c81616 solid 10px;
    color: #c81616;/*text red*/
}

#nav a:hover, #nav a:active {
    border-left-color: #ffffff;
    background-color: #c81616;
    color: #000000;
}

a#here {
    border-left-color: #ffffff !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;
    color: #036;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}

#gallery {
    width: 525px;
}

#picCount {
  color:#ff0000;
  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:#ff0000;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
