body {
	margin: 0;
	padding: 0;
	background-image: url(weblogo.JPG);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
p
{
    font: 80%/1.8em 'arial';
    padding-top: 0;
    margin-top: 0;
    color: navy;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	margin: 66px 260px 0px 240px;
	padding: 10px; 
}
#header h1
{
    text-align: center;
    padding-right: 20px;
    font: bold 200% 'comic sans ms';
    color: navy;
    text-decoration: 
    background-position: left center;
    background-attachment: fixed;
    background-image: url(weblogo.JPG);
    background-repeat: no-repeat;
}
#content {
	margin: 66px 260px 0px 240px;
	padding: 10px; 
}
#content h1
{
    text-align: right;
    padding-right: 20px;
    font: 150% 'arial';
    color: navy;
}
#side1 {
	position: absolute;
	width: 200px;
	top: 30px;
	left: 10px;
	padding: 70px 10px 10px 10px;
}
#side2
{
    position: absolute;
    width: 220px;
    top: 30px;
    right: 10px;
    padding: 70px 10px 10px 10px;
    border-left: #cccccc 1px;
    background-image: url(sm-tomato.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
#side2 h3
{
    font: 110% 'arial';
    margin: 0;
    padding-bottom: 4px;
    color: navy;
}
#side1 h3
{
    font: 110% 'arial';
    color: navy;
    background-color: transparent;
    margin: 0;
    padding-bottom: 4px;
}
#side1 .txt {
	width: 184px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
.contactbox
{
    padding: 2px 4px 2px 6px;
    margin: 0 0 10px 0;
    background-color: #F4F4F4;
    border-right: #b1b1b1 1px solid;
    border-top: #b1b1b1 1px solid;
    border-left: #b1b1b1 1px solid;
    border-bottom: #b1b1b1 1px solid;
    font-size: 100%;
    color: navy;
    font-style: normal;
    font-family: 'arial';
    font-weight: bold;
    text-align: center;
}
.ecg
{
    padding: 2px 4px 2px 6px;
    margin: 0 0 10px 0;
    background-color: #F4F4F4;
    border-right: #b1b1b1 1px solid;
    border-top: #b1b1b1 1px solid;
    border-left: #b1b1b1 1px solid;
    border-bottom: #b1b1b1 1px solid;
    font-size: 100%;
    color: navy;
    font-style: normal;
    font-family: 'arial';
    font-weight: bold;
    text-align: center;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}
#side1 li
{
    font: 80% 'arial';
    margin-bottom: 0.3em;
    border-bottom: 1px solid #E7AFAF;
    color: navy;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}
li#side1 a:hover
{
    background-color: Navy color: #621313;
    color: white;
}
