body * {
  z-index: 0;
  position: relative;
}

img { border: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.notext { display: none; }
.red {color: #f00;}
.big { font-size: 150%; }

h2 { clear: both; height: 30px; }

a {
  color: #00F;
}
a:hover { 
  text-decoration: none; 
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #4e4e4e;
  background: #302414;
}

.rotateimage {
  border:solid black 0px; 
  width:222px;
  height:172px;
  background: transparent url('../images/splash.jpg') no-repeat top center;
}
.rotateimageinner {
  width:191px;
  height:131px;
  position: absolute;
  top: 21px;
  left: 18px;
  background: transparent;
  border:solid black 0px;
}


/*
  CONTAINER
*/
  div#container, div#containerSplash {
    margin: 10px auto;
    text-align: left;
    width: 750px;
    background: transparent url('../images/bgContainer.jpg') repeat-y top center;
  }
  
  /*
    HEADER
  */  
    div#header {
      width: 490px;
      height: 135px;
      padding: 75px 0 0 260px;
      background: transparent url('../images/bgHeader.jpg') no-repeat top center;
    }
      
      div#header a {
        display: block;
        width: 225px;
        height: 115px;
      }
  
  /*
    LEFT NAV
  */
    div#nav_left {
      z-index: 1;
      position: absolute;
      top: 233px;
      right: 0px;
      width: 220px;
    }
    
      div#nav_left ul#nav_left_outside {
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
      
        div#nav_left ul#nav_left_outside li.nav_left_outside_item {
          margin: 0 0 18px 0;
          padding: 0;
        }
        
          div#nav_left ul#nav_left_outside li.nav_left_outside_item h4 {
            height: 19px;
            margin: 0;
            padding: 0;
            font-size: 0.1em;
          }
          
            div#nav_left ul#nav_left_outside li.nav_left_outside_item h4 a {
              display: block;
              width: 200px;
              height: 100%;
              left: -14px;
            }
            
      div#nav_left div#contactInfo {
        left: -21px;
        width: 196px;
        height: 129px;
        padding: 10px 0 0 25px;
        background: transparent url('../images/bgNavLeftContact.jpg') no-repeat top left;
      }
      
        div#nav_left div#contactInfo h5 {
          height: 20px;
          margin: 0;
          padding: 0;
        }
          
          div#nav_left div#contactInfo h5 a {
            display: block;
            width: 100%;
            height: 100%;
          }
  
  /*
    CONTENT
  */
    div#content {
      width: 375px;
      min-height: 466px;
      height: auto !important;
      height: 466px;
      padding: 20px 270px 20px 105px;
      background: transparent url('../images/bgContent.jpg') no-repeat top left;
    }
    
  /*
    FOOTER
  */
    
    div#footer {
      width: 585px;
      height: 73px;
      padding: 47px 0 0 165px;
      font-size: 0.8em;
      color: #FFF;
      background: transparent url('../images/bgFooter.jpg') no-repeat top left;
    }
    
      div#footer a {
        color: #FFF;
        text-decoration: none;
      }
      
      div#footer a:hover {
        text-decoration: underline;
      }

      div#footer p#foot {
        display: inline;
        margin-right: 75px;
      }
      
      div#footer p#aldor {
        display: inline;
      }
    
      /*
        Contact Form 
      */
      form#contact {
      	padding: 0px;
      	margin: 0px;
      }
      
        form#contact div.contactDiv {
          width: 400px;
        }
      
      	form#contact fieldset.left, fieldset.right {
      		padding: 2px 0px;
      		margin: 0px;
      		float: left;
      		width: 200px;
      		height: 25px;
      		border: none;
        }
      
      		form#contact fieldset input {
      			padding: 3px;
      			margin: 0px;
      			width: 100px;
      		}
      
    		form#contact fieldset.comments {  
    			padding: 2px 0px 0px 0px;  
    			margin: 0px;  
    			border: none;  
    			text-align: center;  
    		}   
      
    			form#contact fieldset.comments textarea {  
    				padding: 3px;  
    				margin: 0 0 0 28px;  
    				width: 350px;  
    				height: 150px;  
    			}
         
    		form#contact fieldset.buttons {  
    			padding: 4px 0px 0px 30px;  
    			margin: 0px;  
    			width: 398px;  
    			text-align: center;
  			  border: none;
  		  }
    
    			form#contact fieldset.buttons input {
    				padding: 0px;
    				margin: 0px;
    				width: 100px;
    				height: 25px;
    				background: #fff;
    			}
    
      	form#contact label {
      		padding: 0px 5px 0px 0px;
      		margin: 0px;
      		float: left;
      		width: 75px;
      		line-height: 25px;
      		text-align: right;
      	}
    
      /*
        Registration Form 
      */
      form#register {
      	padding: 0px;
      	margin: 0px;
      }
      
       form#register label {
      		padding: 0px 5px 0px 0px;
      		margin: 0px;
      		float: left;
      		width: 125px;
      		line-height: 25px;
      		text-align: right;
      	}
      