

	body {		
		background-color:#6E7F5F;
        background-image:url(images/bgimage.jpg);
		background-attachment: fixed;
		background-repeat:repeat-y;
		margin:0;
		width: 798px;
		font-family: arial, sans-serif;			
		}
		
	A:link IMG { border: none }







	/* NAVIGATION BUTTONS ------------------------------ */
    


	#navigation ul {
    		list-style:none;
    		font-family: Arial, Helvetica, sans-serif;
		}
	
	#navigation a {
    		background-image:url(images/nav.jpg);
    		background-repeat:no-repeat;
    		display:block;
    		width:94px;
    		height:10px;
			font-weight: normal;
			margin:0px;/* vertical spacing between links*/
    		/*text-vertical-indent:-1em;*//*Hides the text of the link*/
		}
	
	#navigation a:hover, a:active {
    		background-position:0 -35px;
    		background-repeat:no-repeat;
			color: #000000;
			font-weight: bold;
		}
		
	#navigation li {
    		float:none;/*Horizontal arrangement*/
			line-height: 33px;/*Text in center of button*/
		}


	/* INFO ------------------------------ */

	#info {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 80%;
		left:20px;
		right:80px;
		}




#home
{
  display: block;
  width: 89px;
  height: 31px;
  background: url("images/buttons/homebuttonshift.jpg") no-repeat 0 0;

}

#home:hover
{ 
  background-position: 0 -31px;
}

#home span
{
  display: none;
}
