/*css_john*/

    p1 {
        font-family: adobe garamond, Arial;
        font-size: 12pt;
        font-weight: bold;
        text-align: left;
        color: black;

    }
    p2 {
        font-family: adobe garamond, Arial;
        font-size: 14pt;
        font-weight: normal;
        text-align: center;
        color: black;
        line-height: 0px;

    }

     
    p3 {
        font-family: adobe garamond, Arial;
        font-size: 12pt;
        font-weight: normal;
        text-align: center;
        font-style: italic;
        color: black;

    }

    p {
        font-family: adobe garamond, Arial;
        font-size: 12pt;
        font-weight: normal;
        text-align: left;
        font-style: none;
        color: black;

    }

    h1 {
         color: white;
         border: 0px;
         background-color: rgb(82, 13, 16);
         font-family: adobe garamond;
         width: 980px;
         heigth; 120px;

    }

    h2 {
         color: black;
         border: ;
         text-align: left;
         background-color: rgb();
         font-family: adobe garamond;


    }

    h3 {
         color: white;
         border: ;
         text-align: ;
         background-color: rgb();
         font-family: adobe garamond;
   
    }

    h1, h2, h3 {
         letter-spacing: 3px;
         padding: 10px;
         

    }
 
    body {
          background-color: rgb(0, 0, 0);
          background-image: url('images/Con-back.jpg');
          background-repeat: repeat-y bottom right; 
       background-position: 50% 50%; 
       background-attachment: fixed;
    }
		img.border {
       border: 0px solid  ;
       padding: 0px 0px 50px 0px ;
    }


    div.container		{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-color: transparent;
	left: 0px;
	top: 1px;


    }
 


#list-menu {
left: 20px;
width: 150px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
text-align: ;
 

}

#list-menu li {
margin: 2px 0 0;

} 

#list-menu a {
display: block;
width: 180px;
padding: 2px 2px 2px 10px;
border: 1px solid #d2b48c;
background:;
background-image: url(images/wood_background.jpg); background-repeat: no-repeat;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #ffffff;
color: #520d10;
} 

 