<!-- 

.main, table, tr, td{ 
 	line-height: 22px; 
 	font-size: 12px;
 	font-family: Arial, Helvetica, sans-serif;
 	text-align: justify;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;	
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}

body {
margin: 0;
padding: 0;
background: #cbc5b3 url('../images/bg.gif') top left repeat-x;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul.menu, li.menu {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 150;
left: 20;
z-index:100;
width: 95%;
font-size: 16px;
}
#menu dl {
float: left;
width: 9em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #CBC5B3;
border: 0 none;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #CBC5B3;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border:  none;
}
#menu li a:hover, #menu dt a:hover {
background: #CBC5B3;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}
-->