@charset "utf-8";
/* CSS Document */


#news-container,  {
	position:relative;
	width:950px;
	height:800px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	background-color: #B2C4D0;
	
}

#Sponsor_logo {
	position:absolute;
	width:200px;
	height:54px;
	z-index:1;
	top: 110px;
	left: 580px;
}
#tag {
	position:absolute;
	width:450px;
	height:90px;
	z-index:2;
	top: 70px;
}



#form-header {
	position:relative;
	width:950px;
	height:75px;
	z-index:10;
	background-image: url(../images/photo-header.png);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	top: 0px;
	left: 0%;
}

#photo-holder {
	position:absolute;
	width:950px;
	height:400px;
	z-index:6;
	left: 0%;
	top: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #CCCCCC;
}

#pic {
	position:absolute;
	width:950px;
	height:1250px;
	z-index:11;
	margin-top:43px;
	background-color:#B1B1B1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#main_pic {

	height:350px;
h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right:10px;
}

#caption {
	position:absolute;
	width:950px;
	height:40px;
	z-index:25;
	top: 375px;
	left: -1px;
}
#headline {font-family: "Trebuchet MS";}

.story p{margin-left:20px; padding-right:20px;color:#000000;}
