body {
background-color: #d2c0b1;
margin: 0;
padding: 0;
font-family: tahoma, arial, sans-serif;
color: #000000;
}

a:link {
color: navy;
text-decoration: none;
}

a:visited {
color: navy;
text-decoration: none;
}

a:hover {
color: #6372ab;
text-decoration: none;
}

#container {
margin: .5em 5%;
background-color: #d2c0b1;
}

#header {
border-bottom: 1px solid #333;
}

#nav {
float: left;
width: 180px;
margin: 0;
font-weight: bold;
}

#nav p {
margin-top: 0;
}

#nav ul {
}

#main {
padding: 1em 5em 1em 5em;
margin: 0 0 0 200px;
}

#footer {
clear: both;
position: relative;
padding: .25em;
border-top: 1px solid #333;
}

#footer p {
font-size: xx-small;
text-align: center;
}

#bio {
float: right;
padding-left:  1em;
}

#bioheader {
background-color: black;
color: #b7b7b7;
text-align: center;
font-style: italic;
}

#coverpage {
background-image: url(./media/photos/viper.jpg);
}

#imgmain {
display: block;
margin-left: auto;
margin-right: auto;
}

#toast {
font-style: italic;
text-align: center;
font-weight: bold;
}
