.laurastyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.laurastylewht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.laurastylebi {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #996600;
}
#content {
	background-color: transparent;
	width: 740px;
	margin-left: 0px; 
	padding-bottom: 20px;
	
}
#content h1 {
	margin: 0 0 10px 30px;
	padding-top: 20px;
	color: #623892;
	font-style: italic; 
	font-weight: 500;
}

#content h2 {
	margin: 0 0 10px 30px;
	padding-top: 20px;
	color: #8859BE;
	font-style: italic;
	font-weight: 500; 
}

#content p {
	margin: 0 0 5px 30px;/* sets the margins on the p element with the content div*/
	font-size: 100%; /* scales the font size - no family declared, we are using the default from the body rule*/
	padding: 10px 25px 0 0;/* sets the padding on the p element when it is within the content div*/
}
#content .left {/* Floats the images in the main content area to the left */
	float: left;/*Floats the image to the left*/
	margin: 5px 20px 2px 0;/*sets the margins so the image sits nicely in the p elements*/
	border: 1px solid #000;/*sets a border on the image*/
}


#content .right {/* Floats the images in the main content area to the right */
	float: right;/*Floats the image to the right*/
	margin: 5px 0 2px 20px;/*sets the margins so the image sits nicely in the p elements*/
	border: 1px solid #000;/*sets a border on the image*/
}