	
	body {  background: black;
		margin:10px 10px 10px 10px;
		padding:0px;
		}

        p   {
             font-family: Arial;
             font-size: small;
             color: white;
             margin: 10px;
             }

        hr { color:  #272525}

        a {text-decoration: none}

	h1  {
	     font-family: Arial;
             font-size: medium;
             color:     #a0a0a0;
	     }

	h2  {
	     font-family: Arial;
             font-size: small;
             color:     #06b8e9;
	     }

	h3  {
	     font-family: Arial;
             font-size: medium;
             color:     #a0a0a0;
	     }

	h4  {
	     font-family: Arial;
             font-size: small;
             color:     #a0a0a0;
	     }
	
	#leftcontent {#85898B;
		position: absolute;
		left: 1$;
		top:175px;
		width: 24%;
		background:#373535;
		border: 1px solid #ffffff;
		}

	#centercontent {
		background:#373535;
   	        position:absolute;
                top:  175px;
                left: 27%;
                width: 47%;
                border: 1px solid #ffffff;
      		}

	#rightcontent {
		position: absolute;
		right: 1%;
		top: 175px;
		width: 25%;
		background:#373535;
		border: 1px solid #ffffff;
		}
         
        #supercentercontent {
                position:  absolute;
                top:      175px;
                right:     1%;
                left:      26%;
                width:    71%;
                background:  #373535;
                border:   1px solid #ffffff;
                padding:  10px;
                }	       

        #fullwidthcontent {
                position:  absolute;
                top:      175px;
                left:     1%;
                width:    100%;
                background:  #373535;
                border:   1px solid #ffffff;
                }	

	#banner {
                position: absolute;
		background: #85898B;
		height: 150px;
                width: 98%;
                top:   10px;
	        border: 1px solid #ffffff;
                }
		
