p{
	font-size: 12px;
	color: #3D6484;
}
#main-content{
	float: left;
	background-color: gray;
	min-height: 500px;;
	height: auto;
	/*
	background-image: url('/images/background-content.png');
	*/
	background-color: #E4D9B5;
}

#content{
	float: left;
	min-height: 675px;
	width: 680px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 260px;
	/*
	background-image: url('/images/background-footer-shadow.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
}

/* HOME */
/* REFER TO home.css */

/* VIDEO */
#video object{
	height: 240px;
	width: 240px;
	float: left;

	margin: 10px;
}

#video embed{
	height: 240px;
	width: 240px;
}

/* PHOTO */
/* Currently not used... 
#flickr-container{
	height: 600px;
	width: 450px;
	padding: 25px;
	margin: 50px;

	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border-color: gray;
	border-width: 2px;
	border-style: solid;

	text-align: center;
}

#flickr-controls{
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#flickr-container select{
	height: 30px;
	width: 400px;

	font-size: 20px;
	color: blue;
	background-color: white;
}

#flickr-controls div{
	float: left;
}

#flickr-next{
	margin-top: 20px;
}

#flickr-prev{
	margin-top: 20px;
}

#flickr-img-container img{
	height: 70px;
	width: 70px;
	float: left;
	display: none;
}

#flickr-main-img{
	height: 400px;
	width: 400px;
	display: none;
}
*/

/* NEWS */

.news-content{
}

.news-content a{
	color: blue;
}

.news-content p{
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 0px;
}

/* STORIES */
#story p{
	margin-left: 40px;
}

#story hr{
	color: #99CCFF;
}

/* HALLOFSHAME */
#hallofshame-intro p{
	font-size: 14px;
}

#hallofshame-content{
	min-height: 680px;
}

#hallofshame-content div{
	/* width is in 
	 * hallofshame template
	 * for vertical centering
	 * */
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}

#hallofshame-content div div{
	height: 175px;
	width: 110px;
	float: left;
	text-align: center;
}

#hallofshame-content span{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

#hallofshame-content p{
	height: 20px;
	width: 90px;

	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;

	font-size: 10px;
	color: #11496A;
	text-align: center;
}

#hallofshame-content img{
	height: 70px;
	width: 70px;
}


/* PETITION */
#petition-intro p{
	font-size: 14px;
}

#petition-form{
	width: 400px;
}

#petition-form p{
	margin-left: 5px;
	margin-bottom: 0px;
}


#petition-form textarea{
	height: 150px;
	width: 375px;
	margin-bottom: 16px;
}

#petition-form-a{
	margin-bottom: 20px;
}
#petition-form a{
	background-color: rgb(145, 0, 24);
	color: white;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

#petition-form a:hover {
	background-color: #CC0000;
}



