body {
	background-color: #DDDDDD;
	font: 100% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.4em;
	color: #fe0000;
	line-height: 2em;
}

h2 {
	font-size: 1.1em;
	color: #fe0000;
}

h3 
{
	color: #fe0000;
}


p {
	font-size: 1em;
	color: #0132cc;
	line-height: 1.3em;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #fe0000;
}

a:hover {
	text-decoration: underline;
	color: blue;
}


/*	Menu
---------------------------------------------------------------- */
	
/* top menu*/


#menu2	{
	height: 47px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 970px;
}

#menu2 ul	{
	list-style-type: none;
	float: left;
	height: 47px;
	margin: 0;
	padding: 0;
}

#menu2 ul.left	{
	padding-left: 30px;
	width: 300px;
}

#menu2 ul.right	{
	padding-left: 340px;
	width: 300px;
}

#menu2 ul li	{
	float: left;
	margin: 0 0 0 0; 
	padding: 0;
}

#menu2 ul li.width100 {
	width: 100px;
}

#menu2 ul li a	{
	display: block;
	height: 47px;
	width: 99px;
	background-image: url(graphics/buttonbackground.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 47px;
	text-decoration: none;
	color: #3A7DC9;
}

#menu2 ul li a:hover	{
	background-image: url(graphics/buttonbackgroundover.jpg); 
	background-repeat: no-repeat;
	text-decoration: underline; 
	color: #FFFF0E;
}

#menu2 ul li.border {
	border-left: 1px solid #5d95c8;
}

/* This is going to be the hover image for donate */

.rightSideImg {
	padding: 0;
	margin: 0;
	background-image: url(graphics/sadgirl.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 300px;
	float: right;
}

.rightSideImg:hover {
	background-image: url(graphics/happygirl.jpg);
	background-repeat: no-repeat;
}

img#flag {
	float: right;
	width: 138px;
	margin: 0px 75px 0 0;
	border: 0px;
	padding: 0px;
}


img.right {
	float: right;
	width: 200px;
	padding: 50px 50px 0px 0px;
}

.floatRight
{
	float:right;
	padding:0px 40px 0px 0px;
}

#justGivingLogo
{

}
/* ********* page section ******* */

div#page {
	width: 942px;
	margin: 0 auto;
	padding: 1px 28px 1px 30px;
	border: 0px solid green;
	background-image:  url(graphics/slice.jpg);
	background-repeat: repeat-y;
	/* background-position: center; */
}

/* ******* top of page ****** */

div#pageTop{
	width: 1000px;
	margin: 0 auto;
	padding: 163px 0px 0px 0px;
	background-image:  url(graphics/top.jpg);
	background-repeat: no-repeat;
}





/* ****** bottom of page **** */

div#pageBottom{
	background-image:  url(graphics/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 942px;
	margin: 0 auto;
	padding: 1px 28px 1px 30px;
}

div#space {
	border: 1px solid green;
	width: 700px;
	margin: 300px auto;
}


img#bigQuote {
	width: 361px;
	padding: 50px 0 0 150px;
}

div#mainText {
	padding: 0px 0px 0 50px;
	width: 600px;
}

div#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #fffe03;
	padding: 0px;
}

div#footer p{
	font-size: 0.7em;
	color: #333333;
	margin: 0px;
	padding: 20px 0 0 0;
	text-align: center;
}

p.top {
	font-size: 0.7em;
	text-decoration: underline;
	color: #fe0000;
}