﻿html, body, form, fieldset {
    font: 100.01%/120% Verdana, Geneva, sans-serif;
}

html {
    background:transparent
}

body { 
    min-width: 47.5em; /* Use this, or */
	text-align: center;
    border-color: inherit;
	border-width: 0;
	color: #000000; /* set the default text color */;
	background-image: url('../corners/bluebkgrndgradient.jpg');
	background-repeat: repeat-x;
 }
 
 h1, h2, h3, h4 {
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    line-height: 2em;
    font-weight: bold;
}

h1 {
    padding:1.8em 0 1.5em 0;
    letter-spacing:-1px;
    font-size:2em;
}
 
h2 {
    padding:1.25em 0;
    letter-spacing:-1px;
    font-size:1.5em;
}
 
h3 {
    padding: 0em 0em 1em 0em;
    font-size:1.25em;
    font-weight:bold;
}

p {
    padding: 0em 0em .625em 0em;
    font-size: .875em;
}

#wrap { 
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	width: 47.5em;/*sets the width for IE5.x's broken box model*/;
	w\idth: 47.5em; /* sets the width of the wrapper for compliant browsers*/;
	max-width:47.5em;
 }


#banner { 
	background-image: url('../corners/childrensbanner-bttrflies1med.jpg');  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */;
	height: 7.75em;/* set a height for the banner to allow all the bg image to be seen, no text resizing in this element to worry about */;
	background-position: center; 
	}

#leftcol {      
	/* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */;
	margin: .625em .625em .625em 0em; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
	height: auto;
	width: 9.4em;
	 }

#scene {   
	background-image: url('../corners/repousselandscape.jpg');  /* sets the background image for the banner div*/
	background-repeat: no-repeat; /* prevents the bg image from repeating */;
	height: 11.4em;/* set a height for the scene to allow all the bg image to be seen, no text resizing in this element to worry about */;
	background-position: center; 
	clear: both; margin-top: .625em; }



.picright {
    float: right;
    margin: .625em;
}
.picleft {
    margin: 0em 0em 0em 1em;
    text-align: center;
    width: 7.5em;
    height: 7.12em;
}

 .bold {
    font-weight: bold;
}   