		body 
		{
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		font-size:100%;
		text-align:center;
		background-image:url(../images/home_tile.gif);
		background-repeat: repeat-x;
		background-color:#FCFCFC;
		}
		
		a 
		{
		color:#333366;
		}
		
		a:hover 
		{
		color:#333366;
		text-decoration:none;
		}
		
		#container 
		{
		position:relative;
		clear:both;
		width:1003px;
		height:569px;
		margin-left:auto;
		margin-right:auto;
		overflow:hidden;	
		background-image:url(../images/home_bk.gif);
		background-repeat:no-repeat;
		background-position:top left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		}
		
		#serve
		{
		position:relative;
		left:360px;
		top:285px;
		text-align:left;
		font:bold 18px Geneva, Arial, Helvetica, sans-serif;
		color:#333366;
		line-height:24px;
		padding:0;
		margin:0;
		}
		
		#blurb
		{
		position:relative;
		top:300px;
		left:30px;
		text-align:left;
		font:14px Geneva, Arial, Helvetica, sans-serif;
		color:#666666;
		line-height:18px;
		text-align:justify;
		padding:0;
		margin:0;
		font-weight:100;
		}
		
		#blurb p
		{
		width:560px;
		padding:0;
		margin:0;
		
		}
		
		#blurb ul
		{
		margin:0 0 0 15px;
		padding:0;
		color:#333366;
		font-weight:bold;
		font-size:16px;
		line-height:24px;
		}
		
		#blurb li
		{
		margin: 0;
		padding:0;
		} 
