﻿/* MODIFIED GRIDS FOR 3 COLUMN LAYOUT */
#column1		{visibility:hidden; display:none;}
#column2		{display: inline;	float: left;	margin-left: 5px;	margin-right: 10px;	width:715px;}
#column3		{display: inline;	float: left;	margin-left: 0px;	margin-right: 5px;	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){
#column2		{width: 73%;}
#column3		{width: 23%;}
}

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


