BODY {
 background-color: #000000;
 color: #ffffff;
 font-family: Arial;
 font-size: 13px;
 background-image: url(stripe-black.jpg);
 background-repeat: repeat-x;
 background-position: top;
 background-attachment: fixed;
}

.major { font-size:20px; font-weight: bold; } 
.setoff { margin-left:50px; font-size: 26px; font-weight: bold;}
A:link {color: #42579b; font-weight: bold; }
A:visited {color: #5b135f; font-weight: bold; }
A:hover {color: #9b81dc; font-weight: bold; }

.header {
  position: fixed;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  height: 100px;
  z-index: 2;
} 


.maincontainer {
	margin-top: 178px;
	margin-left: auto;
	margin-bottom: auto;
	width: 980px;
 }

.stories
	{
	z-index: 1;
        position: absolute;
        left: 430px;
        top: 105px; 
	padding: 10px;
	}

.headertext
	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	}



/* This is for the Story subpages page */

.stories2
	{
	z-index: 1;
        position: absolute;
        left: 10px;
        top: 105px; 
	padding: 20px;
	padding-bottom: 0px;
	}


.FloatLeft 
	{ 
	float: left;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: -10px;
	padding: 0px;
	width: 300px;
	height: 286px;
	}

.FloatRight 
	{ 
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: -10px;
	margin-left: 10px;
	padding: 0px;4
	width: 244px;
	height: 286px;
	}


.editorials
	{
	z-index: 1;
        position: absolute;
        left: 90px;
	margin-right: 100px;
        top: 105px; 
	padding: 10px;
	}





