#container, #header, 
{ margin-left: auto; 
  margin-right: auto;
  }
  
  body{
	  font-family:arial;
	  background-color:#fffff0;
  }

#container
{ padding: 10px 0px;
  background: transparent url(../images/background.jpg) no-repeat;
  
  width:100%;
  height:px;
  
  }
  
  #header {
		
		height:125px;
		padding:1px;
		width:99%;

	}
	
	#headerleft {
		
		height:120px;
		padding:1px;
		position:absolute;
		width:43%;
		float:left;
		margin-left:1px;


	}
	
	#headerright {
		
		height:120px;
		
		position:relative;
		width:55%;
		float:right;
		margin-right:1px;


	}
	
	#headerrightup {
		
		height:50px;
		width:100%;
		margin:auto;
		border-radius: 15px;

	}
	
	#headerrightup1 {
		
		height:30px;
		width:100%;
		
		border-radius: 10px;
		margin-top:8px;
		background:blue;
		
	}
	
	#headerrightdown {
		
		height:35px;
		width:100%;
		margin-top:5px;
	}
	
	#navigation{
		
		height:35px;
		width:100%;
		margin-top:5px;
		background: #dc143c;

		
	}
	
	#slider{
		
		height:350px;
		width:100%;
		margin-top:5px;

	}
	
	#sliderleft{
		
		height:345px;
		width:50%;
		margin-top:5px;
		position:absolute;
		float:left;
		

	}

#slidermiddle{
		
		height:345px;
		width:27%;
		margin-top:5px;
		position:absolute;
		float:left;
margin-left:540px;
		
border:2px solid blue;
	}
	
	#sliderright{
		
		height:345px;
		width:20%;
		margin-top:5px;
		float:right;
		margin-right:20px;

	}

	
	#mainbox{
		
		height:285px;
		width:100%;
		margin-top:5px;

	}
	
	#mainbox2{
		
		height:385px;
		width:100%;
		margin-top:5px;

	}
	
	
		
		#footertop {
		
		height:300px;
		margin-top:5px;
		width:100%;
		background:black;
				
		}
		
		/* Footer */

#footer {
  width: 100%;
  height: 50px;
   margin-top: 5px;
   font-size: 11px;
  
  background:green;
}

#footer p {
  margin: 0;
  padding: 13px 20px 15px 20px;
  color:white;
}

#footer a {
  color: #FFFFFF;
}

#legal {
  float: left;
}

#links {
  float: right;
}


.mainbox-by-side {
  float:left;
  width:250px;
  
  color:red;
  height:230px;
  margin-left:15px;

 
  
}

.box-by-side {
  float:left;
  width:250px;
  
  color:red;
  height:380px;
  margin-left:15px;

 }

	.boxc-by-side {
  float:left;
  width:520px;
  
  color:red;
  height:300px;
  margin-left:13px;

 }
 
 #mainbox3{
		
		height:300px;
		width:100%;
		
		margin-top:2px;

	}
	
	
	
	