/* @override http://philadelphiayouthchallenge.org/yc_stylesheets/master.css */

h1{
	color: #054296;
	font: 26px Georgia, "Times New Roman", Times, serif;
	margin:0;
}
h2{
	color: #054296;
	font: 23px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}
a {
	color: #054296;
}
p{
	margin-top: 15px;
}
html{
	margin: 0;
}
body {
	background-color: #362f2d;
	text-align: center;
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

hr{
	background-color: gray;
	color: gray;
	height: 1px;
	border-style: none;
	margin: 0;
	padding: 0;
}
a img{
	border-style: none;
}
#container {
	width: 867px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 306px;
	width: 867px;
	background-image: url(/yc_images/background_02.jpg);
	position: relative;
}
#feature_pic{
	position: absolute;
	right: 0px;
	top: 64px;

}
#main_navigation{
	position: absolute;
	top: 41px;
	left: 390px;
}
#main_navigation a{
	color: #4d524e;
	font-size: 14px;
}
#main_navigation a:hover{
	color: #6f7771;
}
#main_navigation a.active{
	font-size: 16px;
	color:#a41d25;
}
.horizontal ul{
	padding-top: 4px;
	margin: 0;
	list-style-type: none;
	padding: 0px;
}

.horizontal ul li{
	display: inline;
}

.horizontal ul li a{
	text-decoration: none;
}

#sub_navigation{
	height: 25px;
	background-color: #a41d25;
	padding-left: 20px;
	color: white;
	font-size: 14px;
}
#sub_navigation ul{
	padding-top: 4px;
}
#sub_navigation a{
	color: white;
}
#sub_navigation a:hover{
	color: #e8e8e8;
}
#sub_navigation p{
	padding-top: 2px;
	color: white;
	margin: 0;
}
#article{
	position: relative;
	padding-left: 26px;
	margin-top: 12px;
	z-index:2;
}

#text{
	width: 400px;
	font-size: 15px;
	float: left;
}
#text p{
	line-height: 24px;
	padding-right: 65px;
}
#text li a{
	text-decoration: none;
}
#text li{
	list-style-type: none;
}
#pictures{
	float: left;
	margin-left: 17px;
	width: 377px;
	margin-top: 79px;
}
#pictures h1{
	margin-left: 76px;
	margin-bottom: 3px;
	color: #a41d25;
}

#pictures ul{
	margin-left: 78px;
	margin-bottom: 18px;
	padding-left: 0;
}

#pictures li strong{
	color:#a41d25;
}
#pictures li{
	list-style-type: none;
	line-height: 22px;
	font-size: 18px;
}
#footer{
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
	
}
#index_list ul{
	list-style-type: none;
	margin-left: 40px;
	padding-left: 0px;
	margin-top: 12px;

}
#index_list li{
	line-height: 23px;
}
#index_list a{
	color: #362f2d;
	text-decoration: none;
	font-size: 16px;
}
#index_list a:hover{
	color: #a41d25;
	text-decoration: none;
	font-size: 16px;
}