body, html { background: #000099 url(../graphics/background_shadows.gif) repeat-y center; }
body { text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ }
.twoColHybLtHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
	border-right: 3px groove #000099;
	border-bottom: 3px groove #000099;
	border-left: 4px groove #000099;
	border-top: 4px groove #000099;
}
.twoColHybLtHdr #header {
	background: #E14169 url(../graphics/blossoms_myfreeclipartcom.gif) no-repeat 98% center;
	padding: 0 10px;
	height: 120px;
	border-bottom: 1px solid #000099;
}
#header  h1  {
	padding: 0.5em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "French Script MT", "Lucida Console", Script, cursive;
	font-size: 300%;
	font-style: italic;
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 210px; /* since this element is floated, a width must be given */
	background: #CCD7F7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	border: 1px solid #000099;
	margin-top: 40px;
	margin-left: 5px;
}
#sidebar1  h3  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font: italic 200% "French Script MT", "Lucida Console", Script, cursive;
	margin-bottom: 0.25em;
	text-align: center;
	border-bottom: 2px groove #000099;
}
#sidebar1  p  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
div#buttons2 { margin-top: 0.25em; }
div#buttons2 ul { text-align: center; }
div#buttons2 li {
	display: block;
	margin: 0;
	padding: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 15px 15px 15px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 5px;
}
#mainContent h1 {
	font: italic 250% "French Script MT", "Lucida Console", Script, cursive;
	background-color: #4169E1;
	margin: 0.75em 20px;
	border: 1px solid #000099;
	padding-left: 0.25em;
}
#mainContent h2 {
	font: italic 200% "French Script MT", "Lucida Console", Script, cursive;
	border: 1px solid #000099;
	margin: 0.75em 20px;
	padding-left: 0.25em;
	background: url(../graphics/2854802_thm_myfreeclipartcom.gif) no-repeat 98% center;
}
.twoColHybLtHdr #footer2 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCD7F7;
	height: 50px;
	clear: both;
	margin-top: 1em;
	border-top: 1px solid #000099;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
div.line {
	margin: 0 auto;
	width: 650px;
	background: #FFFFFF;
	text-align: center;
	clear: both;
}
div.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float: left;
	font-style: italic;
	margin-bottom: 0.5em;
}
div.photocaption  img {
	border: 4px groove #4169E1;
	padding: 6px;
	margin: 5px;
	background: #ffffff;
	display: block;
}

img#cat { margin-top: 55px; }
img#sunflowers { margin-top: 55px; }
.twoColHybLtHdr #mainContent2 {
	margin: 10px 5px 5px 5px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0px;
}
#forsale #container { background: #FEFCF5; }

div.line2 {
	margin: 0 auto;
	width: 850px;
	text-align: center;
	clear: both;
}
div.photocaption2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	margin-bottom: 0.5em;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
div.photocaption2 img {
	border: 4px groove #4169E1;
	padding: 6px;
	margin: 5px;
	background: #ffffff;
	display: block;
}
div.photocaptionleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float: left;
	font-style: italic;
	margin-bottom: 0.5em;
}
div.photocaptionleft img {
	border: 4px groove #4169E1;
	padding: 6px;
	margin: 5px;
	background: #ffffff;
	display: block;
}

div.photocaptionright {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	float: right;
	font-style: italic;
	margin-bottom: 0.5em;
}
div.photocaptionright img {
	border: 4px groove #4169E1;
	padding: 6px;
	margin: 5px;
	background: #ffffff;
	display: block;
}
div.info {
	padding: 15px;
	clear: both;
}
.info p { padding: 5px; }
#linkback {
	margin-right: auto;
	margin-left: auto;
	width: 25%;
}
#counter img { padding-top: 2px; }
