/* CSS Document */

BODY	{

	font-family:	Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	
	}
	

a:link 
{ 
  color: rgb(189,16,16);
}

a:visited
{ 
  color: rgb(189,16,16); 
}

	
#header	{	
	
	width:				850px;
	height:				100px;
	margin:				0 auto;
	margin-top:         1px #ABABAB;
			
	}
	
#spacer	{

	width:				850px;
	height:				5px;
	background-color:	#FFFFFF;

	}
	
#navigation	{

	width:				850px;
	height:				30px;
	font-size:			11px;
	font-weight:		bold;
	margin:				0 auto;
	background-image:	url(images/spacer.jpg)
	
	}

#background	{

	width:				860px;
	margin:				0 auto;
	background-image:	url(images/bg_columns.gif);
		}


.content	{

	width:				800px;
	margin:				0 auto;
	padding: 			2px 4px 2px 4px;
	font-size:			11px;
	
		}
		
.footer	{

	width:				850px;
	margin:				0 auto;
	background-image:	url(images/footer.jpg);

		}
	
	
	