/* BROADSHEET TEMPLATE CSS */

html { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body { background: #060606; color: #fff; font: normal 14px Arial, Helvetica, sans-serif; margin: 0; text-align: center;}

/* Single line IE fix */

* html #menu, * html .main {height: 0.01%; min-height: 0.01%;}

/* TYPOGRAPHY */

p { }
#footer p { text-align: center; font-size: 10px; margin: 0; }
ul, li { text-align: justify; }
h1 { font-size: 20px; color: #fac280; font-weight: bold; text-align: center; }
h2 { font-size: 18px; color: #fac280; font-weight: bold; text-align: left; }
h3, h4, h5, h6 { font-size: 16px; color: #fac280; font-weight: bold; text-transform: uppercase; text-align:center;}

/* LINKS */

a:link {color:#fac280; text-decoration: none; font-weight: bold;} 
a:visited {color:#fac280; text-decoration: none; font-weight: bold;} 
a:active {color:#fac280; text-decoration: none; font-weight: bold;}
a:hover {color:#fac280; text-decoration: underline; font-weight: bold;}

/* CONTAINERS */

#wrapper { width: 1028px; height: 768px; background: #060606 url(../images/mainbg.jpg) no-repeat fixed top center; margin: 0 auto; }
#logo { width: 130px; float: left; margin: 6px auto 0 auto; }
#clear { clear: both; }
#rightcon { }
#content { width: 986px; margin: 0 auto; float: right; }

/* HOME */
#topnavh { width: 986px; margin: 24px auto 0 auto; text-align: center; z-index: 2; position: absolute; }
#mainconh { width: 1024px; height: 768px; margin: 0 auto; z-index: 1; position: absolute; }

/* INSIDE AGES */
#leftcon {width: 130px; float: left; }
#topnav { width: 740px; margin: 36px 96px 0 auto; text-align: center; float: right; }
#maincon { width: 740px; margin: 12px 96px 0 0; float: right; }

/* FOOTER */
#footer { width: 1000px; height: 24px; margin: 0 auto; padding: 12px; text-align: center;}

/* OTHER */

.center { text-align: center; }
.left { text-align: left; }
HR { color: #fac280; height: 1px; width: 100%; padding-bottom: 12px; }
.nobord { border: 0;}
.maint { border: 0; margin-right: 12px; float: left;}
.space { padding: 0 3px; }
.small { font-size: 10px; text-align: justify; }
.large { font-size: 20px; font-weight: bold; }
