a:link {color: #740707;
		text-decoration: none;}
a:visited {color: #740707;
		text-decoration: none;} 
a:hover {color: #9C9C9C;
		text-decoration: none;} 
a:active {color: #454545;
		text-decoration: none;} 

#headercontainer{
		width: 100%;
		margin-left: -150px;
		height: 200px;
		float: right
		}
#headerleft {
		width: 150px;
		background-image: url(bluebg.gif);
		float: left;
		height: 150px;
		}
#headerright{
		height: 150px;
		margin-left: 155px;
		background-image: url(graphics/ncreationslogored.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}
#container {
		   width: 100%;
		   float: right;
		   margin-left: -110px;
		   margin-top: -50px
		   }
#content{
		margin-left: 110px;
		margin-bottom: 10px;
		height: 500px;
		background-image: url(graphics/contentbox.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
#longercontent{
		margin-left: 110px;
		margin-bottom: 10px;
		height: 500px;
		background-image: url(graphics/contentboxtaller.gif);
        background-repeat: no-repeat;
		background-position: left top;
        }
#sidebar{
		 width: 100px;
		 height: 380px;
		 background-image: url(graphics/fadein.gif);
		 float: left;
		 margin-bottom: 10px
		 }
#footer{
		text-align: center;
		clear: both
		}
h1 {font-family: sans-serif;
   font-size: 15px;
   text-align: justify;
   margin-left: 15%;
   width: 500px
   }
h2 {font-family: sans-serif;
   font-size: 13px;
   text-align: center
}
h3 {font-family: sans-serif;
   font-size: 25px;
   text-align: center;
   margin-left: 15%;
   width: 500px
}
h4 {font-family: sans-serif;
   font-size: 15px;
   text-align: justify;
   width: 293px;
   margin-left: 15%}
</style>