@charset "utf-8";

/* body Content consists of the mainContent attributes required as well as the body attributes from the template css */
#bodyContent    {
	padding-top: 0;
	padding-bottom: 0;
	width: 780px;
	background-color: #996600;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#bodyContent .amazonBooks {
	background-position: center;
}

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

#bodyContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



/* -------------- From here we have the new content styles ------------------------------------------------------ */
#news    {
	width: 370px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;

}
#what_is    {
	float: left;
	width: 370px;
	padding-left: 10px;
	padding-right: 10px;
}
#how_help    {
	float: left;
	width: 370px;
	padding-left: 10px;
	padding-right: 10px;
}
#steps    {
	clear: left;
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
}


 #anim_slides {
	position: static;
	top: 450px;
	background-color: #663300;
	width: 300px;
	height: 275px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#about_me   img   {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.style1 {
	color: #FFFF00;
	font-weight: bold;
}

.note {color: #996600}
a:visited {
	color: #009966;
}
a:link {
	color: #FFFF00;
}
#bodyContent .ads {
	margin-left: 25px;
}
