#outerbox{
 float: right;
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}

#outerbox2{
 float: left;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}

#outerbox3{
 float: left;
 padding-left: 5px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
}

#largebox{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 740px;
}

#box{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 580px;
}

#sidebox{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 300px;
}

#minibox{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 223px;
}

#minibox2{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 215px;
}

#microbox{
 background: #FFFFCC url('../images/border/borderup.gif') left top repeat-y;
 padding-left: 20px;
 width: 150px;
}

#r{
 background: #FFFFCC url('../images/border/borderdown.gif') right top repeat-y;
 padding-right: 20px;
}

#r #t{
 background: #FFFFCC url('../images/border/borderright.gif') left top repeat-x;
 padding-top: 50px;
}

#r #t #b{
 background: #FFFFCC url('../images/border/borderleft.gif') left bottom repeat-x;
 padding-bottom: 50px;
 padding-left: 5px;
 padding-right: 5px;
}

#r #t #b a{
 text-decoration: none;
 color: #0000FF;
}

#r #t #b a:hover{
 text-decoration: none;
 color: #990000;
}

#whitebox{
 background: #FFFFFF;
 padding-top: 3px;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
}

#whitebox a{
 text-decoration: none;
 color: #0000FF;
}

#whitebox a:hover{
 text-decoration: none;
 color: #990000;
}