﻿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:180px;
font-weight: bold;
font-size:90%;
    margin: 10px 10px 10px 10px;
}

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

DIV.hsection {
margin:20px 10px 10px 10px;
border:1px solid #444E6E;
padding:10px;
}

#siteInfo a {
	color: #9999FF;
}
