#container {
width: 750px;
margin: 100px auto;
}

#img {
width: 150px;
height: 100%;
float: left;
}

#ltext {
width: 300px;
height: 100%;
float: left;
}

#ltext h1 {
font-family: Verdana;
Font-size: 20px;
font-weight: bold;
}

#ltext a {
font-family: Tahoma;
Font-size: 12px;
text-decoration: none; 
border-bottom: 1px dashed blue;
}

#ltext p {
font-family: Tahoma;
Font-size: 12px;
text-align: left;
}

#ltext li { 
font-family: Tahoma;
font-size: 12px; 
padding: 1px 1px; 
} 

#rtext {
width: 300px;
height: 100%;
float: right;
}

#rtext h2 {
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
}

#rtext p {
font-family: Tahoma;
font-size: 12px;
text-align: left;
padding: 0px 0px;
}