﻿/* DIV tags  ?? just put these question marks in to test */
/*this is a comment line - now remember to consider adding full reset here to reset browsers */
/* also investigate the top entry in the other style sheets to see if they call layout.css  */
body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	width: 900px;
	height:1750px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
#masthead {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 896px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-image: url('../images/masthead_image.jpg');
}
/*  this are blanked out because it is followed by new definition of colums
	#iMenu {
	width: 900px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}


#column_l {
	position: relative;
	float: left;
	margin: 0;
}
#column_r {
	position: relative;
	float: left;
	margin: 0;

}
*/
#containor-mainpage {
	
	width: 900px;
	height: 1750px;
	
	}




#column_left {
	   display:block;
    width:27%;
    height:1650px;
    float:left;
    border:#000 solid 1px;
    }
#column_middle {
	 display:block;
    width:50%;
     height:1650px;
    float:left;
    border:#000 solid 1px;
}

#column_faright {	
	
 display:block;
   width:20%;
    height:1630px;
    float:left;
    overflow:auto;    
    padding:10px;    
    border:#000 solid 1px;
    }
    
#content {
	width: 900px;
	margin: 0;
	padding: 0px;
	border: 0;
}
#footer {
	width: 900px;
	
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: medium;
	color: #FF3300;
}
