body{
margin:0; padding: 0;
background: #fff url(images/bg.gif) fixed;
}

td {
   font: 85% "Franklin Gothic", Arial, Verdana, Sans Serif;
  line-height: 22px;
}

div.hr{
  background: transparent;
  background-image: url(images/hr1.gif);
  height: 15px;
  border: none;
} 

div.hr hr {
 display:none;
}

.test {
  padding: 12px 9px 12px 0.4em;
  background: #E2F7FE;
  border: 1px dotted #CCCCCC;
}

#wrapper {
width: 100%; height: 100%; min-height: 768px;
}

#header {
background: #fff url(images/examplebanner.jpg) no-repeat;
width: 100%;
height: 100px;
}

h1 {
  color: #006600;
  font: bold 200% Arial, Helvetica, sans-serif;
  
}

h2 {
  color: #006600;
  font:bold 100%  Arial, Helvetica, sans-serif
}

/* Popout Menu Css */
#menu{
background: #fff url(images/navbg.jpg);
width:100%;
height:25px;
border:solid #000000;	
border-width: 1px 0 1px 0;
}

#menu a, #menu h2{
text-align: center;
font:bold 11/16px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0px;
padding:1px 0 1px 3px;
}

#menu h2 a {
font:bold 11/16px arial,helvetica,sans-serif;
text-align: center;
}


#menu a{
background:#eee url(images/navbg.jpg);
text-decoration:none;
text-align: left;
}

#menu a{
color:#000;
}

#menu a:hover{
color:#FFF;
background:#eee url(images/navbg.jpg);
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:106px;
}

#menu li{
position:relative;
}
#menu li a { font-size:14px; }
#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width: 140px;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x{
font-weight:bold;
color:#000;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

/* End CSS Popout Menu */

#content {
background: #fbf3f7;
width: 100%;
height:auto; min-height: 350px;
border-bottom: 3px solid #b1defa;

}

#content p{
  font: 85% "Franklin Gothic", Arial, Verdana, Sans Serif;
  line-height: 22px;
  padding-top: 15px;
}
#albumlist { list-style-type:none; width: 100%; margin-top: 25px;}
#albumlist li {float:left; margin-right: 6px; margin-bottom: 22px;}
#albumlist img {display:block; border: 1px solid #000;}

.footer {
         clear: both;
         width:100%; 
	 background: #a28f69;
         font: normal 80% century gothic, arial, verdana, sans serif;
         color: pink;
	}
.footer a {
           style: none;
           color: turquoise;
           margin:3px;
          }