@charset "UTF-8";
/* CSS Document */
/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color:#57793b;
}

h1, h2, h3, h4, h5, h6{
  font-family: Arial, sans-serif;
  font-weight: normal;
  color:#2b4e2b;
}

a { 
  color: #2b4e2b;
  text-decoration: underline; 
  outline:none;
}

a:hover { text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: bold;
}

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 12px; line-height: 14px; padding-top: 4px; padding-bottom: 4px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p { margin: 0 0 14px 0; }

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */
/*body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea { color: #dddddd; }*/

h1                { padding: 7px 0; font-size: 36px; line-height: 42px; }
h2                { padding: 7px 0; font-size: 27px; line-height: 35px; }
h3                { padding: 4px 0; font-size: 12px; line-height: 14px; }
h4                { padding: 7px 0; font-size: 16px; line-height: 21px; }
h5                { padding: 7px 0; font-size: 14px; line-height: 14px; }
h6                { padding: 7px 0; font-size: 11px; line-height: 14px; }

/*h1 a, h2 a, h3 a, h4 a, h5 a  { color: #272d31; }*/

body{background:#fff url(../logo.gif) 15px 30px fixed no-repeat;}
#content{width:600px;padding:0;margin:20px 0 20px 420px;background:transparent;}

