/* 
Designed by: 
CLYDE L. VALCORZA
7/31/2K7 

"A Gift site for Michael Gabriel Sumastre"
**************************************************************************************************/

td
	{
	font-size:11px;
	color:#333333;
	font-family: verdana;
	}
	
.bg
	{
	background:url(../images/bg.gif) center top repeat-y #000000;
	background-color:#FFFFFF;
	}	
	
	
/* BANNER STUFF
**********************/	
.banner1
	{
	background:url(../images/Untitled-2_r1_c1.jpg) no-repeat;
	width: 800px;
	height: 221px;
	}
.banner2
	{
	background:url(../images/Untitled-2_r2_c1.jpg) no-repeat;
	height: 118px;
	}
	
/* CONTENT STUFF
**********************/		
	
.left-content-area
	{
	background-color: #A8BC36;
	width: 451px;
	}		
	
.right-content-area
	{
	background-color: #92AC03;
	width: 349px;
	}	

.footer-area
	{
	background-color: #F9440B;
	height: 57px;
	}	
	
	
	
/* link stuff
**********************/
a.clyde:link,a.clyde:visited
	{
	font-family:verdana;
	color: white;
	font-weight:bold;
	text-decoration:none;
	}

a.clyde:hover
	{
	color: #FFCC00;
	text-decoration:underline;
	}


a.main:link,a.main:visited
	{
	font-family:verdana;
	color: #FFFF99;
	font-weight: normal;
	text-decoration:none;
	}

a.main:hover
	{
	color: white;
	font-weight: normal;
	text-decoration:underline;	
	}	
	
