html{
	width:100%;
	height:100%;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#FFFFFF;
	background-image: url(../images/background/manna_main_background_tile.jpg);
	background-repeat:repeat-x;
	color:#999999;
	
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#222;
	font-weight:bold;

}

div > p:first-child { 
margin-top:0;
display:inline;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#f26622;
	font-weight:bold; 

}
h2 {
 font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#9a9a9a;
	font-weight:bold; 
	display:inline;

}

h3 {
 font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fbab3b;
	font-weight:bold; 
	display:inline;

}
h4 {
 font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	font-weight:bold; 
	display:inline;

}
img {
  border:0px;
}

a:link {
color:#FBAB3B;
text-decoration:none;

}

a:visited {
color:#FBAB3B;

}

a:hover {
color:#111;
}


