@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 100% georgia, sans-serif;
	line-height: 1.88889;
	color: #996600; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #996600;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #a63703;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #993300;
	}
a.footer:link {  
	text-decoration: underline; 
	color: #666666;
	font-weight: 200;
	}
a.footer:visited {  
	text-decoration: underline; 
	color: #a63703;
	font-weight: 200;
	}
a.footer:hover, a.footer:active { 
	text-decoration: underline; 
	color:#CC6600;
	font-weight: 200;
	}
a.title:link { 
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	}
a.title:visited { 
	font-weight: bold; 
	color: #996600;
	text-decoration: none;
	}
a.title:hover, a.title:active { 
	color: #993300;
	}
a.page:link {  
	text-decoration: underline; 
	color: #996600;
	}
a.page:visited {  
	text-decoration: underline; 
	color: #a63703;
	}
a.page:hover, a.page:active { 
	text-decoration: underline; 
	color: #993300;
	}
a img{
	border: none;
	}

/* specific divs */
td.right{
	text-align: right;
	}
#listings p.title {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
	text-align: left;
	}
#listings p.imgfooter {
	font-size: 10px;
	}
#listings p.footer {
	font-size:10px;
	text-align:right;
	}
#listings p.footercenter {
	font-size: 10px;
	text-align:center;
	}
#listings p.desc {
	text-align:justify;
	font-size: 14px;
	}
p.pages {
	text-align: right;
	font-size: 14px;
	}
td.footer {
	font-size: 70%;
	background-image:url('../images/footer33.gif');
	background-repeat:repeat;
}
td.rightsidebar {
	background-image:url(../images/right_sidebar.gif);
	background-repeat: repeat;
}
#search {
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
	color:#996600; }
#search legend {
	color:#996600;
	border-color:#FF0000;
	}
#search .fieldset {
	width:205px; 
	}
#search .fieldset .label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.2em;
 }
#search .fieldset .nobr {
	display:none; }  
#search .fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; 
	}

