
html, body, img { margin: 0; padding: 0; }
	  
body {
	text-align: left;
	font-size: small;
	font-family: Arial, Geneva, Helvetica, sans-serif;
    background: #000000;
	}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }


h1, h2, h3, h4, h5 { 
                     font-family: Arial, Geneva, Helvetica, sans-serif;
	                 color: #000000;
	                 }

p { font-size: 100%;
	margin-left: 5px;
	}


ul li, ol li { font-size: 100%; }
ul li ul li a { font-size: 100%; }
	

a { text-decoration: none; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {color: #666666; }
a:active { color: #666666; }
a:visited:hover { color: #666666; }

#wrap {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
    
#main {
	width: 760px;
    padding: 0;
    margin: 0;
    text-align: center;
	}

#top {
    width: 760px;
    background: #FFFFFF;
    }

#infotable { 
width: 600px;
font-size: 11px;
margin: 0 auto 0 auto;
text-align: left;
}

.infotable { 
width: 600px;
font-size: 11px;
margin: 0 auto 0 auto;
}

#infotable td { border: 1px solid #999999; }

.infotable td { border: 1px solid #999999; }

#logo {
     background: url(images/logo.gif) top no-repeat;
     height: 72px;
    }
    
#footer {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 80%;
	width: 760px;
	color: #FFFFFF;
	}

#footer a { color: #FFFFFF; }

#flash {
	width: 760px;
	height: 200px;
	}

    
.listing {
    border-top: 2px solid #C8854E;
    border-right: 2px solid #C8854E;
    width: 325px;
    }
    
.listing2 {
    border-top: 2px solid #C8854E;
    border-left: 2px solid #C8854E;
    border-right: 2px solid #C8854E;
    text-align: right;
    background: #ECD4C0;
    width: 325px;
    }
    
 .listingb {
    border-top: 2px solid #C8854E;
    border-right: 2px solid #C8854E;
    border-bottom: 2px solid #C8854E;
    width: 325px;
    }
    
.listingb2 {
    border: 2px solid #C8854E;
    text-align: right;
    background: #ECD4C0;
    width: 325px;
    }