body {
	background-color: #656565;
	background-image: url(../img/background_gradient.jpg);
	background-repeat: repeat-x;
}
.candycoatedshell {
	width: 750px
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 750px
}
.filling {
	background-color: #262626;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.buying {
	background-image: url(../img/buying_bw_frame.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	float: left;
	height: 237px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	position: relative;
	width: 239px;
}
.buying:hover {
	background-image: url(../img/buying_color_frame.jpg);
	background-repeat: no-repeat;
}
.renting {
	background-image: url(../img/renting_bw_frame.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	float: left;
	height: 237px;
	margin-left: 3px;
	margin-top: 5px;
	padding: 0px;
	position: relative;	
	width: 240px;
}
.renting:hover {
	background-image: url(../img/renting_color_frame.jpg);
	background-repeat: no-repeat;
}
.selling {
	background-image: url(../img/selling_bw_frame.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	float: left;		
	height: 237px;
	margin-left: 3px;
	margin-top: 5px;
	padding: 0px;	
	position: relative;
	width: 239px;
}
.selling:hover {
	background-image: url(../img/selling_color_frame.jpg);
	background-repeat: no-repeat;
}
.header {
	border-bottom: 2px solid #000000;
	margin: auto;
	padding: 0px;
	position: relative;	
}
.navigation {
	background-color: #FFD700;
	border-bottom: 2px solid #000000;
	text-align: center;
	line-height: 10px;
	width: 746px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.nav {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em; /* non-IE */
	*font-size: 0.97em; /* IE */
	line-height: 1.25em; /* non-IE */
	*line-height: 1.22em; /* IE */
	margin-bottom: 4px;
	margin-top: 3px;
}
.choice {
	color: #000000;
	text-decoration: none;
}
.choice:hover {
	color: #FF0000;
	text-decoration: underline;
}
.choice:active {
	color: #FFFFFF;
	text-decoration: blink;
}
.content {
	background-color: #505050;
	color: #FFD700;
	border: 2px solid #000000;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 0px;
	width: 738px;
}
.category {
	color: #FFD700;
	margin: 2px;
	padding: 2px;
}
.news {
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}
.legal {
	color: #FFD700;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em; /* non-IE */
	*font-size: .72em; /* IE */
	text-align: center;
	margin-top: 5px;
}
.slideshow {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 4px;
	position: relative;
}
.docnav {
	color: #FFD700;
	text-decoration: none;
}
.docnav:hover {
	color: #FF0000;
	text-decoration: underline;
}
.docnav:active {
	color: #FFFFFF;
	text-decoration: blink;
}
.linknav {
	color: #FFFFFF;
	border-bottom: 1px dashed #FFD700;
	text-decoration: none;
}
.linknav:hover {
	color: #FF0000;
	border-bottom: none;
	text-decoration: underline;
}
.linknav:active {
	color: #FFFFFF;
	text-decoration: blink;
}