body{
	background:			transparent;
	margin:			0px;
	padding:			0px;
}

#left{
	float:			left;
	height:			410px;
	width:			235px;
}

#right{
	float:			right;
	height:			410px;
	width:			627px;
	$width:			623px; //IE HACK
	
}

iframe{
	height:			390px;
	width:			627px;
	$width:			623px; //IE HACK
	border:			none;
	margin-top:			10px;
	margin-bottom:		10px;
}

ul{
	list-style-type:		none;
	margin-top:		60px;
	margin-left:		-15px;
	$margin-left:		22px;
}

ul li{
	font-family:		"Arial";
	font-size:		18px;
	font-weight:		bold;
	color:			white;
	margin:			0px;
	padding-bottom:		20px;
}

a:link{	color: 			white;
		text-decoration:		none;

}

a:visited{	
		color: 			white;
		text-decoration:		none;
}

a:hover {	
		color: 			white;
		text-decoration:		none;
}
		
a:active {	
		color: 			white;
		text-decoration:		none;
}
	
	