	
	body 
		{
			
  			font-family: georgia, "times new roman", times, serif;
  			font-size: 100%;	 /* 16px */
  			line-height: 1.5em; /* 15px */
 			background-image: url(images/birthdaycake4.jpg);
			background-repeat: no-repeat;
			width: 800px;
			padding: 60px;
			border: 1px solid #bbb;
			margin-top: 10px;
			margin-left: 30px;
	
		}

	#name 
		{ 

			background-color: white;
			border: 0px;
			height: auto;
			font-size: 22px;
			color: black;
			font-weight: bold;
			position: relative;
			left: 0px;
			top: 0px;
			padding-left: 15px;
			padding-top: 10px;
		}
	
	#nav
		{ 
			text-align: left;
			background-color: blue;
			height: 20px;
			font-size: 14px;
			color: black;
			font-weight: bold;
			position: relative;
			left: 0px;
			border: 0px solid black;
			padding: 3px 50px 3px 50px;
		}

	#nav a		
		{
			text-decoration: none;
			color: black;
		}

	#nav a:hover	
		{
			text-decoration: none;
			color: #FFF;
		}

	#nav a.on		
		{
			color: #FFF;
		}


	#center_ie	
		{	/* this is an IE5 fix. */
			text-align: center;

		}

	#centralBox 
		{
			height: auto;
			margin: 0px;
			border: 0x solid red;
			position: relative;

		}

	#content
		{
			text-align: left;
			margin: 20px 60px;
			padding: 20px 60px;
			font-size: 14px;
			width: 600px;
			background-color: #FFF;
			border: 0px solid black;
			position: relative;
			z-index: 1;
		}


	#my_twitter_status {	
					font-size: 10pt;  
					color: black; 
					font-weight: bold; 
				
					} 
	#my_twitter_status_time, #inter {	
					font-size: 10pt;  
					color: red; 
					font-weight: bold;
			
					 } 

	#bigquote { font-size: 12px;
			  font-weight: bold;
			color: black;
		
			}

	td
		{
			vertical-align: bottom;
			text-align: left;
		}



	img
		{
			border: none;

		}

	a		
		{
			color: blue;
			text-decoration: none;
		}



	img.floatleft 
		{ 
   			 float: left; 
			 display: inline;
   			 margin-left: 4px;
			 margin-right: 15px;
			 margin-top: 4px;
			 margin-bottom: 6px; 
		}

	img.floatright 
		{ 
  			 display: inline;
			 float: right; 
   			 margin-left: 15px;
			 margin-right: 4px;
			 margin-top: 4px;
			 margin-bottom: 0px;  
		}

