@charset "UTF-8";/** * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework * (en) stylesheet for screen layout * (de) Stylesheet für das Bildschirm-Layout * * @creator       YAML Builder V1.1b (http://builder.yaml.de) * @file          basemod.css * @-yaml-minver  3.1 */@media screen, projection{  /*-------------------------------------------------------------------------*/  /* Marginal areas & page background */  body { background:padding: 10px 0; font-family:"Times New Roman", Times, serif}  /* Layout Alignment */  					/*****************************************/					/* USE THIS STYLE FOR NO NAV PRESS PAGE  */					/* Delete this rule when the site is live*/					/*****************************************/					#page_margins { margin:0 auto; padding-top:154px;}     /* Layout Properties */  #page_margins { width:750px;  min-width: 750px; max-width: 750px;}  #page { padding: 10px; }  #main { margin: 10px 0;}	#main .subcolumns {padding:0px;}		#main .subcolumns .c75l {width:74%;}		#main .subcolumns .c50l {width:68%;}  /*-------------------------------------------------------------------------*/  /**   * (en) Formatting content container   */  #main { padding: 0px 1px }	  /*-------------------------------------------------------------------------*/}
