body{
        font-size: 11px;
        color:#837B75;
        font-family: tahoma;
        line-height:13px;
        cursor:default;
        text-align:center;
background-image:url(images/lilbg.gif);
}

p,li,td{
        font-size: 11px;
        text-align:justify;}

a:link,a:visited,a:active{
	color: #837B75; 
	text-decoration:underline; 
	font-weight: bold;
        cursor:DEFAULT;
		}

a:hover{
	color: #837B75; 
        text-decoration: underline;
	font-weight: bold;
	cursor:help;
        background-color:B3AEA6;
                }

.head,h2{
background-color: #837B75;
padding-left:5px;
font-size:12px;
font-weight:bold;
color:#BDB7AE;}

A.menulink,A.menulink:visited {
display: block;
width: 100px;
text-align: right;
font-weight:bold;
text-decoration: UNDERLINE;
font-family:tahoma;
font-size:11px;
color: #837B75;
background:#BDB7AE;
cursor:help;
padding:2px;
}

A.menulink:hover {
color: #837B75; 
background:#B0AAA2;
cursor: help;
}

#container{
margin:0 auto;
width:450px;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
position:relative;
border-bottom:3px solid #ffffff;
height:auto; /*needed for opera,ie */
overflow: auto; /* needed for firefox */
}

#content{
float:left;
margin-left:20px;
width:268px;
background-color:#BDB7AE;
}

#nav{
float:right;
margin-right:20px;
width:110px;
background-color:#837B75;
}

input, textarea, option, select {
	background-color: #FFFFFF;
	font: 10px tahoma;
	color: #837B75;
	border: 1px solid #837B75;
	padding:1px; }
