body {
	background-color: #49426C;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.centered {
	text-align: center;
}

.indent {
	list-style-position: inside;
	margin-left: 80px;
}
.left_bullet {
	background-position: left;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	text-indent: -50px;
}

.testimonial {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.special {
	font-size: 1.1em;
	font-weight: normal;
	color: #374896;
}


.float-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 20px;
	clear: none;
	margin-bottom: 5px;
}

h1 {
	font-size: 1.8em;
}

#container {
	background-color: #FFFFFF;
	width: 1000px;
	border: medium solid #000000;
	margin: 0px auto;
}	
#masthead {
	background-color: #FFFFFF;
	height: 135px;
	text-align: left;
	width: 1000px;
	background-repeat: no-repeat;
}
.masthead_text {
	font-size: 2em;
	font-weight: bold;
	color: #49426C;
	width: 600px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	padding-left: 50px;
}

.week {
	list-style-type: none;
	text-indent: -85px;
	margin-left: 60px;
	margin-top: 10px;
}



#footer {
	background-color: #FFFFFF;
	height: 500px;
	padding:10px;
	clear: both;
	text-align: left;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#sidebar_1 {
	background-color: #FFFFFF;
	width: 30%;
	float:right;
	text-align: left;
	padding: 10px;
}
#content {
	background-color: #FFFFFF;
	padding:10px;
	float: none;
	text-align: left;
	position: relative;
	width: 65%;
}
.float-right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.testimonial_name {
	font-size: 0.9em;
	font-style: normal;
	text-align: right;
	margin-right: 100px;
}
#sidebar_1_filled {

	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
}

