/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(images/ldp-header.jpg);
	}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 900px;
	height: 22px;
	margin: 0 auto;
	background: grey url(images/menu-normal.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 5px 40px 0 40px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover
{
	background: url(images/menu-normal.gif);
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/menu-active1.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: url(images/main-content-bg.gif);
}

#LeftColumn {
	float: left;
	width: 60px;
	height: 100%;
	padding: 20px 10px 0 10px;
	background-color: transparent;

}

#CenterColumn {
	float: left;
	width: 660px;
	padding: 20px 10px 0 10px;
}

#RightColumn {
	float: left;
	width: 120px;
	padding: 10px;
}

#smallcontent {
	float: left;
	width: 250px;
	padding: 10px;
}

#radiobox
{
	float: left;
	padding: 30px;
}


#radio
{
	float: left;
	width: 201px;
	height: 201px;
	padding: 3px;
	background-color: black;
}

/* shoppingcartstyle */

#emptyrow
{
	width: 700px;
	height: 50px;
	margin: 10 auto;
	padding: 10px 10px 10px 10px;
	font-size: small;
	clear: both;
	display: block;
	background-color: transparent;
	float: none;
	border-style: dotted;
	border-width: 1px;
	line-height: 14pt;
}


#apartmentrow
{
	width: 700px;
	height: 330px;
	margin: 10 auto;
	padding: 10px 10px 10px 10px;
	font-size: small;
	clear: both;
	display: block;
	background-color: transparent;
	float: none;
	border-style: dotted;
	border-width: 1px;
	line-height: 14pt;
}
#posteddate
{
	font-size: xx-small;
	font-style: italic;
}

#postedtitle
{
	font-size: large;
	font-style: normal;
	color: black;
	font-weight: bolder;
	line-height: 20pt;
}

#postedaddress
{
	font-size: small;
	font-style: normal;
	color: black;
	font-weight: bolder;
}

#posteddescription
{
	font-size: small;
	font-style: italic;
	color: black;
	font-weight: normal;
}

#postedprice
{
	font-size: medium;
	font-style: normal;
	color: black;
	font-weight: bolder;
	text-align: right;
	text-decoration: blink;
}

/* Footer */


#footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

/* Form elements */

INPUT, TEXTAREA, SELECT, OPTION
{
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #000080;
	background-color: #E0FFFF;
	border-color: #093;
	border-width: 1px;
	border-style: inset;
}


.post {
padding : 3px;
margin : 20px 10px 10px 5px;
border : 1px dashed #8a795d;
font-size : 80%;
color: #aaa;
background : transparent;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .viewimages { 
background : url(img/images.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 