body {
background-color: #000000;
color: #ffffff;
font-size: 15px;
border: thin solid #CCCCCC;
}
#header {
height: 130px;
background: url(Images/header.jpg) no-repeat left;
color: #000000;
border-bottom: thin solid #CCCCCC;
}
.h1{visibility: hidden;}

#navigation {
float: left;
width: 110px;
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
padding-top: 10px;
background:url(Images/nav.gif) repeat-y top;

}
#body {
float: left;
width: 880px;
min-width: 800px;

}
#body-left {
border-left: #cccccc thin double;
border-right: #cccccc thin double;
float: left;
width: 355px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;

}

#body-left p {padding: 7px;}

#body-right {
float: left;
margin-left: 100px;
width: 300px;
}
.ul {
list-style-type: none;
text-align: left;
float: left;
margin-left: 3px;
display: block;
}

.li {
list-style-type: none;
text-align: center;
height: 60px;
display: block;
}
.li a {
width: 95px;
display: block;
}
.li a:hover {
color: #FF0000;
text-decoration: line-through;
display: block;
}
.a {
text-decoration: none;
color: #ffffff;
}

.h1 {
background: url(Images/pla.jpg) left no-repeat;

}
#slideshowtrans {margin-left: 22px;}

/* specs for wipe layers */
#outerDiv { 
position:absolute;
right: 880px;
top: 300px;
 }
#wipeDiv1 { position:absolute; z-index:1 }

#room {
color: #ff0000;
font-style: italic;
font-family: "Times New Roman", Times, serif;
}
#bowl {
 margin-left: auto;
 margin-right: auto;
 height: 455px;
 width: 700px;
 background: url(Images/bowl.jpg);
}
#construct {
 margin-left: auto;
 margin-right: auto;
 height: 455px;
 width: 700px;
 background: url(Images/construct.jpg);
 }
 
 #stats {
float: left;
width: 140px;
height: 30px;
margin-top: 10px;
maring-left: 400px;
 }
 h2, h3, h4 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #ff0000;
 padding-left: 10px;
 }
 
 #body {font-family: Verdana, Arial, Helvetica, sans-serif;}
 
 .span {
 color: #ff0000;
 }
 
 #body p {
 padding: 10px;
 line-height: 110%;
 }
 
form {
 color: #ff0000;
 margin-left: 120px;
 border: 1px dashed #ff0000;
 }
 
 #body-text {
 float: left;
 border-left: thin solid #cccccc; 
 }
 a:hover {color: #ff0000;}