/* BASE */
@import url("http://fonts.googleapis.com/css?family=Lobster");


body { font-size: 12px; background:#ebe2c5; margin:0; padding:0 0 0 0; font-family: Calibri, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif  ; line-height: 16px; }
#main { width:750px; margin:0 auto; background:#fff; }

/* NAV */
#nav { width:140px; float:left; background:#DFD3A4; border-top:1px solid #CCCC99; }
#nav a { background:#036635; display:block; font-size:14px; text-decoration:none; padding:2px 0px 2px 7px; border-bottom:1px solid #CCCC99; color:#fff;  }
#nav a:hover { background:#A48C39; }

/* CONTENT */
#content { float:left; width:586px !important; width:610px; }
#copy { padding:7px 12px; }
#copy h1 { margin:12px 0 0 0; padding:0; font-family:'Lobster',serif; line-height:40px; color:#CC6600; font-weight:normal; font-size:48px; text-shadow:2px 2px #ccc; }
#copy h2 { }
#copy h2 a { text-decoration:none; color:#CC3300; margin:0; padding:0; }
#copy h2 a:hover { text-decoration:underline; }
#copy h3 { }

#rightbox { float:right; margin-left:12px; padding:3px; border:1px dotted #BDA54A; background:#ffe; width:200px; margin-bottom:20px; }
#rightbox h3 { margin:0; padding:0; color:#BDA54A; font-size:18px; margin-bottom:5px; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* FOOTER */
#footer { width:750px; margin:0 auto; font-size:10px; color:#C0A64C; margin-top:12px; }
