@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #DBD6EA;
	background-image: url(../images/butterflybg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container  {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #97D2E8;
	border-left-color: #97D2E8;
	background-color: #F5FAFE;
} 
#header  {
	background-color: #F5FAFE;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
	background-color: #F5FAFE;
}
#sidebar1 img {
	margin-top: 30px;
	margin-left: 20px;
}

#mainContent  {
	background-image: url(../images/bluebirds.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContent1 img {
	padding-right: 15px;
	padding-top: 30px;
	padding-left: 15px;
}

#mainContent p {
	padding-right: 160px;
}
#mainContent1 p {
	padding-right: 50px;
}


#footer  {
	background-color: #F5FAFE;
} 
.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;
}
#copyright {
	font-size: 0.8em;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	text-align: left;
}
.hitcounter {
	padding-left: 200px;
}
.statcounter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.hitcounter {
	padding-left: 450px;
}
h1 {
	color: #6666CC;
	padding-bottom: 20px;
	line-height: 1.5em;
}
h2 {
	line-height: 1.5em;
	padding-top: 15px;
	color: #EF3084;
	font-size: 1.2em;
}
h3 {
	line-height: 1.5em;
	padding-top: 10px;
}

a {
	color: #3399FF;
}
#mainContent1 #videocontainer {
	background-position: center center;
	width: 80%;
}
#videocontainer table td {
	width: 200px;
}
.videolinks {
	font-size: .9em;
}
a:hover {
	color: #D6B2D6;
}

