	
	/* CSS Layout for Laslett.info 07/02/07 JH */
	
	body {
		font: 75% Arial, Helvetica, sans-serif;
		text-align: center;
		background-color: #990000;
	}
	
	/* Containing Frame */
	#frame {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 3px;
	}
	
	
	/* Left Nav and Logo Column */
	#leftNav {
		border: 1px solid #ccc;
		background-image: url(../images/left-nav-background.jpg);
		background-position: top left;
	    background-repeat: repeat-x;
		width: 150px;
		float: left;
	}
	
	#leftNav a {
		display: block;
		text-decoration: none;
		color: blue;
		padding: 3px;
		padding-left: 2px;
	}
	
	#leftNav a:hover {
		background: #ccc;
	}
	
	
	/* Right Container */
	#rightFrame {
		width: 630px;
		float: left;
		background-color: #E5F4EE;
	}
	
	
	/* Right Top Container */
	#rightTop {
	
	}
	
	/* Google Ads Top */
	#googleTop {
		width: 310px;
		height: 260px;
		border: 0px solid black;
		float: left;
		padding-left: 3px;

	}
	
	
	/* Intro Box Top */
	#introTop {
		width: 310px;
		height: 260px;
		border: 0px solid #ccc;
		float: left;
	}
	
	
	/* Right Bottom Container */
	#rightBottom {
	
	}
	
	
	/* Content */
	#content {
		width: 492px;
		float: left;
	}
	
	/* text note */
	.textNote {
		margin: 0px;
		padding: 5px;
		border: 1px solid #CC0000;
		background: #efefef;
	}
	
	.textNote img {
		float: left;
		margin-right: 5px;
	}
	
	.textNote h1 {
		margin: 0;
		padding: 0;
		font-size: 130%;
	}
	
	.textNote p {
		margin: 0;
		padding: 0;
		margin-top: 3px;
	}
	
	
	/* Right Nav */
	#rightNav {
		border: 1px solid #ccc;
		width: 130px;
		float: left;
		background-color: #D8DEE2;
	}
	
	#rightNav a {
		display: block;
		text-decoration: none;
		color: blue;
		padding: 3px;
		padding-left: 5px;
	}
	
	#rightNav a:hover {
		background: #ccc;
	}
	
	/* Footer */
	#footer {
		border: 0px solid #ccc;
		margin-bottom: 5px;
		width: 782px;
		background: #efefef;
	}
	
	/* Margin Box */
	.margin {
		margin: 10px;
	}
	
	.smargin {
		margin: 4px;
	}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.redheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

.smallblacktext {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
}

.smalltextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.gardenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333399;
	text-decoration: none;
}
