@charset "utf-8";

/*
#||||||||||||||||||||||||||||||||||||||||||||||
#      ___           ___           ___     
#     /\  \         /\__\         /\  \    
#     \:\  \       /:/ _/_       _\:\  \   
#      \:\  \     /:/ /\__\     /\ \:\  \  
#  ___ /::\  \   /:/ /:/  /    _\:\ \:\  \ 
# /\  /:/\:\__\ /:/_/:/  /    /\ \:\ \:\__\
# \:\/:/  \/__/ \:\/:/  /     \:\ \:\/:/  /
#  \::/__/       \::/__/       \:\ \::/  / 
#   \:\  \        \:\  \        \:\/:/  /  
#    \:\__\        \:\__\        \::/  /   
#     \/__/         \/__/         \/__/    
#||||||||||||||||||||||||||||||||||||||||||||||
#Made In Tacoma, WA, USA @ HOLISTIC FORGE WORKS
#     http://www.holisticforgeworks.com
#     &copy; = R.R. "Webmaster" Anderson 
#||||||||||||||||||||||||||||||||||||||||||||||
*/

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||| THE HEADER+LAYOUT ||||||||||||||||||||||||*/
* {margin: 0; padding: 0}

body {font:normal 76%/120% Helvetica, Arial, sans-serif; color:#fff; background:#FF0101 url("gui/bodyBG1.gif") 0 0 repeat-x; }
#masthead {width:100%; height:640px;  border-bottom:1px solid #000; text-indent:-666em; font-size:.8em; background:transparent url("gui/bodyBG.jpg") 50% 0 no-repeat;}
#content {width:940px; margin:auto; border-left:10px dashed #000; border-right:10px dashed #000;}
a {color:#fff;}
a:hover {text-decoration:none; background:#000;}
h2, p, ol, ul, .A, .B {background-color:#FF0101;}

h2, p, ol, ul {padding-bottom:.3em;}

h2 {text-transform:uppercase; font-style:oblique; font-weight:bold; letter-spacing:-.02em;}

li {margin:0 0 .2em 3em;}

#footer {text-align:center; width:100%; clear:both; padding-bottom:1em; }


.A, .B {width:50%; padding:1em 0; min-height:250px;}
.A {float:right; }
.B { margin-top:1px; }


