*{margin:0; padding:0;}
body{text-align:center; background:url(back.gif);}
#wrapper{margin-left:auto; margin-right:auto; margin-top:20px;width:780px;}
#header{width:780px; text-align:left;color:#8266AE}
#header h1{font-size: 60pt;font-family: "brush script" cursive;text-indent:10px;}
#header p{font-size:20pt; font-weight:900;text-indent:180px;padding-right:7px}
img{margin-right:20px;margin-left:7px;}
#header-bottom{position:relative; width:600px height:25px; text-align:center;}
#header-bottom li{display:inline;margin-left:5px;}
#content{width:780px; text-align:left;}
#content p{padding:7px}
#footer{width:100%; height:25px; background:#0080C0;}
li{padding:10px}
#header-bottom a{font-size:16pt;font-family:"brush script" cursive;}
#header-bottom a:hover{font-weight:900;}
th{background:#0000ff;color:#000}
tr{color:#0000ff;}
#col1{width:350px;float:left;}
#col2{width:350px;float:left;}
.clear{clear:both;}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

