/* CSS Document */

body 
	{
	background: url("bg.jpg") repeat-y;
 	background-color: #eff1f3;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
#flash
	{
	width: 1000px;
	height: auto;
	clear: both;
	}	

#foot
	{
	width: 1004px;
	height: 15px;
	clear: both;
	margin: 10px 0px 0px 0px;
	}

#foot a
	{
	color: #777;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #777;
	padding: 0px 10px;
	text-decoration: none;
	}
	
#foot a:hover
	{
	text-decoration: underline;
	}	
	
#foot_l
	{
	width: 150px;
	float: left;
	}
	
#foot_r
	{
	width: 550px;
	float: left;
	text-align: right;
	margin: 0px 0px 0px 298px;
	}	
