* {
	margin:0;
	padding:0;
}
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#shadow-top {
	display:none;
}

#shadow-bottom {
	display:none;
}

#shadow-content {
	background:none;
}

#wrapper {
    width:848px;
    padding:0;
    border:2px solid #424242;
}

#header {
    background-color:@header_background_color@;
}

#logo {
    overflow:hidden;
    padding:0;
    height:81px;
    background-image:@header_background_image@;
    background-repeat:@header_background_repeat@;   
}
#logo h1 {
    float:left;
    width:250px;
    height:100px;
    background-image:@logo_background_image@;
    margin:0;
}
#logo h1 a {
    text-indent:-9999px;
    display:block;
    height:100px;
}

.prop-desc {
	width:auto;
}

h2.page-heading {
	padding:8px 0 0 20px;
}

.prop-agents table td {
	text-align:left;
}