/* baseline css starts here */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 11px; font-family: Verdana; vertical-align: baseline; background: transparent; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
:focus {outline: 0; }
a img, :link img, :visited img {border: 0; }

body {
	background-image:url(imagesPORTAL/repeater.jpg);
	background-repeat: repeat-x; 
  
}

p {
	color: #3a3009;
}

.nav a:link, .nav a:visited {
color:#3a3009;
font-size: 10px;

}

#wrapper { 
 margin: 0 auto;
 width: 850px;
 
}



#header {
 width: 850px;
 float: left;
 height: 176px;
 background: #FFFFFF;
}

#content {
	width: 510px;
	font-size: 11px;
	padding-left: 50px;
	padding-top: 10px;
	font-style: italic;
	float: left; 
}

#address {
	width: 257px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 10px;
	float: left;
	font-weight:bold
}

#farleftcolumn { 
 width: 47px;
 float: left;
}

#real_estate { 
 height: 359px;
 width: 257px;
 float: left;
}

#construction { 
 height: 359px;
 width: 257px;
 float: left;
}

#commercial { 
 height: 359px;
 width: 257px;
 float: left;
}

#footer {
	width: 850px;
	font-size: 8px;
	padding: 30px 0 30px 0;
	float: left;
	text-align: center
	
}



