<HEAD>
<STYLE TYPE="text/css">

P	{margin-left: 30px;}
H1	{font-family: times new roman, arial; color: #B8860B; font-size: 25;}
H2 	{font-family: times new roman, arial; color: #B8860B; font-size: 19; font-style: italic;}
H3	{font-family: times new roman, arial; font-size: 25;}
H6 	{font-family: times new roman, arial; color: black; font-size: 11;}
p.margin {margin: 10px 10px 10px 10px}
p.right {text-align: right; margin: 10px 10px 10px 10px}

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: times new roman, arial, helvetica, sans-serif;
						background-image:  url(http://www.amazingbrain.net/images/text-dwn1.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 170px;
						height: 50px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #B0B7FE;
						font-size: 15px;
						width: 170px;
						height: 50px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 170px; height: 50px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 8px;
						top: 18px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 50px;
						text-align: left;
			}
			
/* END OF NAVIGATION */
			
/* NAVIGATION BUTTONS (yes, again)*/
			.cssnav1	{
						position:relative;
						font-family: times new roman, arial, helvetica, sans-serif;
						background-image:  url(http://www.amazingbrain.net/images/text-dwn1.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 170px;
						height: 50px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav1 a {
						display: block;
						color: #B0B7FE;
						font-size: 15px;
						width: 170px;
						height: 50px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav1 img {width: 170px; height: 50px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav1 a:hover img{visibility:hidden}

			.cssnav1 span {
						position: absolute;
						left: 8px;
						top: 9px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 50px;
						text-align: left;
			}
			
/* END OF NAVIGATION */

	body
	{
		margin: 0;
		padding: 0;
		font: 100% times new roman, arial, hevetica, sans-serif;
		text-align: center;
		color: #000000;
		background-color: #D3D3D3 ;


	}
	
	#container
	{
		margin: 1em auto;
		width: 700px;
		text-align: left;
		background-color: #E5FFFF;
		background:   url(http://www.amazingbrain.net/images/leftmargin-1.jpg) repeat-y;
		border: 0;

	}
	
	#header
	{
		height: 90px;
		background-color: fuchsia;
		background:   url(http://www.amazingbrain.net/images/header1b.jpg) no-repeat;
		
	}
	
	#mainnav
	{
		height: 24px;
		background-color: green;
		background:   url(http://www.amazingbrain.net/images/banner1.jpg) no-repeat;
	}
	
	#menu
	{
		float: right; 
		width: 160px;
		background-color: white;
		border: 2px solid #000000;
		
	}
	
	#contents	
	{
		margin-right: 0px;
		margin-left: 30px;
		height: 200px;
		background-color: white;

	}
	


		


</STYLE>
</HEAD>