img {
	border: 0px none;
}

body {
	text-align: center;
	background-image: url('../img/bg.gif');

	font-family: Helvetica, Arial, sans-serif;
}

div#frame {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;

	/*
	postion: fixed;
	*/

	text-align: left;
}

div#top {
	width: 781px;
	/* height: 232px; */
	height: 233px;
}

	div#top {
		position: relative;
	}
	
	div#top img#logo {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 200;
	}
	
	div#top img#skin-top {
		position: relative;
		z-index: 100;
	}

div#leftSide {
	background-color: #d4c7b2;

	width: 327px;
	float: left;

	margin-top: -3px;
}

html>body div#leftSide {
	margin-top: 0px;
	height: 327px;
}

div#content {
	background-color: #d4c7b2;
	float: left;

	/* padding-top: 50px; */
	padding-top: 10px;
	padding-right: 20px;

	height: 277px;
	width: 434px;;

	font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
	line-height: 1.8em;
	font-weight: normal;
	font-size: 10pt;
}

html>body div#content {
	/* height: 277px; */
	height: 317px;
}

div#bottomLeft {
	background-color: #7e0a0f;
	float: left;

	text-align: left;

	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 40px;

	color: #FFFFFF;

	width: 255px;
	height: 15px;

	font-size: 10pt;
	letter-spacing: 2px;
	margin-top: -3px;
}

div#bottomLeft a { 
	color: #fff; 
	font-size: 12px; 
	text-decoration: none; 
	letter-spacing: 1px;
}

html>body div#bottomLeft {
	margin-top: 0px;
}

div#bottomRight {
	background-color: #7e0a0f;
	float: left;

	width: 486px;
	height: 51px;

	margin-top: -3px;
}

html>body div#bottomRight {
	margin-top: 0px;
	height: 50px;
}

img#picture {
	border: 2px solid #7e0a0f;

	position: relative;
	bottom: 80px;
	left: 690px
}

/* Featured Listing Styles */
div#featuredListing #boundBox {
	height: 100px;
	width: 424px;
}

div#featuredListing h2 {
	color: #7e0a0f;
	font-size: 1.4em;
	margin:0px;
	padding:0px;
}

div#featuredListing p {
	line-height: 1.9em;
	font-size: 0.9em;

	margin-top: 4px;
}

div#featuredListing img {
	margin-right: 20px;
}

a.more {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #9b2424;

	text-decoration: none;
}

p {
	margin-top: 0px;
}

/* fck */
img.cms-left {
	float: left;
	margin: 0 10px 5px 0;
}

img.cms-right {
	float: right;
	margin: 0 0 5px 10px;
}
