	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		background-image: url(http://www.bradymullis.com/product/dogwoodrealtyimages/bkg.gif);
		background-attachment: fixed;
		background-position: bottom left;
		background-repeat: no-repeat;
		background-color:#fff;
		}
	
	#leftcontent {
		margin: 10px 0px 0px 5px;
		position: absolute;
		left:10px;
		top:70px;
		width:200px;
		background: #ffffcc url(http://www.bradymullis.com/product/dogwoodrealtyimages/leftfade.gif) bottom left repeat-y;
		border:1px solid #e8e8e8;
		}
		
#adminleftcontent 
{
    	margin: 0px 0px 0px 5px;
		left:10px;
		position: absolute;
		width:200px;
		background: #ffffcc url(http://www.bradymullis.com/product/dogwoodrealtyimages/leftfade.gif) bottom left repeat-y;
		border:1px solid #000000;
				
}
		
    	#banner {
		margin: 5px 0px 0px 5px;
		background:#ffcc99;
		height:60px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		}
		
	#adminbanner {
		margin: 10px 0px 0px 15px;
		padding: 10px 10px 10px 10px;
		background:#ffffff;
		margin-left: 220px;
		border-top:5px solid red;
		border-right:5px solid red;
		border-left:5px solid red;
		border-bottom:5px solid red;
		}
		
    
	#centercontent { 
   		margin: 10px 0px 0px 5px;
   		margin-left: 215px;
   		margin-right:115px;
   				
				}
				
	div.bottom
	    {
	        font-size: 75%;
	        font-variant: small-caps;
	        padding-left: 10px;
	        /*padding-top: 200px;*/
	    }
								    
	#admincentercontent { 
   		margin: 15px 0px 0px 5px;
   		margin-left: 215px;
   		margin-right:115px;
		
				}
				
	table.listingtable 
	{
		padding: 1px 1px 1px 1px;
		border-top: 3px solid #e8e8e8;
		border-bottom: 2px solid #e8e8e8;
		background: #ffffff;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
	}
	
	table.agenttable 
	{
		padding: 1px 1px 1px 1px;
		border-top: 3px solid #e8e8e8;
		border-bottom: 2px solid #e8e8e8;
		background: #ffffff;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
	}
	
	table.listingtablealt
	{
		padding: 1px 1px 1px 1px;
		border-top: 3px solid #e8e8e8;
		border-bottom: 2px solid #e8e8e8;
		background: #ffffcc;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
	}
	
	TD.listingintro 
	{
		font-weight: normal;
		font-size: 10px;
	}
	
	TD.listinglink 
	{
		font-weight: normal;
		color: #336633;
		font-size: 10px;
	}
	TD.listingtitle
	{
		font-weight: bold;
		color: #000000;
		font-size: 12px;
	}
	

	
	TD.agentname
	{
		font-weight: bold;
		color: #000000;
		font-size: 12px;
	}
	
	TD.agenttext 
	{
		font-weight: normal;
		font-size: 10px;
	}
	
	#feature 
	{
		background: #ffff99;
	}
	
	#feature h1
	{
		font-weight: bold;
		color: #336633;
	}
	
	#feature p
	{
		font-weight: normal;
		color: #000;
	}
	
	#feature img
	{
		border: 1px solid #000;
	}
		
		
	#listing
	{
		background: #ffcc99;
		/*filter: alpha(opacity=75);	-moz-opacity: 0.75;*/
		position: absolute;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		width: 600px;
		left: 300px;
		top: 200px;
		
				
	}
	
	#listing h1
	{
		font-weight: bold;
		font-size: 14px;
	}
	
	#rightcontent {
		/*use this for My Listings*/
		position: absolute;
		right:10px;
		top:70px;
		width:200px;
		background:#ffffcc url(http://www.bradymullis.com/product/dogwoodrealtyimages/rightfade.gif) bottom right repeat-y;
		border:1px solid #e8e8e8;
		visibility: hidden;
		margin: 10px 0px 0px 5px;
		
		}
	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:18px;
		padding-top:10px;
		}
		
    #centercontent h2 
    {
        font-size: 12px;
        padding-top: 10px;
        padding-left: 10px;
            }
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px;
		}
	
	a {
		text-decoration:none;
		font-weight:bold;
		color:#c00;
		}
		
	pre {
		font-size:11px;
		color:blue;
		}
	
	.gray {
		color:#999;
		}
	
	ol {
		margin-right:40px;
		}
	li {
		margin-bottom:10px;
	}
	
	#mytag
	    {
	        font-size:9px;
	        color: Silver;
	        position: fixed;
	        bottom: 0px;
	        text-align: center;
	       
	    }
	    
	img.floatLeft 
	{
	    float: left;
	    margin: 4px;
	}
	
	input.controltextbox, textarea.controltextbox
	{
	border: solid 1px silver;
	background-color: #ffcc99;
	}
	
	input.actionbutton
	{
	    background-color: #ffffcc;
	    border: solid 1px silver;
	}
	
	input.actionbutton:hover
	{
	background-color: #eeffee;
	}
	
