/* CSS Document */


#container {
width: 900px;
height:800px;
margin: 0 auto;
border:none;
}

body {
	margin:0px;
	background-color:##ffffff;
	font-family: Tahoma;
	font-size: 12px;
	}
	
.header {
	width: 898px;
	height: 200px;
}	
	
.left_column {
	width: 200px;
	height: 553px;
	padding-top:5px;
	margin: 0;
	border: none;
	float: left;
}
.right_column {
	width: 650px;
	height: 553px;
	float: right;
	background-color: #FFFFFF;
	font-family: "Stylus BT";
}

.tdleft {
	width: 184px;
	height: 553px;
	border: none;
	padding: 0px;
	float: left;
	margin: 0px;
}
		
a {

	font-family: Tahoma;

	font-size: 12px;

	color: #660000;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #660000;

}

a:hover {

	text-decoration: underline;

	color: #990000;

}

a:active {

	text-decoration: none;

	color: #660000;

}	
.footer {
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
}

