body {
font-size:90%;
font-family:arial,verdana, sans-serif;
background-color: #374203;
text-align:center;

}



a {
color: #ffffff;
}

a:hover {
color: #56ef00;
}

#wrapper {
width:800px; 
margin:0px auto; 
text-align:left; 
border:5px solid black;

}

div{
border: 0px solid black;
padding: 6px;
}


#header{
background-color:#993333;
width:500px;
padding: 10px;
text-align:center;
border: 10px solid #ffffff;
float: right;
margin-top: 20px;
font-family: Book Antiqua;
}

#header h2{
color:#ff9966;
font-size:150%;
text-align:left
}

#header h1{
font-size:300%;
text-align:left;
}

#navigation {
background-color:#374203;
width:500px;
text-align:center;
border: 10px solid #ffffff;
float: right;
margin-top: 5px;
padding: 10px;
}



#transbox{
width:190px;
height:140px;
margin:0px 30px;
background-color:#ffffff;
border:1px solid black;
opacity: .5; -moz-opacity: .5; filter:alpha(opacity=50);
float:left;
margin-bottom: 40px;
}



#transbox p{
margin:30px 30px;
font-weight:bold;
color:#000000;
font-family: lucida handwriting;
}


#content {
width: 500px;
padding: 10px;
margin-top: 10px;
float:right;
font-size:120%;
}


#footer{text-align: center;
clear: both;}