* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/main_bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;;
}

img { border: none; }
a { color: #ccc; text-decoration: underline; font-weight:bold; }
a:hover { text-decoration: underline; color : #fff; font-weight:bold;}

#wrap {
margin: 0 auto;
width: 900px;
}

#header { 
height: 216px;
background-image:url(images/header_bg.jpg);
background-repeat:no-repeat;
padding-left:580px;
padding-top:3px;
}


#content {
padding: 10px 0;
}

.left {
width: 568px;
float: left;
text-align: justify;
}
.left2 {
width: 568px;
float: left;
text-align: justify;
background-color:#CCCCCC;
padding:6px;
}
.left ul {
padding: 5px 10px 10px 10px;
list-style-type:inherit;
padding-left:30px;
}
.left h1 {
color: #990000;
font-size: 30px;
padding : 15px 0 15px 0;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.left h2 {
color: #000;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}
.right {
width: 285px;
float: right;
font-size: 13px;
}
.right ul {
list-style-type: none;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

.right #photo {
	background-image:url(images/sponsor_a_child_frameBG.jpg);
	background-repeat:no-repeat;
	height: 300px;
	width: 200px;
	padding-left:42px;
	padding-right:41px;
	padding-top:42px;
	padding-bottom:0px;
}
.right #sponsor_me {
	text-align: center;
	background-image:url(images/sponsor_a_child_frameBOT.jpg);
	height: 39px;
	width: 283px;
}
.right #select_child {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 283px;
}

#footer {
height: 115px;
text-align: right;
color: #fff;
background-image:url(images/footer_bg.jpg);
background-repeat:no-repeat;
background-color:#575757;
padding:8px;
}
#footer h4 a {
color: #CCCCCC;
text-decoration: none;
padding:2px;
}
#footer h4 a:hover {
color: #fff;
text-decoration:underline;
padding:2px;
}
