/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: Verdana;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; } /* Forces IE & IE to treat padding the same */
html { min-height: 100%; margin-bottom: 1px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: url('../images/layout/pattern.jpg') top center; }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1 { color: #b89051; font-size: 18px; margin: 0px 0px 15px 0px; font-weight: normal; }
h2 { color: #000000; font-size: 14px; margin: 0px 0px 15px 0px; }
h3 { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #b89051; font-size: 12px;  line-height: 17px; }
a  { color: #FFFFFF; font: normal 12px Arial; text-decoration: none; }
a:hover { text-decoration: underline; }


img, div, input { behavior: url("./includes/iepngfix/iepngfix.htc") }



/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main { margin: 0px auto; border: 1px solid #9b8146; width: 895px; background: #000000 url('../images/layout/mainbg2.jpg') repeat-x top center; min-height: 640px; }

#nav { margin-top: 68px; text-align: right; height: 32px; margin-bottom: 15px; }
#nav a { text-decoration: none; color: #af8b4f; font-size: 13px; padding: 9px 9px 9px 9px; }
#nav a:hover { background: #af8b4f; color: #000000; }

#content { padding-top: 30px; margin: 0px 30px 30px 30px; margin-top: 240px; }


#no1 { float: right; background: #002434; padding-top: 27px; border-width: 1px; border-color: #af8b4f; border-left-style: solid; border-top-style: solid; border-bottom-style: solid; width: 260px; }


#footer { text-align: center; margin-top: 20px; }

