﻿@import url("layout.css");


body {
	font-family:Comic Sans MS, sans-serif;
	font-size: 0.8em;
	background-image: url('../youth/backgrounds/bflycatcher.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 750px;
	margin: 10px auto;
	}
#masthead {
	text-align: center;
	width: 400px;
	margin-left: 200px;
	background-attachment: scroll;
	margin-bottom: 20px;
	background-color: inherit;
	}
#content {
	float: left;
	width: 595px;
	margin-bottom: 5px;
	margin-left: 72px;
	padding: 10px;
	background-color: #fff;
	border: 5px solid black;
}
#content2 {
	float: left;
	width: 615px;
	margin-bottom: 20px;
	margin-left: 72px;
	border: 5px solid black;
	background-color: #fff;
}

#footer {
	text-align: center;
	clear: both;
	width: 615px;
	margin-left: 72px;
	padding: 5px;
	border: 1px solid #431;
	background-color: black;
	font-size:x-small;
	margin-top:10px;
}
/* Masthead Styles */
#masthead  {
	color: white;
	font-family: Comic Sans MS, sans-serif;
	font-weight:bold;
}
#masthead h1 {
	color: white;
}
#masthead h3 {
	color: white
}
#masthead img {
	margin: 0
	}

/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #776644;
}
h2 {
	color: #990000;
}
#content h1 {
	color: #990000;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #e7dfb8;
	text-decoration: underline;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
a {
	color: #458598;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
