/* CSS Document */
		
body
		{
		background: #FEEEAD;
		color:#000000; 
		margin:0px;
		} 
		
p
		{
		font: 13px arial; 
		} 
		
body
		{
		background: #FEEEAD;
		color:#000000; 
		margin:0px;
		} 
		
a:link { color: #999999; }
a:visited { color: #999999; }

#links {
		position: absolute;
		top: 146px;
		left: 1px; 
		width: 127px; 
		height: 350px;  
		}
		
#site {
		position: absolute;
		font: 10px arial; 
		top: 515px;
		left: 10px; 
		width: 127px; 
		height: 20px;  
		}
		
#links li 
		{ 
		float: left;
		}
			
#links ul 
		{	
		margin: 0px; 
		padding: 0px; 
		list-style: none;
		}
			
#links a:link 
		{
		text-decoration: none
		}
		
#links a:visited
		{
		text-decoration: none
		}
   
#pict1	{	
		display: block; 
		width: 125px; 	
		height: 50px; 
		border: solid 1px; 
		background: url("images/bhome.gif") no-repeat 0 0;
		margin: 10px;
		}

#pict1:hover
		{background-position: 0 -50px;}


#pict2	{	
		display: block; 
		width: 125px; 	
		height: 50px; 
		border: solid 1px; 
		background: url("images/bholiday.gif") no-repeat 0 0;
		margin: 10px;
		}

#pict2:hover
		{background-position: 0 -50px;}

		
#pict3	{	
		display: block; 
		width: 125px; 	
		height: 50px; 
		border: solid 1px; 
		background: url("images/barea.gif") no-repeat 0 0;
		margin: 10px;
		}

#pict3:hover
		{background-position: 0 -50px;}
		
#pict4	{	
		display: block; 
		width: 125px; 	
		height: 50px; 
		border: solid 1px; 
		background: url("images/bcontact.gif") no-repeat 0 0;
		margin: 10px;
		}

#pict4:hover
		{background-position: 0 -50px;}

		
#pict5	{	
		display: block; 
		width: 125px; 	
		height: 50px; 
		border: solid 1px; 
		background: url("images/bcomments.gif") no-repeat 0 0;
		margin: 10px;
		}

#pict5:hover
		{background-position: 0 -50px;}

h1		{
		font-family: arial;
		font-size: 20px;
		}

