body         { width: 760px;
				background-color: black;
				font-family:Arial;
				font-size:.8em;
				color:#FFFFFF;
				margin: auto;
				text-align: center;
			 }

#banner			{
					width: 100%;
					margin-bottom: 10px;
				}
				
#header			{
					width: 100%;
					margin-bottom: 10px;
				}
			 
#navigation		{ text-align: right;
				  font-size: 1.2em;
				  margin-bottom: 20px;
				}
				
#content	{
					margin-left: 0;
					margin-right: 0;
					width: 30em;
				}
				

a:link			{
					color: #99ccff;
					text-decoration: none;
				}
				
a:visited		{
					color: #99ccff;
					text-decoration: none;
				}
				
a:hover			{
					color: #ffd65f;
					text-decoration: none;
				}
				
a:active		{
					color: #99ccff;
					text-decoration: none;
				}
				
a img 			{
					border: none;
				}

h3				{
					color: #CC0000;
					font-size:14pt;
					font-weight:bold;
				}
