<!-- Text -->

.the_man {
font-family: Verdana;
font-size: 24;
color: black;
font-style: italic;
font-weight: bold;

}
.slogan {
font-family: Verdana;
font-size: 14;
color: black;
font-weight: bold;

}

.menu {
position:absolute;
top:70;
left:0;
background-color:black;
width:800;

}

.menuitem {
font-family: Verdana;
font-size: 11;
color: white;
}

.txt {
font-family: Verdana;
font-size: 12;
color: black;	
}

.txtImg {
font-family: Verdana;
font-size: 11;
color: black;
font-weight: bold;	
}
.txtPhoto {
font-family: Verdana;
font-size: 11;
color: gray;	
}

.txtFat {
font-weight: bold;
}

.txtQuote {
font-family: Verdana;
font-size: 18;
color: black;
font-style: italic;
}

.txtFancyHeading {
font-family: Verdana;
font-size: 16;
color: blue;
font-style: italic;
width:100%;
height:30;
}

.txtHeading {
font-family: Verdana;
font-size: 16;
color: black;
font-style: italic;
}

<!-- Positionering -->

.leftTopImage {
position: relative;
top: 0;
left: 0;


}

.leftPanel {
position: absolute;
top: 0;
left: 10;
width: 380;
}

.rightPanel {
position: absolute;
top: 0;
left: 400;
width: 380;
}

.rightTopQuote{
position: relative;
}


.rightHeading {
position: relative;
padding: 4px;
}

.rightContent {
position: relative;
top: -25px;
border-right: 1px solid lightblue;
border-left: 1px solid lightblue;
border-bottom: 1px solid lightblue;
padding: 5px;
}

.rightFill{

position: relative;
width: 50px;
height:25;
}
