


body {
		text-align: center; /* for IE */
		background-color:black;
	}
	.clearboth {
		clear:both;
		}
			div.container
			{
				position:relative;
				top:-17;
				margin: 0 auto;   /* align for good browsers */
				text-align: left; /* counter the body center */
				background-color:white;
				width:800px;
				}
		div.wrapper{
			margin-top:27px;
			padding-bottom:20px;
			border-style:solid;
			border-width:0px 0px 0px 0px;
			border-color:blue;
			float:left;
			width:800px;
		}

		div.header
		{
			position:relative;
			float:left;
			height:130px;
			width:800px;
			border-style:solid;
			border-width:0px 0px 5px 0px;
			border-color:rgb(0,0,0);
		}
	div.left_column{
		background-color:rgb(194,198,203);
		width:180px;
		height:800px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:white;
		float:left;
		margin-left:15px;
		padding-left:20px;
		padding-right:20px;
	}

	div.right_column{
		background-color:rgb(222,225,231);
		width:255px;
		height:800px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:white;
		margin-left:15px;
		padding-left:20px;
		padding-right:20px;
		float:left;
	}

	div.main_right{
	top:2px;
	}

	font.text{
		font: 12px helvetica;
	}

	font.header{
		font: 14px helvetica;
	}


	div.right_column_stuff{
		width:215px;
		height:800px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:black;
		float:right;
		margin-right:12px;
	}

	div.inside_right_column{
		width:195px;
		height:800px;
		border-style:solid;
		border-width:0px 0px 0px 1px;
		border-color:rgb(194,198,203);
		float:right;
	}

	div.featured{
		width:178px;
		float:right;
		border-width:0px 0px 1px 0px;
		border-color:rgb(194,198,203);
		border-style:solid;
		margin-bottom:25px;
		padding-bottom:5px;
	}

	div.featured_inside{
		width:158px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:20px;
		background-color:rgb(194,198,203);
		font-family:arial;
		font-size:9pt;
		font-weight: normal;
	}

	div.featured_inside_contactus{
		width:158px;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:20px;
		background-color:white;
		font-family:arial;
		font-size:9pt;
		font-weight: normal;
	}

	span.featured_text{
		line-height:25px;
		font-family:arial;
		font-size:10pt;
		font-weight: normal;
		color:rgb(194,198,203);
		float:right;
	}

	span.featured_text_dark{
		font-family:arial;
		font-size:10pt;
		font-weight: normal;
		color:rgb(0,0,0);
		float:center;
	}

	div.market_trend{
		width:178px;
		margin-top:10px;
		float:right;
	}

	#available{
		display: none;
		color: red;
	}

	#not_available{
		display: none;
		color: red;
	}

	div.footer{
		position:relative;

		height:35px;
		width:800px;
		background-color:rgb(0,0,0);
		float:left;
	}

	p.footer{
		position:relative;
		width:600px;
		color: rgb(178,183,191);
		font-family: arial;
		font-weight: normal;
		font-size: 7pt;
		margin-left: 0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	span.footer_link a:link{
		color: rgb(178,183,191);
		font-family: arial;
		font-weight: normal;
		font-size: 7pt;
		text-decoration:none;
	}

	span.footer_link a:hover{
		color: #f50103;
		font-family: arial;
		font-weight: normal;
		font-size: 7pt;
		text-decoration:none;
	}

	span.footer_link a:visited{
		color: rgb(178,183,191);
		font-family: arial;
		font-weight: normal;
		font-size: 7pt;
		text-decoration:none;
	}

	font.fix{
		font-family:arial;
		font-size:9pt;
		font-weight: normal;
	}

	span.linky a:link{
		font-family: arial;
		font-weight: normal;
		font-size: 9pt;
		color:#f50103;
		text-decoration:none;
	}

	span.linky a:visited{
		font-family: arial;
		font-weight: normal;
		font-size: 9pt;
		color:#f50103;
		text-decoration:none;
	}

	span.linky a:hover{
		font-family: arial;
		font-weight: normal;
		font-size: 9pt;
		color:#f50103;
		text-decoration:underline;
	}

	
/* BEGIN CSS RENDERING */


	
