@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial, helvetica, serif;
	background: #815017;
	
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

h2 {
	font-size:16px;
text-decoration:underline;
padding: 0 1em 0 1em;
clear: left;
}
h3 {
	font-size:12px;
padding: 0 1em 0 1em;
font-weight:lighter;
clear: left;
}

h4 {
	font-size:12px;
padding: 0.5em 1em 0.5em 0.5em;

}

a, a:link, a:active {
	color: black;
	text-decoration:none;
}

a:hover {text-decoration:underline;}



#wrapper {
	width: 700px;
	background: url(../images/bg_side.gif);
	padding: 0;
	border: 6px solid white;
	margin: auto;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 6em;
}
#menu dt {
cursor: pointer;
text-align: center;
background: #815017;
font-size:14px;
border: 1px solid white;

}
#menu dd {
display: none;
border: 1px solid white;
}
#menu li {
text-align: center;
background: #815017;
}
#menu li a, #menu dt a {
color: #000;
font-size:14px;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover{
background: white;
}

#table{
clear: left;
padding: 0;
}


p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p1 {margin: 0;
padding: 0;
clear: both;
}








