/* ### GENERAL ### */
* { margin:0px; padding: 0px; }
html, body { height: 100%; font-family: Trebuchet MS; font-size: 12px; color: #ffffff; }
html { background: url('../images/htmlBg.gif') #86ba3c repeat-y top center;}
body { background: url('../images/bodyBg.gif') repeat-x; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; position: relative; width: 732px; min-height: 100%; height:auto !important; }
#mainCntr h1 { font-weight: normal; font-style: italic; font-size: 24px; padding-top: 10px; padding-bottom: 10px;  }
#mainCntr h3 { font-weight: normal; font-style: italic; font-size: 16px; padding-top: 10px; padding-bottom: 10px;  }
#mainCntr h5 { font-weight: normal; font-style: italic; font-size: 10px; padding-top: 10px; padding-bottom: 10px;  }
#mainCntr ul { padding-top: 1px; padding-left: 25px;}
#mainCntr li { padding-top: 1px; padding-left: 5px;}

/* ### MENU CONTAINER ### */
#menuCntr { width: 732px; height: 57px; background: #362f2d; }
#menuCntr ul { padding-top: 10px; padding-left: 15px; list-style: none; }
#menuCntr li { padding-top: 12px; padding-left: 15px; padding-right: 20px; float: left; background: url('../images/arrow.gif') no-repeat top left; }
#menuCntr a { text-decoration: none; font-size: 15px; font-weight: bold; color: #ffffff;}

/* ### LEFT CONTAINER ### */
#leftCntr { padding: 5px; float: left; width: 212px; background: #b3db7b; }

/* ### LEFT BOX ### */
.leftBox { margin-bottom: 5px; padding: 5px; width: 198px; color: #000000; background: #fff9bd; }

/* ### RIGHT CONTAINER ### */
#rightCntr { padding: 3px; float: left; width: 500px; font-size: 16px; }
#rightCntr p { margin-bottom: 10px; }
#rightCntr a { text-decoration: underline; color: #ffffff; }
.images { float: right; }
.images img { margin-bottom: 10px; }

/* ### FOOTER CONTAINER ### */
#footerCntr { padding: 5px; position: absolute; bottom: 0; width: 500px; font-size: 11px; color: #000000; background: #ffffff; }
#footerCntr ul { float: right; list-style: none; }
#footerCntr li { padding-right: 2px; float: left; }
#footerCntr a { text-decoration: none; color: #000000; }
#footerCntr a:hover { text-decoration: underline; }

