/* ***************************************************************

Grid-Homepage.css - used by the homepage only to exend template layout grid

Overview: Homepage Template Grid (980px width)
  335px column 1
  10px inner gutter
  335 column 2
  10px gutter
  300 column 3

*************************************************************** */


/* TABLE LAYOUT *********************************************** */
#home_table_subgrid{width:680px;height:100%}
#home_table_subgrid #col1 {width:335px}
#home_table_subgrid #col4 {width:10px}
#home_table_subgrid #col5 {width:335px}

.homepage-module{
   width:340px;
	margin-top:15px;
	background: url(../../assets/images/homepage/module_bkgnd.gif);
	margin-right:10px;
	clear:both;
}

#content{
	font-family:Verdana;
	font-size:11px;
}

#content br, #content p{
  clear:none;
  margin-bottom:0px;
}

#content a, #content p{
	font-size:11px;
}
