@charset "UTF-8";
/* CSS Document */

* { padding:0; margin:0; }
html { background:url(images/bg_bot.jpg) top left repeat #000; }
body { background:url(images/bg_top.jpg) top left repeat-x ; text-align:center; width:100%; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; }

div#outsider { width:100%; background:url(images/treebg.jpg) top center no-repeat; }
div#container { width:800px; position:relative; margin:0 auto; text-align:left; }

a { text-decoration:none; font-weight:bold; }
a:active { color:#99FFFF; font-weight:bold; }
a:hover { text-decoration:underline; color:#FFCC00; font-weight:bold; }
a:link { color:#99FFFF; font-weight:bold; }
a:visited { color:#99FFFF; font-weight:bold; }

div#header { background:url(images/header.jpg) top left no-repeat; width:800px; height:163px; position:relative; }
img#treeleft { position:absolute; left:-200px; top:5px; }
img#treeright { position:absolute; right:-200px; top:5px; } 
div#nav { height:27px; width:800px; background-color:#00222a; text-align:center; }

div#content { position:relative; background-color:#000; width:798px; border:1px solid #560000; padding:15px 0; }
h1#headyo { font-size:18px; font-weight:bolder; padding-bottom:4px; border-bottom:1px solid #830000; margin-bottom:4px;  }
img#titleyo { position:absolute; top:-30px; left:-5px; z-index:1; }

div#footer { background:url(images/footer_bg.jpg) top left no-repeat #340000; width:798px; height:150px; border-bottom:1px solid #560000; text-align:center; border-left:1px solid #560000; border-right:1px solid #560000; padding-top:15px; }
div#footer a { text-decoration:none; font-weight:bold; }
div#footer a:active { color:#FFF; font-weight:bold; }
div#footer a:hover { text-decoration:underline; color:#FFCC00; font-weight:bold; }
div#footer a:link { color:#FFF; font-weight:bold; }
div#footer a:visited { color:#FFF; font-weight:bold; }
p#copyright { font-size:9px; margin:20px auto 10px auto; color:#CCCCCC; text-align:center; }

p { color:#999; text-align:justify; }
p:hover { color:#FFF; } 

.redtext { color:#e20000; }
