/*
Theme Name: CHYANNE CARDARELLA OCT-2009
Theme URI: http://grownetroots.org/
Description: This is the default theme for Chyanne Cardarella Copyright 2009

*/

body {
	background-color: #192a59;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#MainLayer {
	position:relative;
}

#Header-Message {
	position:absolute;
	z-index:1;
	visibility: visible;
	height: 132px;
	width: 337px;
	left: 627px;
	top: 51px;
}
.Footer-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.Header-Nav-Text {color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px;}
.Body-Text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #192A59;
}

.Sidebar-Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #9B0707;
	font-size: 16px;
}

.Body-Heading-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496992;
	font-weight: bold;
	font-size: 14px;
}

.Body-Heading-Red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
	font-size: 18px;
}

.Light-Border {
	border:1px solid #94A3C4;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
	font-size: 16px;
}

h2, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #496992;
	font-weight: bold;
	font-size: 14px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
