/* CSS Document */

/* Header Divs */
.div_content_border_contest {
	width: 604px;
	border: solid;
	border-width: 4px;
	border-color: #f57E20;
	padding: 1px 1px 1px 1px;
}

.div_header_holder_contest {
	width: 578px;
	height: 53px;
	border: solid;
	border-width: 1px;
	border-color: #E6CF75;
	padding: 12px 12px 6px 12px;
	background-image: url(../images/img_bg_contest.gif);
	margin: 0px 0px 1px 0px;
}

.div_breadcrumb_contest {
	width: 450px;
}

.div_breadcrumb_spacer_contest {
	width: 450px;
	height: 10px;
}

/* Text Formatting */
.section_header_contest {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 16px;
}

/* Story Divs */
.div_story_border_contest {
	width: 602px;
	border: solid;
	border-width: 1px;
	border-color: #E6CF75;
	background-color: #FFD463;
}

.div_story_content_holder_contest {
	width: 578px;
	padding: 12px 12px 12px 12px;
}

.story_header_contest {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}

