.savvy {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	background-color: #e6c0ce;
	
}
a {
	color:#CCC;
}
.whitelink {
	color:#FFF;
}

/*register link box */
#register {
	background-color:#da759b;
	padding-top: 10px;
	padding-left: 130px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#register a {
	color:#FFF;
}

/* Main Body Content */
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #cc4477;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width: 3px;
	border-right-color:#000;
	border-right-style:solid;
	border-right-width: 3px;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width: 3px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width: 3px;

} 
#container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#left {
	position: absolute;
	top: 0px;
	left: -16px;
	width: 13px;
	background-image:url(images/leftgrad.png);
	background-repeat:repeat-y;
	
}
#right {
	position: absolute;
	top: 0px;
	right: -16px;
	width: 13px;
	background-image:url(images/rightgrad.png);
	background-repeat:repeat-y;
}


/* Background Image to float behind the top */
#topimagebackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 386px;
	background-image:url(images/savvysistersheader.gif);
	background-repeat:no-repeat;
}

/* Vertical Menu Controls */

#verticalmenu {
	position: relative;
	top: 175px;
	left: 0px;
	text-align: center;
	width: 100%;

}
#verticalmenu a {
	font: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color:#000;
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#verticalmenu a:hover {
	font: Verdana, Geneva, sans-serif; 
	font-size: 14px;
	text-decoration:underline;
	color: #FFF;
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

/* Selected Sub Heading Image */
#subhead {
	position: relative;
	top: 200px;
	width: 100%;
}

/* Main Body Text */
#bodytext {
	position: relative;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:620px;
	color:#FFF;
	margin-top: 200px;
	margin-left: 90px;
	margin-right: 90px;
	background-color: #cc4477;
	padding-bottom: 20px;

}
#bodytext p {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	color:#FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#bodytext h3 {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
#bodytext h2 {
		font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	
}
	
	
	



