/* CSS Document */

body 						{	background-color:#eed502;
								margin:0;
								padding:0;
								letter-spacing:-1px;
								color: #000;
								font: bold 30px/30px Helvetica, Arial, sans-serif;
								}
								
.white						{	color:#FFF;}
.green						{	color:#FF3;}
.pink						{	color:#000;}

p							{ 	margin: 0 0 30px 0;
}

a 							{	text-decoration: none; 
								background: url(underline1.gif) repeat-x 100% 100%;
								padding-bottom: 0px;
								white-space: nowrap;
								}
								
a.green 					{	text-decoration: none; 
								background: url(underline2.gif) repeat-x 100% 100%;
								padding-bottom: 0px;
								white-space: nowrap;
								}
								
a:hover						{	color:#FF6;}




		
#leftcontainer 				{	position:absolute;
								top:70px;
								left:66px;
								width:380px
								}
					
#rightcontainer 			{	position:absolute;
								top:70px;
								left:450px;
								width:380px
								}