body, div, p {
	font: 14px serif;
	}

a {
	text-decoration: none;
	color: #33446A;
	font-weight: bold;
	}

div#container {
	padding: 10px 10px 10px 20px;
	border: 3px double;
	border-color: #AAAAC2;
	background-color: #DDDEE2;
	min-height: 500px;
	}

div#top {
	text-align: center;
	margin-left: 349px;
	}

div#body {
	text-align: left;
	margin-left: 349px;
	}

div#nav {
	float: left;
	text-align: left;
	height: 500px;
	width: 349px;
	position: absolute;
	left: 23px;
	top: 23px;
	background: url(images/tall-fir-alphahelix-1-blue-4.jpg) top left no-repeat #DDDEE2;
	}

div#nav ul {
	margin: 130px 10px 10px 19%;
	}

div#nav ul li {
    list-style-type: none;
    background-color: #AAAAC2;
    margin: 0 0 1px 0;
    line-height: 2em;
    width: 94px;
    text-align: center;
    font-size: 120%;
    border: 1px solid;
    border-left-color: #DDDEE2;
    border-top-color: #DDDEE2;
    border-bottom-color: #494450;
    border-right-color: #494450;

}

div#nav ul li a {
    padding: 0 3px 1px;
    margin: 4px;
    color: #DDDEE2;
}

div#nav ul li a:hover {
    border: 1px dotted;
    color: #DDDEE2;
}
