@charset "UTF-8";
body {background-image:url(images/bg_main.jpg);}
h1 {font-family:Comic Sans MS,Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; padding:0px; margin:0px;}
hr {
  border: 0;
  width: 90%;
  color: #680369;
background-color: #680369;
height: 2px;
}



.table_main {margin-top:-30px;}

.content { width: 612px; font-family:Comic Sans MS,Arial, Helvetica, sans-serif; 
font-size:14px; color:#000000; line-height:22px; text-align:left; margin-right:4px;
}

a:link {color:#006600} /* unvisited link */
a:visited {color:#336633} /* visited link */
a:hover {color:#009900} /* mouse over link */
a:active {color:#009900} /* selected link */

.text { font-family:Comic Sans MS,Arial, Helvetica, sans-serif; 
font-size:14px; color:#000000; line-height:22px; 
}

.polaroid {background-image:url(images/bg_polaroid.jpg); 
background-repeat:no-repeat; width:353px; height:320px; margin-left:5px; padding-right:3px; }

.photo_page{background-image:url(images/bg_photo_page.jpg); 
background-repeat:no-repeat;  }

.photo1{text-align:center; margin-left:15px; margin-right:20px; margin-top:8px; margin-bottom:4px;  }
.photo2{text-align:center; margin-left:17px; margin-top:13px; margin-right:18px; margin-bottom:50px;}

#nav_box{ width:221px; background-image:url(images/bg_nav.jpg); background-repeat:no-repeat;}
.nav_box2{ width:221px; background-image:url(images/bg_nav2.jpg);}
.tag { margin-top:-15px; font-family:Comic Sans Ms, Arial; font-size:22px; font-weight:bold; }


/* begin left nav expanding menu  */

.menu1{}
a.menu1:hover{}
.submenu{
display: block;
text-decoration: none;
margin-left: 30px;
padding-top: 2px;
color: #006600;
font-family:Comic Sans MS, Verdana, Arial;
font-size:14px;
font-weight:bold;
}

a.submenu:link{ text-decoration:none; color: #006600;}
a.submenu:visited{ text-decoration:none; color: #006600;}
a.submenu:active{ text-decoration:none; color: #006600;}
a.submenu:hover{ text-decoration:none; color: #009900;}
.hide{
display: none;
}

.show{
display: block;
}