body {
background-color:#FFFFFF;
font-family:"Comic Sans MS";
}

ul {
margin-left: 10px;
}
li {
font-weight: bold;
list-style-type: none;
line-height: 250%;
list-style-image: url(../images/arrowSmall.gif);
}

/**************** Pseudo classes ****************/

a:link {
text-decoration: none;
color:#000000;
font-weight: bold;

}

li a:link {
text-decoration: none;
color:#000000;
font-weight: bold;

}

a:visited {
text-decoration: none;
color:#000000;
font-weight: bold;

}

li a:visited {
text-decoration: none;
color:#000000;
font-weight: bold;

}

a:hover {
text-decoration: none;
font-weight: bold;
color:#000000;
}

li a:hover {
text-decoration: none;
display: block;
font-weight: bold;

}

a:active {
text-decoration: none;
font-weight: bold;

}

/************************* ID's *************************/
#banner {
	position:absolute;
	width: 809px;
	left: 11px;
	top: 14px;
	height: 189px;
}

#doula {
	position: absolute;
	background-image: url(Images/roundedbutton.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	height: 100px;
	width: 140px;
	font-weight: normal;
	left: 152px;
	top: 400px;
}

#herbal {
	position: absolute;
	background-image: url(Images/roundedbutton.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	height: 100px;
	width: 140px;
	font-weight: normal;
	left: 500px;
	top: 392px;
}

#contact {
	position: absolute;
	background-image: url(Images/roundedbutton.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	height: 100px;
	width: 140px;
	font-weight: normal;
	left: 322px;
	top: 490px;
}
