/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
		<link rel="stylesheet" type="text/css" href="/css/cobrands/property/main.css"/>
	  
*/


body {
 font-family: Arial, Helvetica, sans-serif;
 background-color:#393a3d;
 padding:0;
	margin:0;
}

#p_wrapper { 
 margin: 0 auto;
 width: 922px;
 background: #FFFFFF;
}

#p_header {
	margin:0px;
	padding:0px;
	background:#FFFFFF URL(header_bg.gif) top left repeat-x;
	height: 188px;
}

#header_left {
 color: #333;
 width: 565px;
 float: left;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}

#header_right {
 background-color:transparent;
 float:right;
 padding:12px 0px 0px 0px;
 height:188px;
}

#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #e0fceb;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #5d9e9b;
 background-image:url(images/left_bckgnd.jpg);
 background-repeat:repeat-x;
 
 margin: 5px 5px 5px 5px;
 padding: 10px;
 height: 350px;
 width: 190px;
 float: left;
}

#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 margin: 5px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 456px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 border: 1px solid #5d9e9b;
 background-image:url(images/left_bckgnd.jpg);
 background-repeat:repeat-x;

 margin: 5px 5px 5px 5px;
 padding: 10px;
 height: 350px;
 width: 190px;
 float: left;
}

#p_footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #5d9e9b;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 13px;
}
