/* Style sheet for aromatherapy pages */
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "lucida grande", "lucida sans unicode", arial, "bitstream vera sans", sans-serif;/*mac,windoze,linux*/
	background-color: rgb(255,255,204);
	line-height: 1.5;
}
#container{
	width: 70%;
	margin: 0 auto 0 auto;
	padding: 1% 2%;
}
#container p{
	font-size: 90%;
	margin: 0 0 0.5em 0;
}
/* This sets the style of the headings */
h1,h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: rgb(0,51,153);
	margin: 0 0 0.5em 0;
}
h1{font-size: 140%;}
h2{font-size: 120%;}
h3{font-size: 100%;}
/* This sets the style of the tables */
#aromatherapy_table table{
	width: 80%;
	margin: 0 0 1em 0;
}
#aromatherapy_table caption{
	display: none;
}
#aromatherapy_table th{
	font-size: 95%;
	text-align: left;
	color: rgb(0,51,153);
}
#aromatherapy_table td{
	font-size: 90%;
}
#aromatherapy_table .remedy{
	width: 30%;
}
#aromatherapy_table .ingredients{
	width: 50%;
}
#aromatherapy_table .quantity{
	width: 20%;
}
#botanical_names{
	width: 40em;
}
#botanical_names dl{
	width: 100%;
}
#botanical_names dl strong{
	font-size: 110%;
	color: rgb(0,51,153);
}
#botanical_names dt{
	font-family: "lucida grande", "lucida sans unicode", arial,  "bitstream vera sans",sans-serif;/*mac,windoze,linux*/
	font-size: 90%;
	float: left;
	clear: left;
}
#botanical_names dd{
	font-family: "lucida grande", "lucida sans unicode", arial,  "bitstream vera sans",sans-serif;/*mac,windoze,linux*/
	font-size: 90%;
	float: right;
	clear: right;
}
.licence{
	float: left;
	margin: 0.5em 0 0 0;
}
.licence h3{
	margin: 0 0 0 0;
}
.licence a:hover{
	text-decoration: none;
}
.spacer{
	width: 100%;
	clear: both;
	float: left;
	padding: 1em 0 0 0;
}
