									/* general formatting */
body {								
          padding:0 0 10px 0;
          background-color:#333333;
          font-family:helvetica, "trebuchet MS", sans-serif;
          font-size: 80%; 
          color:#FFFFFF;
          line-height: 120%;
          }
          
blockquote {
		  padding: 10px;
		  background-color: #999999;
		  border: 1px solid #CC6633;
		  }

h1 {
          font-size: 300%;
          font-weight: 900;
          color: #993300;
          line-height: 50%;
          }

h2 {
		  margin-left: -20px;
          font-size: 200%;
          font-weight: 900;
          color: #CC6633;
          }

h3 {		  
		  margin-left: -20px;
          font-size: 120%;
          font-weight: 700;
          color: #CC6633;
          }
          
h4 {  
          font-size: 120%;
          font-weight: 700;
          color: #CC6633;
          line-height: 30%;
          }

p {
          margin: 10px 0 20px 0;
          }
          
.deac {	  							/* makes text look like deactivated link */
		  font-family:"trebuchet MS", helvetica; 
		  margin: 0 0 0 10px;
		  font-size: 140%;
		  font-weight: 700;
		  color: #CC6633;
		  }
		  
.nav {
		  margin: 0 0 0 10px;
		  font-size: 120%;
		  }

a {
		  font-family:"trebuchet MS", helvetica; 
          color: #CC6633;
          text-decoration: none;
          font-weight: 700;
          line-height: 100%;
          }

a:visited { color: #993300; }
a:hover { color: #FF6633; 
		  text-decoration: underline;}
		  
ul {
		  margin: 10px 0 0 -10px;
		  }

#container {						/* holds everything centred */
			position: relative; 
			width: 760px;
			margin: auto;
			}

#header {							/* top box */
		  position: relative;
		  width: 758px;
		  height: 164px;
          margin: 30px 0 0 0;
          padding: 0;
          background-color: #000000;
          border: 1px solid #FFFFFF;
          }
          
#headerExt {						/* extension on right for navbar & features */
		  position: absolute;
		  left: 550px;
		  width: 178px;
		  padding: 15px;
		  background-color: #000000;
		  border: 1px solid #FFFFFF;
		  border-top: 0px;
		  }

#content {							/* main box */
          width: 478px;
          margin: 20px 20px 30px 0;
          padding: 10px 30px 10px 30px;
          background-color: #666666;
          border: 1px solid #FFFFFF;
          }
          
.feature {							/* sub-box for features in headerExt */
		  margin: 5px auto 15px auto;
		  padding: 10px;
		  background-color: #999999;
		  border: 1px solid #FFFFFF;
		  }

.invis {							/* to hold extra items - copyright; sub-lists */
		  padding: 0 5px 5px 7px;
		  font-size: 90%;
		  list-style-type: square;
		  }