﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-image: url(../images/ssbg_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-color: #CCC;
}
#christmasbanner {
	margin-top: 0;
	background-color: #282828;
	margin-left: 238px;
	z-index: 0;
	float: left;
}
#flashmv	{
	margin-left: -3px;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #4169e1;
}
#seeflash {
	margin-left: 110px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #639423;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 456px;
	height: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	position: relative;
	list-style-type: none;
	background-image: url(../images/contentbg_1.jpg);
	/*background-color: transparent;
	background-repeat: repeat;*/
	z-index: 0;
}
#content h4 {
	text-align: center;
	font-family: "BacktalkSerif BTN";
	font-size: x-large;
}
#content em {
	font-weight: bold;
}
#content h5 {
	margin: 2px;
}
#content li {
	margin: 5px;
	text-align: justify;
	list-style-type: none;
}
#content a {
	text-decoration: none;
}
#content a:before {
	color: blue;
}
#content a:hover {
	background-color: #daa520;
}
#content a:visited {
	color: blue;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #4169e1;
}
#masthead img {
	padding: 0px;
	margin-top: 25px;
	margin-left: 60px;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 10px;
}
#purpose {
	font-size: 1.6em;
	margin-bottom: 20px;
	margin-right: 15px;
	padding-top:	15px;
	color: white;
	text-align: center;
	position: relative;
	left: 12px;
}
#quote p {
	text-align: center;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* style for courses page */
#courses h4 {
	text-align: left;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	margin: 2px;
}
#courses h3 {
	text-align: center;
	font-family: Aharoni;
	font-size: x-large;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* This is for IBD kids corner */
.kc {
	font-family: "Arial Black";
	font-size: 18px;
	color: #800000;
}
#gravitas {
	position:	fixed;
	padding:	0px;
	left:	280px;
	top:	400px;
	width: 110px;
	height: 102px;
	z-index: 0;
}
#online	{
	position: relative;
	left: -10px;
	z-index: 1;
}
#gravitas p	{
	font:	message-box;
}
#summer	{
	position: relative;
	left: 50px;
}
#tree {
	position: absolute;
	z-index: -1;
}

