/**********************************************/
/* chinesehistoriccemetery.org : Layout CSS   */
/**********************************************/
/* Author: Zach Habersang 
 * Contact: zachhabersang(at)gmail(dot)com || www(dot)zhabersang(dot)com
 * Created: 27 January 2008
 * ----------------------------------------------
 * SECTIONS:
 * #1: General Definitions
 * #2: CHC Home Template Definitions
 * ----------------------------------------------
 * style.css :: frontend CSS
 */

/*^^^^^^^^^^  General Definitions ^^^^^^^^^^*/ 
html { }

body { background: #CCC; margin: 0; padding: 0; font: 85% Arial, "Sans Serif"; line-height: 1.4em; }

a { text-decoration: none; }

img { border: 0; }

h3 { margin: 0; padding: 0; font-weight: bold; color: inherit; }

p { color: inherit; } 

/*^^^^^^^^^^  CHC Home Template Definitions ^^^^^^^^^^*/

#shell { margin: 8px auto 0 auto; width: 600px; }

#top_banner { background: url('images/header.gif'); width: 600px; height: 60px; }

#bottom_banner { background: url('images/main.jpg'); width: 600px; height: 157px; }

#content { background: #FFF; width: 598px; border-left: 1px solid #000; border-right: 1px solid #000; }

#section { padding: 12px; }
#section td div.text { height: 200px; padding-left: 4px; }
#section td div.img { height: 30px; width: 115px; margin: 0 auto; }
#section td.left { width: 150px; color: #628531; border-right: 1px solid #AAA; padding: 4px; }
#section td.mleft { width: 150px; color: #9a3426; border-right: 1px solid #AAA; padding: 4px;  }
#section td.mright { width: 150px; color: #b07726; border-right: 1px solid #AAA; padding: 4px;  }
#section td.right { width: 150px; color: #003a76; padding: 4px; }


#footer { background: #000; width: 600px; height: 20px; }


/*
 * ---------------------------------------
 * End File: style.css
 */