/* CSS Document */
html,body
{  height: 100%;  
   margin: 0;  
   padding: 0;
   background-image:url(../images/background.gif);
   background-repeat: repeat-x;
   font-family: Helvetica, Tahoma, Arial, sans-serif;
}
	
a	{
	color:#21201f;
	text-decoration:none;
	font-weight:bold;
	}	
	
a:hover	{
	color:#21201f;
	text-decoration:underline;
	font-weight:bold;
	}
	
.backgroundfix	{
	background-image:url(../images/q1_menu_buffer.jpg);
	background-repeat:repeat-y;
	}	
		
							
#alt_body	{
	background-image:url(../images/side_page_revised_02.jpg);
	width:800px;
	height:100%;
	}

#ContentTable{height:100%;}

#alt_bottom	{
	background-image:url(../images/side_page_revised_03.jpg);
	width:800px;
	height:35px;
	}
	
#shell	{
	padding:0px;
	margin:0px;
	border:0px;
	height:100%;
	}

