﻿
DIV.leftimage {
float:left;
width:120px;
margin:0 20px 15px 0;
padding:15px;
border:0px solid blue;
text-align:center;
}

DIV.rightimage {
float:right;
width:120px;
margin:0 0 15px 20px;
padding:15px;
border:0px solid blue;
text-align:center;
}

DIV.leftsection{
float:left;   
width:150px;
    margin: 10px 10px 0px 10px;
}

DIV.rightsection{
     margin:20px 10px 10px 0px;
     	float:right;
        width:620px;
}

DIV.hsection {
	margin: 20px 10px 10px 10px;
	border: 1px solid #336666;
	padding: 10px;
background-color: #d9d8d8;

}

