@charset "utf-8";
/* CSS Document */










/* Large monitors */
@media (min-width:1057px) and (max-width: 1250px) {	
	
}














/* Desktops and laptops */
@media (min-width:960px) and (max-width: 1056px) {	


}










/*For browser/screen widths from 760px to 959px*/
@media (min-width:760px) and (max-width: 959px) {


}













/*For browser/screen widths from 600px to 759px*/
@media (min-width:600px) and (max-width: 759px) {


}










/*For browser/screen widths from 480px to 599px*/
@media (min-width:480px) and (max-width: 599px) {
	
#header {
	margin-bottom: 27px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding-top: 40px;
	margin-top: 15px;
	width: 100%;
}
#box010 {
	width: 100%;
	height: auto;
	float: left;
	background-color: #CCCCCC;
	padding-left: 5px;
	text-align: center;
}
}









/*For browser/screen widths from 320px to 479px*/
@media (max-width: 479px) {

#header {
	margin-bottom: 27px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	padding-top: 40px;
	margin-top: 15px;
	width: 100%;
}	
#box010 {
	width: 100%;
	height: auto;
	float: left;
	background-color: #CCCCCC;
	padding-left: 5px;
	text-align: center;
}
}
