	body {
		background-image:url('../images/background-lower2.jpg');
		background-repeat:repeat-y;
		background-position:center;
		background-color:black;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
	 }
	#bg { /*used to make the lower background*/
		width: 100%;
		height: 326px; /* height of bg! */
		position: absolute;
		margin-top:0px;
		margin-left:0px;
		margin-right:1px;
		margin-bottom:0px;
		background-image:url('../images/background-upper2.jpg');
		background-repeat:no-repeat;
		background-position:center;
	} 
	#content {
		position: relative;
		z-index: 1;
	}
	#starburst {
    	width: 140px;
   		position: absolute;
    	top: 170px;
    	left: 50%;
    	margin-left: -205px;
		z-index:2;
	}
	a {
		color:#1C124F;
		text-decoration:underline;
	 }
	 .slugline {
	 	font-family:georgia;
		color:#FECC04;
		font-size:14pt;
		text-decoration:none;
	 }
	 .navtext {
	 	font-family:arial;
		color:white;
		font-size:14pt;
		text-decoration:underline;
	 }
	 .navoff {
	 	font-family:arial;
		color:white;
		font-size:14pt;
		text-decoration:none;
	 }
	 .videoheadline {
	 	font-family:georgia;
		color:black;
		font-size:15pt;
		font-weight:bold;
	 }
	 .videodesc {
	 	font-family:georgia;
		color:black;
		font-size:10pt;
		font-style:oblique;
	 }
	 .date {
	 	font-family:arial;
		color:black;
		font-size:8pt;
	 }
	 .storytext {
	 	font-family:georgia;
		color:black;
		font-size:13pt;
	 }
	 .storyheadsmall {
	 	font-family:arial;
		color:black;
		font-size:12pt;
		font-style:oblique;
	 }
	 .storytitle {
	 	font-family:georgia;
		color:black;
		font-size:17pt;
		font-style:oblique;
	 }
	 .storyinfo {
	 	font-family:arial;
		color:black;
		font-size:10pt;
		background-color:#C7E4FF;
		border:1px solid black;
		padding:1px;
	 }
	 .sidebartext {
	 	font-family:arial;
		color:black;
		font-size:11pt;
	 }
	 .storylink {
	 	font-family:arial;
		color:black;
		font-size:10pt;
	 }
	 .biglink {
	 	font-family:arial;
		color:black;
		font-size:17pt;
		font-weight:bold;
	 }
	 .storybannerhead {
	 	font-family:arial;
		color:black;
		font-size:30pt;
		font-weight:bold;
		background-color:#C7E4FF;
		border:1px solid black;
	 }
	 .videobannerhead {
	 	font-family:arial;
		color:black;
		font-size:30pt;
		font-weight:bold;
		background-color:#FECC04;
		border:1px solid black;
	 }
	 .yellowbox {
	 	border:1px solid black;
		padding:15px;
		background-color: #FECC04;
	}
	.bluebox {
		border:1px solid black;
		padding:15px;
		background-color: #C7E4FF;
	}
	.whitebox {
	 	border:1px solid black;
		border-bottom: white;
		padding:15px;
		background-color: white;
	}
	.miscbox {
		border:1px solid black;
		padding:15px;
		background-color: white;
	}
	.share-textarea {
		width: 620px;
		height: 250px;
		background: #FECC04;
		color: black;
		font-size: 9pt;
		font-family: georgia;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: black;
	}
	.share-reginput {
		width: 170px;
		background-color: #FECC04;
		color: black;
		font-size: 9pt;
		font-family: arial;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: black;
	}
	.share-sminput {
		width: 50px;
		background-color: #FECC04;
		color: black;
		font-size: 9pt;
		font-family: arial;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: black;
	}
	.share-submit {
		width: 110px;
		background-color: #FECC04;
		color: black;
		font-size: 12pt;
		font-family: arial;
		font-weight: bold;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: black;
	}
