/*----- Add line spacing ------*/

p {
	line-height:25px;
}

/*----- Title -----*/
h1 {
	margin:0px;
	font-size:36px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	font-family:Myriad Pro, Arial;
}


/*----- User Defined -----*/



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7d7d7d;
	background-image:url(../images/bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#cce0e2;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#meerkatnav {
margin:auto;
width:950px;
}


img, div { behavior: url(../../../scripts/js/iepngfix/iepngfix.htc) }
