body				{
					margin:0px;
					background:#f1f1f1;
					background-image:url("designimages/background.gif");
					}

#main				{
					width:750px;
					}
					
#logo				{
					position:absolute;
					top:1px;
					left:1px;
					width:179px;
					height:51px;
					}
					
#navhead			{
				  	position:absolute;
					top:1px;
					left:181px;
					width:568px;
					height:51px;
					}
					
#menu				{
					position:absolute;
					top:53px;
					left:1px;
					width:179px;
					height:226px;
					}
					
#splash				{
					position:absolute;
					top:53px;
					left:181px;
					width:568px;
					height:226px;
					background:#ffffff;
					}
				
#fade				{
					position:absolute;
					top:280px;
					left:1px;
					width:179px;
					height:300px;
					background-image:url(designimages/fader.jpg);
					background-repeat:repeat-x;
					}
					
#case				{
					position:absolute;
					top:280px;
					left:181px;
					width:284px;
					height:125px;
					background:#56a4c5;
					background-image: url(designimages/caseback3.jpg);
					background-repeat:repeat-x;
					}
					
#news				{
					position:absolute;
					top:280px;
					left:466px;
					width:283px;
					height:125px;
					background:#b7d162;
					background-image: url(designimages/newsback.gif);
					background-repeat:repeat-x;
					}
					
#location			{
					position:absolute;
					top:79px;
					left:181px;
					width:568px;
					height:51px;
					}
					
#submenu			{
					position:absolute;
					top:53px;
					left:181px;
					width:568px;
					height:25px;
					background:#999999;
					}
					
#frontarticle		{
					position:absolute;
					top:406px;
					left:181px;
					width:568px;
					}
					
#article			{
					position:absolute;
					top:131px;
					left:181px;
					width:568px;
					}
					
#handheld			{
					display:none;
					}
					
					
					
					
