
/* Container Framework */

.box0	{position:relative;
		width:980px; 
		margin:0px auto;
		background:white;
		border:none;
		border-color:gray;
		border-width:2px;
		}	
		
.box1	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:200px;
		background:none;
		border:none;
		border-color:black;
		border-width:1px;
		}

.box2	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:40px;
		background:none;
		padding-top:10px;
		color:black;
		text-align:center; 
		border:none;
		border-color:black;
		border-width:1px;
		}		
		
.box3	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:300px;
		padding:10px 0 10px 0; 
		background:white;
		border:none;
		border-color:black;
		border-width:1px;
		}	
		
.box4	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:350px;
		padding:0;
		background:white;
		border:none;
		border-color:#818181;
		border-width:1px;
		}		
		
.box5	{position:relative;
		margin:0px auto;
		width:960px;
		padding:10px;
		min-height:100px;
		background:NONE;
		border:none;
		border-color:black;
		border-width:1px;
		}
		
.box6	{position:relative;
		margin:0px auto;
		width:760px; 
		min-height:300px;
		padding:10px 100px 10px 100px; 
		background:white;
		border:solid;
		border-color:white;
		border-width:1px;
		}	

.s1		{position:relative; float:left; width:453px; height:300px; border:dotted #818181 1px; background:white; padding:5px; margin:0 0 0 5px;}	

.s2		{position:relative; float:left; width:453px; height:300px; margin-left:10px; border:dotted #818181 1px; background:white; padding:5px;}

.banner	{position:absolute; width:99%; height:250px; background:yellow; background-image:url(./images/sunrise.jpg); 
		background-repeat:repeat;}
		
		
		
		
		