BODY
{
    background-color: #000000;     
    background-image: url('images/waves_green_wide.png');
    background-repeat: repeat-y ;
    height: 100% ; 
     
/*    border: thin dotted #000000;  */    
}
.banner
{
		position:		inline;
		top: 0px;
		margin-left: 10% ;
		margin-right: auto ;
/*		left:	220px;        */
        width:  80%;      
        height: 100px;		
		background: 	transparent;
		color: 			#000000		;	
/*		border: thin dotted #cccccc;    */ 
}

.padded
{
    padding: 10px ; 

}
.content
{
    background-color: #000000 ;
    background-image:  url("images/waves_green_dark_002.png") ;
    color:      #ff0000 ;
    position: absolute ;
    top: 150px ;
/*        height:  80% ;*/
    margin-left: 10%;
    margin-right: 10% ;
    width:      80% ;        
    height:     100% ;
/*	
    border: thick dotted #cccccc;  */   

}

.content_left
{
    position: absolute ;
    color:      #000066 ; 
    background-color: #ffffff ;
    height:  90% ;
    top: 20px ;    
    left: 1%;
/*     right: 5%; */
/*    
    margin-left: 75%;     
*/
/*
    left: 0px; 
    right: 0px ;
    */      
    width:      30% ; 

	border: thick dotted #ffffff;
}

.content_center
{
    position:   absolute ;
    background-color: #ffffff ;
    height:     90% ;
    top:        20px ;
    left:   37% ;      
    right:       1%;
     
/*    margin-left: 75%;     
    right: 0px ;        */
    width:      34% ;    
	border: thin dotted #cccccc;
}


.content_right
{
    position:   absolute ;
    background-color: #000000 ;
    height:     90% ;
    top:        20px ;
   left:   75% ; /* */     
/*    right:       1%;  */
     
/*    margin-left: 75%;     
    right: 0px ;        */
    width:      160px ;    
/*	border: thin dotted #cccccc; */
}

/* content_store is based on content_left but is modified because the store pages will only have one content area  */
.content_store
{
    position: absolute ;
    color:      #000066 ; 
    background-color: #000000 ;
    height:  90% ;
    top: 20px ;    
    left: 0px ;
/*     right: 5%; */
/*    
    margin-left: 75%;     
*/
/*
    left: 0px; 
    right: 0px ;
    */      
    width:      900px ; 

	
}

p
{
    padding: 5px;
}

h1
{
    font-size: 1.5em ;
}

h2
{
    font-size: 1.1em ;
}
