body {
	background: url("/images/background.jpg") center fixed;	
        margin: 0;
}

#main {
	background: url("/images/frame-background.png") repeat-y center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
        overflow:hidden;
        min-height:1000px;
        padding-bottom:50px;
}

#main p {
	padding: 0em 2em;
	text-align: justify;
}

#main a, a:visited {
        color:#663300;
        text-decoration:none;
}

#main img {
        border: 1px solid #663300;
        float:right;
        margin-right:135px;
        margin-top:20px;
}

#navlist {
	background: url("/images/frame-top.png")no-repeat center;
	height: 47px;
	width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        text-align: center;
        padding-left: 0;
}

#navlist li {
	list-style-type: none;
	display: inline;
        font-family: garamond, serif;
        font-weight: bold;
        padding-left: 0;
        margin-left: 1.5em;
        margin-right: 1.5em;
}

#navlist li a {
        text-decoration: none;
        color: #663333;
        position:relative;
        bottom:-10px;
}

#navlist #current {
        font-size: 1.1em;
        text-decoration: underline;
}

#navlist li a:hover {
        text-decoration: underline;
}

#footer {
        background: url("/images/bottom-bar.png") repeat-x;
        height: 25px;
	width:100%;
        position: fixed;
        bottom: 0px;
	text-align: center;
	background-color: transparent;
        color: #663333;
}

#footer a {
	text-decoration: none;
	color: #663333;
}

#footer li{
	list-style-type: none;
	display: inline;
        font-family: garamond, serif;
        font-weight: bold;
        margin: 0em 1.5em;
        position: relative;
        bottom: 10px;
}

#footer ul {
        padding-left: 0px;
}

p {
	font-family: Tahoma, helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
    font-family: garamond, serif;
    text-align:center;	
    color: #663333;
}

#resume {
	font-family: Tahoma, helvetica, sans-serif;
	font-size: smaller;
	padding-right: 1em;
}

#resume li {
     list-style-type: none;
}

.jobtitle {
       font-style: italic;
}

#label {
     padding-top: .5em;
     font-style: italic;
}

#label2 {
	padding-top: .3em;
}

#projects {
	font-size: smaller;
}

#projects h3 {
	text-align: left;
	padding-left: 1em;
	margin-bottom: -.8em;
}

.author {
display: block;
text-align: right;
font-size:smaller;
}

fieldset p {
        font-size: .9em;
margin: 0px -15px;
}

fieldset {
  margin: 0px 20px;
}

legend {
    font-family: garamond, serif;
    font-weight: bold;	
    color: #663333;
}

input.submit {
   display: block;
   margin: 10px auto;
}



