* {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

body {
	background-color: #f2dcb3;
	background-image: url(../App_Themes/childrenarepeopletn/images/bg.jpg);
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #4a4143;
}

a {
	color: #4a4143;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../App_Themes/childrenarepeopletn/images/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#header .site-container {
	background-image: url(../App_Themes/childrenarepeopletn/images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 372px;
}

#header h1{
	margin: 0px;
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 190px;
	margin-top: 200px;
	margin-left: 15px;

}


#navigation {
	width: 250px;
	float: left;
	background-image: url(../App_Themes/childrenarepeopletn/images/nav-bg.png);
	_background-image: url(../App_Themes/childrenarepeopletn/images/nav-bg.jpg);
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#navigation li {}

#navigation li a{
	display: block;
	color: #4a4143;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	width: 170px;
}

#navigation li a:hover{
	color: #517135;
}

#navigation li.donate a{
	color: #c71103;
}

#content {
	float: left;
	width: 670px;
	padding-top: 40px;
	margin-left: 40px;
}

#content h1 {
	line-height: normal;
}

#content h2 {
	color: #517135;
	line-height: normal;
}

#content h3 {
	color: #997962;
	line-height: normal;
}

#footer {
	clear: both;
	height: 40px;
}