/* ----- Author: Bobbie Jo Horkman ----- */

/* ----- reset and body ----- */
*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #2f3291;
	font-family: veranda, arial, sans-serif;
	font-size: 62.5%;
}
/* ----- end reset and body ----- */


/* ----- layout container ----- */
div#wrapper {
	width: 888px;
	margin: 0 auto;
	background-color: #fff;
}
/* ----- end layout container ----- */


/* ----- header container ----- */
div#header {
	height: 250px;
	background: url(images/webheader.gif)
}

div#header h1 {
	text-indent: -3000em;
}
 

/* ----- main content container ----- */
div#main-content {
	width: 638px;
	float: left;
	background: url(images/webmain.gif) no-repeat center top;
	min-height: 638px;
}

div#main-content h1,h2 {
	font-size: 1.4em;
	color: #2f3291;
	margin: 20px;
}

div#main-content p {
	font-size: 1.3em;
	text-align: left;
	line-height: 1.5em;
	color: #4f2111;
	margin: 20px;
}



/*-- all about healing logo and link -- */
div#main-content p#healing {
	margin: 50px 0 0 30px;
}

div#main-content p#healing a {
	text-decoration: none;
}

div#main-content p#healing a:link {
	color: rgb(243, 84, 82)
}

div#main-content p#healing a:visited {
	color: rgb(131,214,199)
}

div#main-content p#healing a:hover {
	color: #A273FA;
}

div#main-content p#healing a:active {
	color: rgb(110, 205, 143)
}


/* -- absolute swirl shell on class page -- */
div#main-content p#absolute {
	position: absolute;
	left: 999px;
	bottom: -900px;	
}


/* -- floating images -- */
div#main-content img.left {
	float: left;
	margin: 0 10px 2px 0;
}

div#main-content img.right {
	float: right;
	margin: 0 0 2px 10px;
}


/* -- blockquote on home page -- */
div#main-content blockquote {
	font-style: italic;
}

div#main-content blockquote span {
	font-style: normal;
}


/* -- classes styling -- */
div#main-content dl dt {
	font-size: 1.4em;
	color: #2f3291;
	padding: 20px;
	padding-left: 50px;
	background: url(images/starfish.gif) no-repeat left center;
}

div#main-content dl dd {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #4f2111;
	margin: 0 20px 0 20px;
	padding-bottom: 20px;
}

div#main-content dl dd span {
	font-style: italic;
}

/* -- class date table style -- */
table {
	width: 570px;
	border: thin solid #000;
	caption-side: bottom;
	border-collapse: collapse;
	font-size: 1.6em;
	margin-left: 20px;
	color: #4f2111;
}

td,th {
	border: thin solid #000;
}

th {
	background-color: #A273FA;
	color: #fff;
}

td {
	padding: 5px;
} 

.cellcolor {
	background-color: rgb(236,219,189);
}

table caption {
	font-size: .7em;
	font-style: italic;
	text-align: left;
	margin-top: 5px;
}


/* ----- side-bar container ----- */
div#sidebar {
	width: 230px;
	float: right;
	background: url(images/webside.gif) no-repeat center top;
	min-height: 638px;
}

div#sidebar ul {
	text-align: center;
	font-size: 1.7em;
	line-height: 3.0em;
	color: #2f3291;
	list-style-type: none;
}

div#sidebar ul li a:visited {
	text-decoration: none;
}

div#sidebar ul li a:hover {
	color: rgb(250, 146, 31)
}

div#sidebar ul li a:active {
	color: rgb(48,173,227)
}


/* ----- footer container ----- */
div#footer {
	clear: both;
	height: 80px;
	background-image: url(images/webfooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#footer p {
	font-size: 1.2em;
	color: rgb(250, 146, 31);
	text-align: center;
	padding-top: 35px;
}

div#footer p a {
	color: rgb(48, 173, 227);
}

/* -- fixed shell on home page -- */
div#footer p#fixed  {
	position: fixed;
	bottom: 10px;
	left: 15px;
}
