
/* Layout Stylesheet */ 
* {
 padding: 0;
 margin: 0;
 }
html {overflow-y:scroll;}
body {
 margin:5px;
 background:#808080 url(images/soapstone.jpg);
 background-attachment: fixed;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:2px solid #000000;
 width:789px;
 margin:auto;
 }

#hdr {
 height:135px;
 background:#dcdcdc url(images/Logofade.jpg);
 color: #333333;
 }
 
#bar {
 height:20px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-decoration: none;
 }

#bodyblock {
 position:relative;
 background: #DCDCDC;
 color: #333333;
 width:789px;
 padding:0;
 overflow:hidden;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:101px;

 }
* html #l-col{height:430px} /* IE Min-Height Hack */ 

#list-menu {
/* define the width of menu */
width: 94px;
}

#list-menu ul {
/* define ul */
margin: 2px;
padding: 0;
padding-left: 2px;
list-style-type: none;
font-family:  arial, helvetica, sans-serif;
font-size: 12px;
font-weight:600;
} 

#list-menu li {
/* create spaces between individual li */
margin: 2px 0 0;
} 

#list-menu a {
/* define whatever inside the li */
display: block;
width:86px;
padding: 2px 2px 2px 6px;
border: 1px solid #000000;
background: #dcdcdc url(images/hickory.jpg);
text-decoration: none;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
/* define the color of the actual link */
color: #000099;
}

#list-menu a:hover {
/* create the rollover effect of the link */
border: 1px solid #000000;
background: #333333 url(images/topaz.jpg);
color: #ffffff;
} 

.image {
margin:6px;
padding: 0;
padding-left: 8px;
}
.form {
padding:20px;
}
#cont {
float:right;
width:678px;
background:#dcdcdc;
color: #333333;
border:solid #000000;	
border-width:0 0 0 1px;
text-align:left;
padding-bottom:10px;
min-height:450px;
}

* html #cont {height:430px} /* IE Min-Height Hack */ 

#cont ul {
/* define ul */
margin: 2px;
padding: 0;
padding-left: 30px;
list-style-type: none;
font-family:  arial, helvetica, sans-serif;
font-size: 14px;
font-weight: 600;
}

#table {
padding-left: 2px;
}

#gal-menu {
/* define the width of menu */
width: 200px;

}

#gal-menu ul {
/* define ul */
margin: 0;
margin-left:240px;
padding: 0;
list-style-type: none;
font-family:  arial, helvetica, sans-serif;
font-size: 14px;
} 

#gal-menu li {
/* create spaces between individual li */
margin: 2px 0 0;
} 

#gal-menu a {
/* define whatever inside the li */
display: block;
width:190px;
padding: 2px 2px 2px 2px;
border: 1px solid #000000;
background: #dcdcdc url(images/hickory.jpg);
text-decoration: none;
} 

#gal-menu a:link, #gal-menu a:active, #gal-menu a:visited {
/* define the color of the actual link */
color: #000099;
}

#gal-menu a:hover {
/* create the rollover effect of the link */
border: 1px solid #000000;
background: #333333 url(images/topaz.jpg);
color: #ffffff;
} 

#ftr {
clear:both;
 height:50px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0; padding:0;
 }
