﻿/* MODIFIED GRIDS FOR 3 COLUMN LAYOUT */
#column1		{display: inline;	float: left;	margin-left: 10px;	margin-right: 0px;	width:220px;}
#column2		{display: inline;	float: left;	margin-left: 10px;	margin-right: 0px;	width:480px;}
#column3		{display: inline;	float: left;	margin-left: 10px;	margin-right: 0px;	width:220px;}
#column4		{display: inline;	float: left;	margin-left: 0px;	margin-right: 0px;	width:0px;}

/* MODIFIED background images 
#bdy_wrapper				{background:url('../../graphics/1column_bg.jpg') no-repeat center top; width:100%}
body						{background:url('../../graphics/1column_body_bg.jpg') center top;}
*/




/* ADAPTIVE LAYOUTS CSS <=700 */
@media screen and (min-width:0px) and (max-width:700px){
#column1		{float:none;}
#column2		{width: 73%;}
#column3		{width: 23%;}
}

/* ADAPTIVE LAYOUTS CSS <=481 */
@media screen and (min-width:0px) and (max-width:480px){
#column1		{width: auto; 	float:none;}
#column2		{width: auto;	float:none;}
#column3		{width: auto;	float:none;}
}

