/* CSS Main External File. 2006 Brett Borders */

#banner {
	background-image: url(images/slim-bg.png);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;

}

/* Sets the main typography */

#content_main p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10pt/17pt;
		color: #555753;
		line-height: 1.25;
		}

div#footer p { font-family: "Trebuchet MS";
				font-size: .9em;
				line-height: .9}

	
.caption { color:#333333;
		  font-family: Georgia, "Times New Roman", Times, serif;
		  font-size: 0.8em;
		  line-spacing: .9;}
		  
		  
table .listingdescription { color:#333333;
		  font-family: Georgia, "Times New Roman", Times, serif;
		  font-size: 10pt;
		  line-spacing: .9;}
	
.captionbold {
			color: #000000;
			font-family: Georgia, "Times New Roman", Times, serif;
	      font-weight: bold;
		  font-size: 0.8em;
		  line-spacing: .9;}
		  
.address {
			color: #000000;
			font-family: Georgia, "Times New Roman", Times, serif;
	      font-weight: bold;
		  font-size: 0.8em;
		  line-spacing: .9;}

.fineprint {  color: #555555;
			font-family: Georgia, "Times New Roman", Times, serif;
		  font-size: 0.6em;
		  line-spacing: .7;}
		  
.designcredit  {  color: #888888;
			font-family: trebuchet,sans-serif;
		  font-size: 0.8em;
		  line-spacing: .85;}
		
		  
		 
ul.listing{text-align: left}
ul.listing li {font-family: Trebuchet MS;  ; font-size: .8em; line-height: 1.45;}

	
		   





a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {color:#C18181;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

		
body {
	background-color : #ffffff;
	text-align : center;
	background-image: url(images/slim-bg.png);
	background-repeat: repeat-x;
	margin: 0 0 -10px 0;
	width: 100%;  
}


html {background: url(images/html2.png) repeat-y;}

h1 {font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
	color: #990000;
}

h3 { color:#525252; 
     font-size: medium;}
.bodytext {
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
	font-size: small;
}

