html {
    background-color: #eee;
}

body {
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #300;
    
    _text-align: center;
}

address {
        font-style: normal;
        white-space: pre;
}

h1 {
    font-size: 1.5em;
    font-variant: small-caps; 
}

a {
    font-variant: small-caps;
}

#main {
    width: 800px;
    border: 3px double #963;
    border-width: 0px 3px;
    margin: 0px auto;
    padding: 0;
    background-color: #ffc;
    
    _text-align: left;
}

#header {
    position: relative;
    height: 60px;
    padding: .5em .75em;
    background: url('/images/plan2.jpg') repeat-x;
    border-bottom: 1px solid #963;
    margin-bottom: 1em;

    _text-align: center;
}

#header form {
  position: absolute;
  right: 10px;
  top: 10px;
}

#logo { 
    text-decoration: none;
    color: #300;
}

#logo span {
    font-size: 1.75em;
    font-weight: bold;
    font-variant: small-caps;
}

#content {
    position: relative;
    padding: 0 .75em;
    min-height: 300px;
    _height: 300px;
}

#pull {
  border: 1px solid #000;
  width: 187.5px;
  position: absolute;
  right: .75em;
  top: .75em;
}

#pull img {
  width: 187.5px;
  height: 250px;
}

#copy {
  margin-right: 200px;
}

#footer {
    clear: left;
    margin-top: 1em;
    padding: .5em 0;
    border-top: 1px solid #963;
    text-align: center;
}

#contact {

}

#copyright {
    font-size: smaller;
}

.invisible {
    display: none;
}


ul#projects li {
    float: left;
}

ul#projects li a {
    display: block;
    width: 170px;
    text-align: center;
    height: 135px;
    font-size: .8em;
    color: #300;
    text-decoration: none;
    border: 3px double #ffc;
    position: relative;
    padding-top: 15px;
}

ul#projects li a:hover {
    border: 3px double #300;
}

ul#projects li a img {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #300;
}

ul#projects li a .title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
}

#site_search input {
    border: 1px solid #963;
    background-color: #ffe;
}