body {
   background-color: #e0e0e0;
 font-family: "Century Gothic", "Arial Narrow", Arial, Trebuchet MS,arial,verdana,sans-serif;
   color: #333;
   }

.container {
   border: 1px solid #333;
   background-color: #fff;
   width: 770px;
   margin-right: auto;
   margin-left: auto;
}
.content {
   padding-left: 8px;
   padding-right: 8px;
   font-size: 0.95em;
   line-height: 130%;
}

.header {
 font-family: "Century Gothic", "Arial Narrow", Arial, Trebuchet MS,arial,verdana,sans-serif;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   background-color: #095BA5;
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   padding-right:11px;
   padding-top:3px;
   padding-bottom:3px;
   text-align: right;
   }
   
.header a:link {
	color: #fff;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}

.header a:visited {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}

.header a:hover {
   color: #ff9;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: underline;
} 

.footer {
   color: #fff;
   border-top: 1px solid #333;
   background-color: #095BA5;
   text-align: right;
   font-size: 10px;
   text-transform: uppercase;
   padding:4px;
   }
   
.footer a:link {
	color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer a:visited {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
}

.footer a:hover {
   color: #ff9;
   font-weight: normal;
   text-transform: uppercase;
} 

.listings {
 background-color: #eee;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 border-top: 1px solid #666;
 padding:0px;
 }
.listings_h {
 background-color: #999;
 font-size: 1.2em;
 padding: 3px;
 border-bottom: 1px solid #666;
 }
.listings_t {
 font-size: .83em;
 padding: 3px;
 }
 
a:link {
	color: #095BA5;
   font-weight: bold;
}

a:visited {
   color: #CD6233;
   font-weight: bold;
}

a:hover {
   color: #990;
   font-weight: bold;
} 

h1 {
   font-family: georgia, times new roman, times,serif;
   line-height: 110%;
}

big {
   font-size: 18px;
   line-height: 110%;
}

small {
   font-size: 0.8em;
   font-family: Verdana,Arial, Geneva, sans-serif;
   line-height: 110%;
}
