/*splash.css*/
body {
		 background-color: #000;
		 text-align: center;
		 
		 }
#container {
					 width: 760px;
           height: 100%;
           background-color: #000;
           border: 1px ridge #fff;
					 text-align: left;
					  margin: 0 auto;
}

#header {

 width: 100%;
 height: 100px;
 /*margin-top: 100px;;*/
 background-color: #000;
 color: #fff;
 text-align: center;
 
}

#copyright {
     /*position: absolute;*/
		 margin-top: 200px;
		 margin-left: 0;
		 color: #fff;
		 width: 100%;
		 text-align: center;
		 /*border: 1px ridge #f00;*/
		 }

/*_______________________ classes _____________________________________ */

.author {
 font-size: 1.5em;
 text-align: right;
 font-variant: all-caps;
 padding-right: 1em;
text-decoration: overline;S
 
}




/*_______________________ headings _____________________________________ */


h1 	{

	font-size: 1.3em;*/
	font-family: helvecica, geneva, arial, sens-serif;*/
	color: #303;*/
	
	}


h2	{

	font-size: 1.1em;*/
	font-family: helvecica, geneva, arial, sens-serif;*/
	color: #006;*/
	padding-left: 0.2em;/**/
	padding-top: 0.2em/**/
	border-bottom: 2px ridge #eee;*/
	background-color: transparent;*/
	width: 50%;*/

	}





div > h1	{					/*eliminate mozilla top margin bug*/

		margin-top: 0;
		
		}



div > h2	{					/*eliminate mozilla top margin bug*/

		margin-top: 0;
		
		}

/*____________________________________ Text Formatting____________________________________*/





blockquote	{

		font-size: 1.8em;
		font-style: italic;
		text-align: center;
		margin-left: 2em;
		margin-right: 2em;
		
		/*padding-left: 1em;
		background-color: ccc;*/

		}
