/* Nav framework for Yamashita Flower Farm */

BODY {
	/* Whole-page settings */
	background-color: #838c68;
	margin-left: 8px;
	margin-top: 0px;
	/* Default fonts in the page */
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 { 	/* (unused) the site title */
	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
}

H2 { 	/* (unused) a page title */
	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
}

H3 { 	/* a section heading */
	font-size: 12pt;
	font-weight: bold;
	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
}
	
H4 { 	/* Smaller section heading or pull-quote */
	font-size: 10pt;
	font-weight: bold;
	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
}

HTML {
	/* Fix Mozilla centering on short pages, by causing a vertical scrollbar to appear. */
	height: 100%;
	margin-bottom: 10px;
}

UL.anchorLinksList { 	/* A list of anchor links - i.e. links to within the same page */
	list-style-type: square;
	margin-left: 0px;
	padding-left: 17px;
}

UL.anchorLinksList LI {
	margin-top: 0px;
	margin-bottom: 2px;
}

UL.topArticles { 	/* The main list of article links */
	font-size: 9pt;
	list-style-image: url(images/fleur-000-fff.gif);
	list-style-type: square;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 43px;
}

UL.topArticles LI {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-left: 10px;
}

UL.topArticles LI A {
	color: black;
}

.footer {
	font-size: 12px;
}

.footer A {
	color: black;
}

.fullInner { 	/* Inside dimensions - everything but the page background */
	width: 759px;
}

.fullInnerPadded {
	padding: 10px;
	width: 739px;
}

.fullOuter { 	/* Outside dimensions - everything but the page background */
	width: 760px;
}

.mainImagesLeft {
	width: 131px;
	padding-left: 16px;
	text-align: right;
	vertical-align: top;
}

.mainImagesLeft IMG {

	margin-top: 16px;
	padding-top: 0;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.mainText { 	/* Principal text cell */
	padding-left: 30px;
	padding-right: 80px;
	vertical-align:top;
}

.mainText P, .mainText UL {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
}

.spacingBelowLeftNav {
	height: 16px;
	width: 1px;
}

.spacingBelowLastAnchor {
	height: 80px;
	width: 1px;
}