body {
	background-color: #222222;
	margin: 0px;
}

div.nav {
	width: 150px;
	background-color: #222222; 
        border-width: 0px 2px 0px 0px;
        border-style: solid solid solid solid;
}

#listings img {
	border-color: #333333; 
        border-width: 1px 4px 4px 1px;
        border-style: solid solid solid solid;
}

#listings h2 {
	font-size: 16px;	
	margin-top: 0px;
	color: #333333;
}

div.listingphoto {
	background-color: #ffffff; 
	border-color: #333333; 
        border-width: 1px 4px 4px 1px;
        border-style: solid solid solid solid;
	padding: 0px;
	margin: 0px;
}

.address {
        font-family: arial;
        color: #eeeeee;
        font-size: 9pt;
        border-left: solid 10px #222222;
}

input.nav, select.nav, textarea.nav {
        border:1pt solid navy;
        background: white;
        font-family: arial;
        letter-spacing: 0pt;
        color: black;
        font-size: 10pt;
}

div.content { 
	position: relative;
	padding-top: 1pt; 
	padding-left: 20px; 
	padding-right: 50px; 
	padding-bottom: 20px; 
	background-color: #FFFFFF; 
        border-color: #B4B4B4;
        border-width: 0px 0px 0px 1px;
        border-style: solid solid solid solid;
}

p {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
	text-indent: 0px;
	text-align: normal;
}

ul,ol {
	margin-top: 0px;
}

dl {
	margin-top: 0px;
	margin-left: 10px;
}

font,li,dt {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
}

td {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
}

h1 { 
	color: #555544; 
	font-size: 17px; 
	line-height: 17px; 
	text-indent: 6px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

a {
	font-weight: normal;
	line-height: normal;
	font-size: 13px;
	color: #990000;
	font-family: Arial, sans-serif;
}
a:visited { color: #990000; }
a:hover { color: #000099; }

a.inline {
	font-weight: bold;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
a.inline:visited { color: #333333; }
a.inline:hover { 
	color: #888888; 
	text-decoration: underline;
}

input, select, textarea {
        border:1pt solid navy;
        background: white;
        font-family: arial;
        letter-spacing: 0pt;
        color: black;
        font-size: 10pt;
}
