@charset "utf-8";
/* CSS Document */



body {
	background-image:url(../images/background-josie.gif);
	background-repeat: no-repeat;
}

#imgbackground {
	height:760px;
	background-image: url(../images/background-josie.gif);
	background-repeat: no-repeat;
}


.titlemenutext {
	font-family:"Myriad Pro";
	font-size:30pt;
	font-weight:700;
	color:#000000;
}

.titlemenutextgrey {
	font-family:"Myriad Pro";
	font-size:11pt;
	font-weight:700;
	color:#AAAAAA;
}

a:link    {
	/* Applies to all unvisited links */
	font-family:"Myriad Pro";
	font-size:11pt;
	font-weight:700;
	text-decoration:none;
	color:#AAAAAA;
  } 
a:visited {
	/* Applies to all visited links */
	font-family:"Myriad Pro";
	font-size:11pt;
	font-weight:700;
	text-decoration:none;
	color:#AAAAAA;
  } 
a:hover   {
	/* Applies to links under the pointer */
	font-family:"Myriad Pro";
	font-size:11pt;
	font-weight:700;
	text-decoration:none;
	color:#000000;
  } 
a:active  {
	/* Applies to activated links */
	font-family:"Myriad Pro";
	font-size:11pt;
	font-weight:700;
	text-decoration:none;
	color:#000000;
  } 

