


/* Positions */		

.box1	{
		position:relative;
		margin:-10px auto;
		width:960px;
		height:85px;
		background:inherit;
		background-image:url(images/background.png); background-repeat:repeat-x;
		border:solid;
		border-width:1px 0px 0px 0px;
		}
		
.box2	{
		position:relative;
		margin:0px auto;
		width:960px; 
		min-height:100px;
		background:white; 
		border:none;
		border-width:1px;
		border-color:black;
		}
		
.box3	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:50px;
		background:#F58c14; 
		
		border:none;
		border-width:0px 3px 3px 3px;
		border-color:#cfcfcf;
		}	

.box4	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:350px;
		padding-top:20px;
		padding-bottom:20px;
		background:#f58c14; 
		background-image:url(./images/orange-grad.jpg);
		background-repeat:repeat-x;
		color:#0040ff;
		border:solid;
		border-width:0 1px 0 1px;
		border-color:#6c8bc1;
		}	
		
.box5	{position:relative;
		margin:0px auto;
		width:960px; 
		min-height:50px;
		background:#718fc1; 
		color:#0040ff;
		border:solid;
		border-width:1px;
		border-color:#718fc1;
		}			
	
.space	{
		position:relative;
		margin:0px auto;
		width:960px; 
		height:5px;
		background:white;
		border:none;
		}     	
		