body{
 background-color: #fff;
 position: absolute;
 left: 50%; top: 15px;
 width: 750px; height: auto;
 margin: 0 0 0 -375px; padding: 0;
 font: 1em arial, sans-serif;
 color: #000;
}

img{
 border-style: none;
}

img.indent{
  padding: 0 0 .6em 0;
  float: left;
}

form{
 margin: 0;
}

fieldset{
 padding: 0;
 border: 0;
}

legend {
 display: none;
}

textarea {
 border: 1px solid #c0c0c0;
 color: #454545;
 font-size: 11px;
 letter-spacing: 1px;
}

input{
 border: 1px solid #c0c0c0;
 color: #454545;
 font-size: 11px;
 letter-spacing: 1px;
}

input.searchText{
 width: 150px;
 height: 13px;
}

input.searchSubmit{
 color: #990000;
 background: #fff;
 letter-spacing: 1px;
 border: 1px solid #fff;
 font-size: 11px;
 width: 45px;
 height: 19px;
 margin: 0;
 padding: 0;
}

 /* Styles the word #990000 (#word1). */
.word1{
 /* color: #990000; */
 color: red;
}

 /* Styles the word black (#word2). */
.word2{
 color: black;
}

 /* The header at the top. */
#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 75px;
 background-color: #fff;
 text-align: left;
 z-index: 2;
}

 /* Styles the <H1> tag which is in the header div. */
#header h1{
 margin: 0 0 0 0; padding: 0 0 0 15px;
 font: 3em georgia, sans-serif;
 background-color: transparent;
 z-index: 3;
}

 /* Styles the search div next to the header. */
#search {
 float : right;
 padding-top : 8px;
 text-align : right;
 width : 225px;
}

 /* Styles the menu-holder. */
#menu{
 position: absolute;
 left: 0; top: 75px;
 width: 150px; height: auto;
 padding: 1px 0 0 0;
 background-color: #eee;
 z-index: 1;
}

 /* Styles the center tags in the menu holder. */
#menu center{
 background-color: #fff;
}

 /* Styles the list holder. */
#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 0.8em verdana, sans-serif;
 background-color: #eee;
}

 /* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
 display: block;
 margin: 0 0 1px 0;
 padding: 3px 3px 3px 3px;
 background-color: #fff;
}

 /* Gives the button a hover-effect. */
#menu ul li:hover{
 margin: 0 0 1px 0;
 padding: 2px 3px 2px 3px;
 border-top: 1px #ccc solid;
 border-bottom: 1px #ccc solid;
 background-color: #fff;
}

 /* Styles the link within the button. */
#menu ul li a{
 display: block;
 color: #990000;
 text-decoration: none;
}

 /* Gives the link a hover-effect. */
#menu ul li a:hover{
 color: black;
}

 /* Styles and positions the content-holder. */
#content{
 position: absolute;
 left: 150px; top: 75px;
 width: 600px; height: auto;
 background-color: #fff;
 border-left: 1px #ccc solid;
 border-top: 1px #ccc solid;
 padding-bottom: 4px;
 z-index: 0;
}

 /* Styles the Header (<h3>). */
#content h3{
 display: block;
 font: 1.6em georgia, serif;
 color: #000;
 margin: 1em 0 0 1em;
 padding: 0 0 .4em 0;
 border-bottom: 1px #ddd solid;
}

 /* Styles the paragraphs (<h4>) in #content. */
#content h4{
 display: block;
 margin: .6em 1em 0 2.4em;
 padding: 0 0 .6em 0;
 text-align: justify;
 text-indent: .8em;
}

 /* Styles the paragraphs (<p>) in #content. */
#content p{
 display: block;
 margin: .6em 1em 0 2.4em;
 padding: 0 0 .6em 0;
 font: .8em arial, sans-serif;
 text-align: justify;
 text-indent: .8em;
 line-height: 1.4em;
}

 /* Styles the links within the #content. */
#content a{
 color: black;
 text-decoration: none;
}

 /* Gives the links a hover effect. */
#content a:hover{
 color: #990000;
 text-decoration: none;
}

 /* Places the image link containers on the page. */
#content .linkcontainer{
 float: left;
 width: 200px;
 margin: .5em .5em 0em 1.5em;
}

 /* Formulates the photo layout. */
#content .photocell{
 float: left;
 width: 150px;
 height: 150px;
 margin: .3em 0em 0em 1.5em;
}

 /* Formulates the photo layout. */
#content .imagecell{
 float: left;
 width: 640px;
 height: 640px;
 margin: .3em 0em 0em 1.5em;
}

 /* Formulates the photo navigation layout. */
#content .navcell{
 color: #990000;
 margin: 0em 0em 0em 3em;
 font-size: 11px;
}

 /* The footer. */
#footer{
 position: relative;
 width: 100%; height: auto;
 font: .8em verdana, sans-serif;
 color: #ccc;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: 1px #ccc solid;
}

 /* Styles the <acronym> tag. */
acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
} tag. */
acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
}

