/*  $Id: freerealty.css,v 2.10 2007/02/28 17:22:24 pat Exp $   */
/* Basic css template for FreeRealty.  
 *
 */


} 
h1,h2,h3,h4 {  
 text-align: center;
 margin-left: 100px;}
 
 h4.listing { 
 font-weight: bold; 
 font-size: 120%; 
 text-align: left;
 margin-left: 100px;
 } 
:link { color: rgb(75, 75,255) }
:visited { color: rgb(200,0,200) }
/* :active { color: rgb(50,50,250); font-size: 125%  } */ /* Change the size if you don't like the larger link text when you click on it */ 

/* Sets up the title strip at the top of the page */


/* The link section just below the title  */
div.link { 
 width: 600px
 font-style: "sans-serif"; 
 font-size: 60%;  
 padding-right: 2em;

 padding-left: 1em; 
 padding-bottom: 0.12em; 
 text-align: right; 
 } 

/* Used by the content/featured.php file, we put a solid, thin black border 
 * around the featured properties, with a slight padding (spacing) 
 */

div.feature {
 float: left; 
 padding-left: 30px; 
 
 width: 120px 
}

div.featured {
 border: solid; 
 border-width: thin; 
 border-color: rgb(0,0,0);
 padding-left: 0.5em; 
 padding-bottom: 0.5em; 
 font-style: "ms sans serif"; 
  
 font-size: 80%;
 width: 250px;
}

div.middle { text-align: center;
 }


img.featured { 
border: solid; border-width: thin; border-color: rgb(125,125,125) 
} 
img.equalhousing { float:left;  padding: 0.5em  }

/* Single listing section */
/* Image title */
div.imagetitle { padding-bottom: 0.20em; font-weight: bold }


img.view {  padding-right: 0em; 
	/* padding-bottom: 0.5em; */
border: none; border-width: thin; border-color: rgb(25,25,25); width: 100px; height; 100px} 

/* Small bold font. "Click Photos to enlarge"  */ 
div.small_bold { font-size: 70%; font-style: "arial, sans serif"; 
 font-weight: bold; }
/*End listing section */

/* Used in content/main.php */
div.main { 
 fixed: right;  
 margin-left: 200px; 
 margin-right: 50px;
 padding-left: 1em;  
 padding-right: 5em;
 
 
 min-height: 120px;
 width: 600px;


 
 }
/* Single and multiple image view */
div.view { 
 float:left;
 margin-left: 40px;	
 margin-bottom: 3px;
 padding-left: 0.5em;
 padding-right: 0.5em;
 padding-bottom: 2px;



 }
div.admin {
	
      margin-left: 25%;
    
	 width: 500px;
}
div.edit_box {
	background-color:black;
	margin-bottom: 2em;
	margin-top: 2em;
	margin-left: 40px;
color: rgb(255,255,255);
width: 70%;
}


div.image_upload {
	padding-top: 1em;
	padding-left: 20%;
	margin-top: 2em;
	
}
/* Single and multiple image view */
div.search { 

 margin-left: 150px;	
 margin-bottom: 3px;
 padding-left: 0.5em;
 padding-right: 0.5em;
 padding-bottom: 2px;
 
 width: 700px;

 }
/* Try to get the page to look decent */
/* Sets the home and community features table */

div.features { 
	font-style: "Arial"; 
/* 	border: solid; 
	border-width: thin; */
 	font-size: 85%; 
	font-weight: normal;
	margin-left: 100px; 

}
 div.leftfeatures {
float:left;
/* border: dashed; */
/*	border-width: thin; */
/*	margin-right: 52%; */
	padding-right: 2em;
		 
 }
 div.rightfeatures {
fixed:right;
/* border: solid;
	border-width: thin; */
	 margin-left: 50%;
 }
	 
div.bottomlinks { font-style: "ms sans serif"; font-size: 70%; }

/* includes/user_bottom.php  */
div.foot { 
 clear:both; 
 height: 63px;       
 background-color: rgb(190,190,250); padding-left: 1em;
 padding-right: 2em; 
 padding-top: 0.5em;
 padding-bottom: 0.5em;  
 margin-top: 2em;
 margin-bottom: -8px; 
 margin-left: -18px; 
 margin-right: -8px;
 font-size: 80%;  
 }
font.title {
	font-weight: bold;
	font-style: "ms sans serif, sans serif";
}
font.foot {
float:right;
 text-align: right;
 padding-top: 25px ;
 padding-right: 2em;
}
<style type="text/css">




<style type="text/css">
body{background: #FFF;color: #333;text-align:center;font: 16px "Trebuchet MS",Verdana,Arial,sans-serif}
ul#about,ul#about li{list-style-type:none;margin:0;padding:0}
ul#about{
	width: 150px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul#about li{
	float:left;
	width: 150px;
	height:100px;
	padding: 30px 10px 20px 20px;
	margin:8px 8px 0 0
}
li#ab1{background: #FC0}
li#ab2{background: #9F3}
li#ab3{background: #F60}
li#ab4{background: #39F}
li#ab5{background: #F36}
li#ab6{background: #FFF;color: #000}
.style2 {color: #FFFFFF}



</style>

<style type="text/css">
div#box{
	width: 500px;
	padding: 20px;
	margin:0 auto;
	background:#FC0;
	color:#000
}
h1{font: lighter 200% "Trebuchet MS",Arial sans-serif;color: #208BE1}
h1,p{margin:0;padding:10px 20px}
.style3 {
	color: #000000;
	font-size: x-large;
}
</style>




<script type="text/javascript" src="/niftycube.js"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("div#about li","tl bottom big fixed-height");
Nifty("div#box","big");
}
</script>