body {
    width: 600px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: #FFCC66;
    color: #111;
    font-family: Sans;
    font-size: 12px;
}
a:link {
    text-decoration: none;
    color: #330066;
}
a:visited {
    text-decoration: none;
    color: #330066;
}
a:hover {
    text-decoration: underline;
    color: #330066;
}
a:active {
    text-decoration: none;
    color: #330066;
}
div.portrait {
        position: absolute;
        left: 25px;
        top: 30px;
}


img#portraitimage {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 250px

}

div.menu ul {
        list-style: none;
        margin: 5px;
        font-family: Sans;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
}

div.menu ul li {
        padding: 8px;
}


.top_header{
font-family: verdana;
font-weight:normal;
font-size: 21px;
color: #330066;
text-align: left;
position:  absolute;
left: 400px;
top: 11px;
width: 600px;
} 

.left_column{
font-family: verdana;
font-weight: normal;
font-color: #330066;
font-size: 15px;
color: #330066;
text-align: justify;
position:  absolute;
left: 10px;
top: 10px;
width: 275px;
}

.middle_column{
font-family: verdana;
font-weight: normal;
font-size:15px;
color: #330066;
text-align: justify;
text-indent: 15px;
position: absolute;
left: 400px;
top: 70px;
width: 600px;
}


.middle_header{
font-family: verdana;
font-weight: normal;
font-size:14px;
color: #330066;
position: absolute;
left: 325px;
top: 30px;
width: 250px;
}




