table
{
	border-collapse:separate;
	border-spacing:1px;
}

html, body{
/*	position:relative;*/
	height: 95%;
	font:normal 11px Arial;
	min-width:960px;
}


#page{
	/*position:relative;*/
	height:100%;
}

#header{
	background-color:white;
	position:fixed;
	z-index:10;
	height: 82px;
	left:0;
	right:0;
	top:0;
}

#header_banner
{
	margin:0px 40px;
}
#mainmenu
{
	font-size: 13px;	
	height: 25px;
	padding-top:0px;
	padding-bottom:4px;

}

#mainmenu ul
{
	float:left;
	margin-bottom:3px;
	margin-top:6px;

}

#mainmenu ul li
{
	padding-right: 10px;
	padding-left: 5px;
	
}

#secondary_menu a
{
	text-decoration: none;
	color:black;
}
#content
{
 	background:white url(home_bg.jpg)  repeat-x bottom;
	padding-top:85px;
}
p#claim{
	text-align: center;	
	font-size:13px;
	
}
#home_2,
#home_3
{
	width:346px;
	border:1px solid black;
}

#entra
{
  width:346px;
  height:113px;
  background:transparent url(logo_med.png) top;
	text-align: center;	
	display:block;
	margin-left:170px;
	padding-top:15px;
	display:block;
  text-decoration:none;
	font-size:16px;
	color:white;
}


#copy
{
	text-align: center;	
	font-size:11px;
}



.instruction
{
	position:fixed;
	right:45px;
	top:15px;	
	text-align:right;
	text-decoration:underline;
	color:#999999;
}

