body{
background: #FF6C00;
font-family: Verdana;
font-size: 10pt;

}

div#container{
width:900px;
/*height: 600px;*/
background: white;
border:solid 2px white;
position: absolute;
left:50%;
margin-left: -450px;
}

div#masthead{
background: #BADBF1;
height: 120px;
border: solid 1px white;
padding-top: 10px;
}

h1{
font-family: courier new;
text-align:center;
padding-top: 40px;
color: darkblue;
font-size: 30pt;
margin-left: -30px;
}

div#navlinks{
text-align: center;
}

#navlinks a{
color: darkblue;
text-decoration: none;
padding: 1em;
background:#BADBF1 ;
border: solid 1px white;
}


#left_products a{
color: blue;
}

img.topimg{
float: left;
margin-left: 20px;
}

img.rightimg{
margin-top: 10px;
}

div#contents{
margin-top: 20px;
height: 400px;
}

div#left{
width: 440px;
float: left;
padding-top: 20px;
}

div#right{
width: 440px;
float: right;
text-align:center;
padding-top: 30px;
}

div#left_products{
width: 240px;
float: left;
padding-top: 20px;
}

div#right_products{
width: 640px;
float: right;
text-align:center;
padding-top: 30px;
}


p.mainp{
margin-left: 1em;
margin-right: 1em;
text-align: justify;
}

p:first-letter.mainp{
font-size: 12pt;
font-weight: bold;
color: blue;
}

h1{
font-family:verdana;
font-size: 20pt;
}

div#footer{
clear: both;
border-top:dotted 1px blue;
padding-top: 3px;
text-align:center;
}

table.products{
width: 615px;
}

table.products td{
width: 205px;
}




