
		

		
		p {
		font-size:regular;
		text-indent: 20px; 
		}

		a:link 	{
					 	color: blue;
					}

		a:visited {
						color: blue;
					 }
					 
				
		BODY 
		{
			color: Silver;

			font-family: "Franklin Gothic Book", sans-serif;
			text-align: center;
			background-color: black;
		}
		
		h2 {

padding: 5px 5px 5px 10px;

color: White;

margin-bottom: 10px;
}
		

		
		#supercontainer
		{		
			background-color: black;
 		 	margin-left: auto ;
  			margin-right: auto ;
			width:800px;
			text-align: center;
			padding: 7px 7px 7px 7px;
			clear: both;			
			border: 5px solid #333;
		}
		
		#container
		{
			width: auto;
			background-color: black;
			margin-top:5px;
			margin-bottom:5px;
			position:relative;
			float:left;
			clear: both;
			padding: 7px 7px 7px 7px;
			border: 3px solid #333;	
			text-align: left;
		}
		
		

		#banner
		{

			margin-left: auto;
			margin-right: auto;
			width: auto;
			border: 3px solid #333;
			display: block;
			text-align: left;
		}

		
		#footer
		{			
			margin-left: auto;
			margin-right: auto;
			width: auto;
			clear:both;
			margin: 0px 0px 0px 0px;
			padding: 7px 7px 7px 7px;
			border: 3px solid #333;	
			text-align: right;

			font-size: small;
		}	
		#navlist
		{
			float:left;
			width: 133px;
			margin-top: 0;
			margin-left:0;
			color: #666;
			border-width: 1px;
			border-style: solid;
			border-color: #333;
			padding: 5px 5px 5px 5px;
			text-align: left;
		}
		
		#navlist li
		{
			
			list-style: none;
		}

		
		#navlist a
		{
			height: 20px;
			width: 100px;
			display: block;
			text-decoration: none;
			color: Silver;
			border-width: 1px;
			border-style: solid;
			border-color: #333;
			border-left: 20px solid #444;
			padding: 2px 2px 2px 10px;
			voice-family: "\"}\"";
			voice-family: inherit;
		}
		
		#navlist a#current {border-color: #444; }

		#navlist a:hover, #navlist a#current:hover
		{
			background: #333;
			border-color: Silver;
		}

		#navlist a:active, #navlist a#current:active
		{
			border-color: Black;
		}
		
 
		
a.button 
{
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
 }
a.button:hover 
{
    background-position: 0 -48px;
  }
a.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

