

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;
				}


	p.header{
		font-family:arial;
		font-size:14pt;
		font-weight: bold;
		text-align:center;
	}

		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.wrapper{
		margin-top:27px;
		padding-bottom:20px;
		border-style:solid;
		border-width:0px 0px 0px 0px;
		border-color:blue;
		float:left;
		width:800px;
	}

	div.framer{
		width:780px;
		float:left;
		height:30em;
	}

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

	div.inside_right_column{
		width:195px;
		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:178px;
		height:129px;
		background-color:rgb(194,198,203);
	}

	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;
	}

		div.footer
		{
		position:relative;
		height:35px;
		width:800px;
		background-color:rgb(0,0,0);
		float:left;
		}

	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;
	}
		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;
		}

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

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

