/* Do what thou wilt shall be the whole of the Law */

body {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
}

#wrapper {
   width: 768px;
   margin: 0 auto;
   color: blue;
   background: white;
}

#header {
   border: 1px solid #ccc;
   margin: 0;
   padding: 0;
   height: 70px;
   background:url(images/clean.jpg); #F2E3A2;
}

h1, h2 {
   color: #B7D2C3;
   margin: 0;
   padding: 0;
   text-align: center;
}

#header h1 { font-size: 2.5em; margin: .5em 1em 1em }

h2 { font-size: 1.5em }

#column4 h2 { font-style: italic; }

p { margin: .4em; 0; font-weight: bold }

#column4 p { color: #5049E8 }

#column2 p.goldeneye { text-align: center; }

#column4 p.thelaw {
   text-align: center;
   color: blue;
   font-style: italic
}

#column3 p:first-letter {
   font-style: italic;
   font-size: 1.5em
}

#column1, #column2, #column3, #column4 {
   margin: 0;
   padding: 4px;
   width: 182px;
   float: left;
   border: 1px solid #ccc;
   background:url(images/clean.jpg); #F2E3A2;
}

/* "Staircase" effects hacks ... */

#column2 { padding-bottom: 21em }
#column3 { padding-bottom: 28em }

/* end of hacks ... */

.menu a {
   margin: 0 auto;
   width: 135px;
   height: 20px;
   display: block;
   text-align: center;
   border: 1px solid gray;
   text-decoration: none;
   color: #000;
   background: #F2E3A2;
}

.menu a:hover {
   background: #DAC8BF;
   border: 1px solid gray;
}

.menu a:active {
   background: gray;
   border: 1px solid gray;
   color: #fff;
}

/* Love is the law, love under will. */
