@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
#menulist a:hover {
	color: #F96;
}
#menulist a:link {
	color: #69C;
}
a {
	text-decoration: none;
	color: #69C;
}
a:hover {
	text-decoration: none;
	color: #F63;
}
p a {
	color: #69C;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(none);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
} 
.twoColFixRtHdr #header {
	background: #ffffff;
	padding: 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	padding-top: 10px;
	margin-right: 0px;
	padding-right: 15px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 650px;
	float: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666;
	letter-spacing: 0.1em;
	background-color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixRtHdr #container #header {
	background: url(images/header_home.jpg);
	height: 263px;
}
.twoColFixRtHdr #container #mainContent {
	margin: 0px;
	padding: 0px 15px 0px 20px;
	width: 315px;
}
#mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
	font-style: normal;
	line-height: 1.4em;
	color: #666;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.2em;
	color: #666;
	padding-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #999;
	letter-spacing: 0.2em;
	line-height: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	color: #333;
}
#big_butterflies {
	background: url(images/book_big_butterflies.jpg);
}
#big_butterflies {
	float: right;
	width: 250px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
}
#sidebar1 p img {
	margin: 0px 10px 0px 0px;
	float: left;
	border-width: 0;
}
#center_butterflies {
	float: right;
	height: 850px;
	width: 290px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 5px;
	margin-right: 0px;
}
#center_butterflies p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	background: left;
	color: #69C;
	padding-right: 30px;
	padding-left: 8px;
	text-align: center;
	border: 0;
}
#quote_butterflies {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: italic;
	color: #69C;
	height: 400px;
	width: 300px;
}
.specialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #69C;
	font-style: italic;
	font-weight: bold;
}
#menulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #69C;
	position: absolute;
	top: 239px;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: 20px;
	letter-spacing: 0.2em;
	width: 551px;
	font-weight: bold;
}
#twocoltext p {
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
	line-height: 1.4em;
	color: #666;
}
#twocoltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.4em;
	color: #666;
	padding-left: 20px;
	width: 600px;
	padding-right: 20px;
}
#menulist a {
	color: #69C;
}

