	body	{	
			font-size: 12px;
			font-family: verdana, arial, sans-serif;
			line-height: 12px;
			color: #006;
			background: url(images/index_interface.jpg) no-repeat #DA1415;
			margin-top: 0%;
			margin-left: 0%;
		}

/*GRID STRUCTURE*/

	#container
		{
			width: 750px;
			
			margin: 0 0;
			padding: 0;
			/*border: 1px solid #fff;*/
		}
	#top		/* just for organization-grid structure */
		{	
			width: 750px;
			height: 153px;
			margin: 0 0;
			/*border: 1px solid #fff;*/
		}	
	#leftcol	/* just for organization-grid structure */
		{	float: left;
			width: 162px;
			margin: 0 0;
			/*border: 1px solid yellow;*/
		}	
	#rightcol	/* just for organization-grid structure */
		{	float: right;
			width: 583px;
			margin: 0 0;
			/*border: 1px solid orange;*/
		}	
/*---------*/


	#logo	{	position: absolute;
			float: left;
			top: 437px;
			left: 25px;
			width: 85px;
			height: 95px;
			/*border: 1px solid #fff;*/  /*when border is on, will nudge image roll over */
		}
	#logo img
		{	border: none;
			width: 85px;
			height: 95px;
		}
	/*#logo a
		{	z-index: -1;  /* used tansparent gif to make a hot spot 
		}
	logo a:hover	
		{	background: url(images/baba_logo_over.jpg) top left no-repeat;
			z-index: 1;
		}
			*/


	/*#footer	{	position: absolute;
			top: 525px;
			left: 185px;
			width: 530px;
			margin-right: 5px;
			padding: 0 10px;
			text-align: center;
			/*border: 1px solid #fff;
		}*/
	.copy	{
			font-size: 12px;
			color: #CCC;
		}
	.creator{
			margin: 0 auto;
			text-align: center;
			font-size: 12px;
			line-height: 12px;
			font-weight: normal;
			color: #CCC;
		}
/* LINKS */
a:link			{color: #FFF; font-size: 12px;}
a:link.creatorlink	{font-size: 10px; color: #CCC; text-decoration: underline;}
a.small			{font-size: 10px;}

a:visited 		{color: #FFC; font-size: 12px;}
a:visited.creatorlink	{font-size: 10px; color: #CCC;}
a:visited.small			{font-size: 10px;}

a:hover			{color: #F00;  background-color: #FFF;}
a:hover.creatorlink	{color: #FFF;  background-color: #F00;}
a:active		{color: #FFF;}