/* CSS Document */

<style type="text/css">

*{margin:0px;padding:0px;}

body { margin-top:25px; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing:1px; color: #FFF; text-align:center; }

a {color: #FFF; text-decoration:none; }
a:hover {color: #666; text-decoration:none; }

#wrap { background: url(images/home.jpg); width:870px; height:381px; margin:0px auto; }


#copy { font-size: 16px; line-height: 30px; text-transform:uppercase; padding-top:100px; }
#copy2 { font-size: 14px; font-style:italic; }

#nav { text-align:center; font-size: 12px; }
#nav li {
background: url(images/list.jpg) top left no-repeat;
list-style:url(images/list.jpg);
display: inline; 
padding-left: 20px;
}

#nav li a { color: #FFF; text-decoration: none; padding-right: 20px; }
#nav li a:hover { color: #666; text-decoration: none; }


#bottom1 { background: url(images/footer.jpg); background-repeat: no-repeat; width: 870px; height: 144px; margin:0px auto; }

</style>