﻿#main h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: medium;
	text-align: center;
	color: navy;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	width: 200px;
}

.red {color: red}

.textLeft {clear: both;}

.textLeft h3 {
    float: left;
    padding-left: 43px;
    padding-right: 43px;
}

.textLeft img {float: left;}

.textRight {clear: both;}

.textRight img {
    float: left;
    margin-left: 43px;
    margin-right: 43px;
}

.textRight h3 {
    float: left;
}

h4 {
    clear: left;
    padding-left: 286px;
	font-size:10px;
	font-weight: normal;
}