/* Brett Styles */ 

/* COLORS  
gold       #b8860b
red        rgb(165,0,33)
*/

html {
      margin: 0;
      padding: 0; }

body {
      margin: 0;
      padding: 0;
      font: 14px Arial, Helvetica, sans-serif;
      color: white;  
      background-color: rgb(165,0,33); /* red */ }

#box {
	  margin: 50px auto 10px auto;
      background-color: white;
      color: black;
      width: 668px;
	  height: auto;
      padding: 20px 25px 25px 30px; }

h1 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 40px;
    font-weight: normal;
    color: #b8860b;  /* gold */ 
    background-color: inherit; }

h2 {
    margin: 10px 0 30px 0px;
    font-size: 28px;
    font-weight: normal;
    color: rgb(165,0,33);
    background-color: inherit; }
	
h3 {
    margin-bottom: 6px;
    margin-top: -2px;
    font: normal 15px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: rgb(165,0,33);
	background-color: inherit; }

h4 {
    margin-bottom: 2px;
    margin-top: 12px;
    font: normal italic 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
	
h5 {
    margin-bottom: 6px;
    margin-top: -6px;
    font: normal 15px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: rgb(165,0,33);
	background-color: inherit;}

h6 {
    margin-bottom: 2px;
    margin-top: 12px;
    font: bold italic 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #b8860b;  /* gold */ 
    background-color: inherit; }

p {
   margin: 4px 0 4px 0;
   font-size: 14px;
   line-height: 130%; }

ul {
    margin-top: 2px;
    margin-bottom: 0px; }

li {
    font-size: 14px;
	padding-bottom: 4px;
	line-height: 120%; }

#menu {
       color: black;
	   border-top: 1px solid #b8860b;   
	   padding-bottom: 1px;
	   font-weight: bold;
	   font-size: 12px; }
	   
#menu a {
         text-decoration: none;
         background-color: inherit;
         color: black;
         padding: 0px 2px 0px 0px;  }

#menu a:hover {
               background-color: inherit;
               color: #b8860b; }

#menu a.hilite { 
                color: rgb(165,0,33); 
                background-color: inherit; } 
				
#samples {
          font-size: 14px;
		  font-style: italic;
          color: #b8860b;
          background-color: inherit;
          padding-top: 0px;
		  margin: 0px 10px 10px 146px;
		  border-top: 1px rgb(165,0,33) solid;
		  border-left: 1px rgb(165,0,33) solid; }

#samples a {
            text-decoration: none;
            display: inline;
            padding: 0px 8px 0px 4px;
            color: #b8860b;
            background-color: inherit; }

#samples a:hover {
                  color: black;
                  background-color: inherit; }
				  
#sampleshome {
              font-size: 14px;
              color: #b8860b;
              background-color: inherit;
			  font-style: italic; }

#sampleshome a {
				display: block;
                margin-left: 0px;
                text-decoration: none;
                padding: 6px 10px 6px 290px;
                font-style: italic;
                color: #b8860b;
                background-color: inherit; }

#sampleshome a:hover {
                      color: black;
                      background-color: inherit; }
				  
img.home {
          float: left;
	      margin-right: 10px;
          border: 2px solid #b8860b; } 
				 	 
img.invite {
            float: left;
            border: 1px black solid;
	        margin-top: 6px;
			margin-right: 38px;
			margin-bottom: 20px; }

img.logol {
          float: left;
          padding-right: 70px;
	      padding-top: 20px;
		  padding-bottom: 30px;
          border-style: none;
		  text-decoration: none; } 
		  
img.logor {
          float: left;
          padding-right: 10px;
	      padding-top: 20px;
		  padding-bottom: 10px;
          border-style: none;
		  text-decoration: none; } 
		  
img.logornobox {
                float: left;
                padding-right: 10px;
	            padding-top: 20px;
		        padding-bottom: 10px;
                border-style: none;
		        text-decoration: none; } 
		  
img.logobox {
             float: left;
             padding-right: 10px;
	         padding-top: 10px;
		     padding-bottom: 10px;
             border-style: none;
		     text-decoration: none;
			 border: black 1px solid; }

img.art {
          float: left;
          border: 1px black solid;
		  margin-right: 20px;
		  margin-bottom: 20px; }			 
			 
		  
img.news {
          float: left;
          border: 1px black solid;
		  margin-right: 20px;
		  margin-bottom: 20px; }
		  
img.web {
         float: left;
         border: 1px black solid;
		 margin-right: 20px;
		 margin-bottom: 12px; }
		 
a:hover {
         background-color: white;
		 color: inherit; }

a:hover img {
             border: 1px rgb(165,0,33) solid; }
			 
a:hover img.logornobox {
                        border: 0; }

hr {
    margin-top: 12px;
	margin-bottom: 0;
	height: 1px; } 
	
#header1, #header2 {
		            display: none; }
					
.unfloat {
          clear: both; } 
