body         { width: 760px;
				background-color: black;
				font-family:Arial;
				font-size:.8em;
				color:#FFFFFF;
				margin: auto;
				text-align: center;
			 }
			 

#header			{
					width: 100%;
					margin-bottom: 10px;
				}
				
#banner			{
					width: 100%;
					margin-bottom: 10px;
				}
			 
#navigation		{ 
					width: 100%;
					text-align: right;
					font-size: 1.2em;
					margin-bottom: 10px;
				}
				
#content		{
					width: 100%;
				}
				
#contentleft	{
					width: 30%;
					float: left;
				}
				
#contentright	{
					width: 69%;
					text-align: right;
					float: left;
				}
				

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;
				}