body {
  background-color: #000099;
  background-image: url("bg.gif"); 
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
   scrollbar-face-color: #000099;
   scrollbar-shadow-color: #666666;
 scrollbar-highlight-color: #0000FF;
scrollbar-track-color: #0000ff;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000099;
scrollbar-darkshadow-color: #0000DA;
  }

#main {
width:780px;
background-color: #0033CC;
border-color: #FFFFFF;
border-width: 1px 1px 0 1px;
border-style: solid;
}

#header {
color: #FFFFFF;
padding: 1.5em 1.5em 0 0;
text-align: right;
width:100%;
height: 100px;
background-color: transparent;
background-image: url("header.gif"); 
background-repeat: no-repeat;
background-position: 0%; 
border-color: #FFFFFF;
border-width: 0;
border-style: solid;
}
.stripe {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
text-align: right;
width: 100%;
background-color: #0066FF;
background-image: url("stripe.gif");
border-color: #FFFFFF;
border-width: 0;
border-style: solid;
padding: 0 1.5em 0 0;
clear: both;
}

.stripe-inner{padding-right: 1.5em}

.box {
color: #FFFFFF;
font-size: 10px;
background-color: transparent;
text-align: left;
border-color: #FFFFFF;
border-width: 1px;
border-style: solid;
padding: 8px;
margin: 7px;

float: left;
clear: left;
width: 180px;
}


.stripe a{
color: #ffffff;
text-decoration: none;
background-color: transparent;
}
.stripe a:hover{
background-color: #1A00FF;
color: #FFD700;
}

.box a{
color: #ffffff;
text-decoration: underline;
background-color: transparent;
}
.box a:hover{
color: #FFD700;
text-decoration: underline;
background-color: transparent;

}


#content {
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 1em 0.5em 1.5em;
float: right;
width: 530px;
/* background-color: #00E6FF; */
color: #FFFFFF;
background-color:transparent;
border-color: #FFFFFF;
border-width: 1px 0 1px 1px;
border-style: solid;
}

#photo {
  margin: 0;
  padding: 0;
width: 520px;
height:344px;
background-color: #000099;
background-image: url("bg.gif"); 
}


#content a{
color: #FFD700;
background-color: transparent;
text-decoration:none;

}
#content a:hover{
color: #FFFF00;
text-decoration: underline;
background-color: transparent;
text-decoration:none;
}

#button {
font-size: 17px;
}

#special {
text-align: center;
}
.box ul {
font-size:13px;
font-weight:bold;
margin-left: -25px;
}

td {
color: #FFFFFF;
}
.siteby {
text-align: right;
font-size: 10px;
color: #FFF;
padding-right: 21px;
}

.siteby a {color: #FDD700;}