 body {margin:0;
			 padding:0;
			 border:0;			/* This removes the border around viewport in old versions of IExploder */
			 width:100%;
			 background:#fff;
			 font-size:90%;
			 background:#363636 url('../images/gui/bg_pttrn.png') repeat fixed top;}
		
.fixed #wrapper {width:775px;
              	 text-align:left;
              	 margin:0 auto;}
	
.liquid #wrapper {width:100%;
                	text-align:left;
                	margin:0;}
	
	/* Header styles */
#header {width:100%;
    		 background:transparent url('../images/gui/header_bg.png') repeat-x scroll top center;
    		 height:110px;
    		 position:fixed;
    		 top:0px;
    		 left:0px;
    		 z-index:20;
    		 text-align:center;}
				 
		 
/* Navigation styles */
#nav1 {width: 800px; 
			 height: 120px;
  	   background: url(../images/gui/toolbar.png);
  	   margin: 2px auto; 
			 padding: 0;
  	   position: relative;}
  
#nav1 li {margin:2px 0px; 
					padding: 0; 
					list-style: none;
     		  position: absolute; 
					top: 0px;}
  
#nav1 li, #nav1 a {height: 78px; display: block;}

#panel1b {left: 34px; width: 95px;}
#panel2b {left: 178px; width: 154px;}
#logob {left: 352px; width: 94px;}
#panel3b {left: 464px; width: 162px;}
#panel4b {left: 656px; width: 118px;}


#panel1b a:hover {background: transparent url(../images/gui/toolbar.png) -34px -122px no-repeat;}
#panel2b a:hover {background: transparent url(../images/gui/toolbar.png) -178px -122px no-repeat;}
#logob a:hover {background: transparent url(../images/gui/toolbar.png) -352px -122px no-repeat;}
#panel3b a:hover { background: transparent url(../images/gui/toolbar.png) -464px -122px no-repeat;}
#panel4b a:hover {background: transparent url(../images/gui/toolbar.png) -656px -122px no-repeat;}
		 

	/* column container */
.colmask {position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
					clear:both;
          float:left;
          width:100%;			/* width of whole page */
          overflow:hidden;	/* This chops off any overhanging divs */
          border-right:medium double rgb(156,138,115);
          border-left:medium double rgb(156,138,115);
          background:none url('');}
					
					
/* 2 column left menu settings */
.leftmenu {background:transparent url('../images/gui/sidebar.png') repeat-y scroll top left;}

.leftmenu .colright {float:left;
                     width:200%;
                     position:relative;
                     left:200px;
                     background:transparent;}

.leftmenu .col1wrap {float:right;
                     width:50%;
                     position:relative;
                     right:200px;
                     padding:0px;
                     background:transparent;}

.leftmenu .col1 {margin:0px 0px 0px 200px;
                 position:relative;
                 width:575px;
                 right:100%;
                 overflow:hidden;
                 background:transparent url('../images/gui/content_bg02.png') repeat scroll top;}

.leftmenu .col2 {float:left;
                 width:175px;
                 position:relative;
                 right:175px;}
	
	
/* Footer styles */
#footer {clear:both;
         float:left;
         width:100%;
		 height:36px;
         border-left:medium double rgb(156,138,115);
         border-right:medium double rgb(156,138,115);
         text-align:center;
		 background:transparent url('../images/gui/entry_bg.png') repeat-x scroll top center;}


#footer p {padding:0px;
           margin:0px;
           height:36px;
           text-align:center;}

					 
 /* Content styles */ 
.entrysmall {position:relative;
             margin:20px auto;
             background:#000000;
             max-width:445px;
             z-index:2;
             border:4px double rgb(156,138,115);}

.entrylarge {position:relative;
             margin:0px auto;
             background:#232323;
             width:480px;
             z-index:2;
             border:4px double rgb(156,138,115);}

.rule {background:transparent url('../images/gui/rule.png') repeat-x scroll top;
       width:420px;
       height:30px;
       position:relative;
       margin:20px auto;}
			 		 
img {margin:0px;
  	 border:none;}

		 
/* TEXT styles */
a:link {text-decoration:none;
       	color:#330000;}
				
a:visited {text-decoration:none;
           color:#330000;}

a:hover   {text-decoration:underline;}
		   
p {font-size: 110%;
	 line-height: 1.2em;
	 padding: 5px;}

p.lrgtext{position:relative;
        	margin:0px;
        	width:465px; 
        	font:normal bold 10px Verdana, Helvetica, Arial, sans-serif;
        	text-align:justify;
        	color:#F3F3F3;}

h1 {font-weight: bolder;}

h2 {font-weight: bolder;}

h3 {text-align: left;
  	font:normal bolder 16px Verdana, Helvetica, Arial, sans-serif;
  	position:relative;
  	overflow:hidden;
  	color:#9C8A73;
  	margin:2px 0px;
  	height:18px;
  	text-indent:45px;}
	
h4 {font:normal bolder 18px Verdana, Helvetica, Arial, sans-serif;
  	color:#330000;
  	position:relative;
  	overflow:hidden;}

h4.entry {font:normal bolder 18px Verdana, Helvetica, Arial, sans-serif;
		  color:#330000;
		  position:relative;
		  overflow:hidden;
		  height:36px;
		  width:480px;
		  text-align: center;
		  padding:6px 0px 0px 0px;
		  background:transparent url('../images/gui/entry_bg.png') repeat-x scroll top;
		  top:0px;
		  margin:0px;}

h5 {font:normal bolder 12px Verdana, Helvetica, Arial, sans-serif;
  	position:relative;
  	overflow:visible;}
	  
h5.ftrlinks {font:normal bolder 12px Verdana, Helvetica, Arial, sans-serif;
      			 text-align:center;
      			 position:relative;
      			 overflow:visible;
      			 margin:0px auto;
      			 padding:10px 0px 0px 0px;}
	

	
