BODY {background:white url(images/bg825.jpg) fixed top left; color:black;}
A:link {color:black;}
A:visited {color:black;}
A:active {color:black;}
A:hover {color:black;}
IMG {border:none;}
IMG.prop {border:thin solid black; width:100px; height:75px; float:left;}
H1 {text-align:right; margin:0px; padding:0px;}
.header {text-align:right; float:right; padding:5px; font:bold smaller;}
.cma {float:right; width: 25%; margin-right:10%; padding:2px; text-align:center; border:thick solid black;}
TR {height: 125px; vertical-align:top;}
SELECT {background-color:white; color:black;}
FORM {margin:0px;}
LI {margin:5px;}
.list {float:left;}


/* Two-column liquid layout follows.  */

div#top
{
width:100%;
}

div#leftnav
{
 width:17%; 
 float:left; 
}

div#content
{
 width: 80%; 
 float:right;
}

div#footer
{
width:100%;
clear:both;
}

/* End column code */