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

<style type="text/css">
body {
	background-color: #D5D6AE;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.picmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px solid #6F3E04;
	width: 350px;
	background-color: #EEEEDC;
}

.picmenu li {
	border-top: 1px solid #6F3E04;
	border-left: 1px solid #6F3E04;
	border-right: 1px solid #6F3E04;
}

.picmenu li a {
	text-decoration: none;
	display: block;
	width: 350px;
	color: #333333;
	font-weight: bold;
	padding: 2px 10px;
}
.picmenu li a:hover {
	background-color: #B9BB79;
	color: EEEEDC;
}
.alinPicMen {
	overflow: auto;
	padding: 10;
	float: right;
}
</style>
