BODY {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
background-color: #cccccc; 
margin: 0px;
padding: 0px;
height: 100%;
}

HTML {
height: 100%;
}

A {
text-decoration: none;
}

IMG {
border: 0px;
}

P {
margin: 0px;
margin-bottom: 5px;
}

I {
font-size: 10px;
}

H1 {
margin: 0px;
font-size: 40px;
color: #ffffff;
padding-bottom: 6px;
/* text-shadow: #cccccc 1px 1px 1px; */
}

H2 {
margin: 0px;
margin-bottom: 3px;
font-size: 16px;
/* text-shadow: #cccccc 1px 1px 1px; */
}

H3 {
margin: 0px;
font-size: 12px;
}

#all {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#bg {
position: relative; /* keep for IE 5/6 bug*/
background-repeat: no-repeat;
height: 600px;
}

#menu {
position: relative;
top: 5px;
left: 32px;
height: 25px;
width: 750px;
font-size: 10px;
font-weight: bold;
text-align: center;
color: #ffffff;
}

#homebar {
/* position: relative; */
height: 100%;
width: 70px;
float: left; 
/* float required to stop menubar moving down */
border: 1px dotted #FFFFFF;
/* background-color: #953735; */
}

#hometext {
position: relative;
top: 5px;
}

#home A {
color: #ffffff;
}

#menubar {
/* position: relative; */
width: 650px;
height: 100%;
float: right;
border: 1px dotted #FFFFFF;
/* background-color: #953735; */
}

#menutext {
position: relative;
top: 5px;
}

#menu A {
color: #ffffff;
}

#content {
position: relative;
left: 132px;
top: 13px;
width: 650px;
height: 530px;
float: left;
}

#content A {
background: transparent url(../images/dots-alink.gif) repeat-x scroll 0 100%;
padding-bottom:1px;
}

#content A:hover, A:active {
background-color: #ffff99;
}

#headline {
}

#story {
height: 470px;
}

#upper {
height: 190px;
}

#description-outer {
float: left;
background-color: #818E3E;
width: 360px;
height: 100%;
opacity: 80%;
}

#description-inner {
padding: 10px;
}

#picture-outer {
/* position: relative; */
float: left;
background-color: #ffffff;
margin-left: 12px;
width: 275px;
height: 100%;
}

#picture-inner {
padding-top: 10px;
padding-left: 10px;
/* width: 100%; */
}

#lower {
position: relative;
margin-top: 12px;
}

#detail {
position: relative;
float: left;
padding: 10px;
background-color: #ffffff;
width: 340px;
}

#extras {
position: relative;
float: left;
display: inline;
padding: 10px;
background-color: #ffffff;
margin-left: 12px;
width: 255px;
}

#reveal {
position: relative;
left: 132px;
width: 650px;
float: left;
}

#reveal P {
font-size: 14px;
font-weight: bold;
text-align: right;
color: #DDDDDD;
}

#reveal A {
color: #DDDDDD;
}

#footer P {
text-align: center;
color: #666666;
}

/* For Contact page only */

#contactform {
margin: 0px;
padding: 0px;
}

#contactform table {
width: 100%;
font-size: 11px;
background-color: #eeeeee;
}

#contactform label {
float:left;
display: block;
width: 60px;
padding-right: 6px;
}

#contactform input {
float: left;
font-size: 11px;
}

#contactform textarea {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 240px;
height: 110px;
}

/* For Home/Contact pages only */

#introduction p {
font-size: 130%;
line-height: 120%;
margin-bottom: 10px;
color: #ffffff;
}

.home {
font-size: 250%;
color: #ffff66;
}

#homepagemenu table.hover {
background-color: #ff0000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#gallery {
position: relative;
z-index: 10;
}

/* Settings below for thumbnail image */

#gallery img {
border: 1px solid #cccccc;
margin: 0 5px 5px 0;
/* width: 64px;
height: 43px; */
width: 75px;
height: 50px;
}

#gallery a {
background: none;
}

#gallery a:hover {
background-color: transparent;
}

/* Settings below for enlarged image */

#gallery span {
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
}

#gallery span img {
border-width: 0;
padding: 0px;
width: 255px;
height: 170px;
}

#gallery a:hover span {
visibility: visible;
left: 0px;
top: -227px; /* places enlarged image in box above */
z-index: 20;
}

#gallery a:active span {
visibility: visible;
left: 0px;
top: -227px; /* places enlarged image in box above */
z-index: 20;
}