html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset 
{
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #CCCCCC;
	text-align:center;
	
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-transform: capitalize;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-transform: none;
	font-style: italic;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	text-align:left;
	text-transform: capitalize;
}


#wrapper {
	margin-top: 10px;
	
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	width: 770px;
}

p {
font-family: Helvetica, Arial, sans-serif;
	font-size: 70%;
	color: #333333;
		text-align:left
}
#banner {
	height: 220px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/orphansPlush/splashOrphansR4.jpg);
		
}
#footer{
	clear: both;
	height:200px;
	text-align:center;
	width:770px;
	position: relative;
	bottom: auto;
	background-image: url(/images/ATAW_logo2009web.jpg);
	background-repeat: no-repeat;
	top: 67px;
}

#leftcontent {
	width:65%;
	float:left;
	background:#fff;
	padding: 10px;
	margin-bottom: 25px;
}
#rightcontent {
	width:25%;
	float:right;
	background:#fff;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom: 25px;
}	
#rightcontentScroll {
	width:25%;
	float:right;
	background:#fff;
	margin-bottom: 25px;
	overflow: scroll;
	height: 250px;
}	
#fullcontent {
	clear: both;
	width:95%;
	float:left;
	background:#fff;
	margin-bottom: 5px;
	padding:10px;

}


