#container {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFC8C9;
	padding: 1em;
	background-image: url(images/container_bg.jpg);
}
body {
	background-image: url(images/page_bg.jpg);
}

.smalla {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}


.h_menu_001{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_menu_001 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #B8B792;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.h_menu_001 ul li{
display: inline;
}

.h_menu_001 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.h_menu_001 ul li a:visited{
color: #FFFFFF;
}

.h_menu_001 ul li a:hover, .h_menu_001 ul li .selected{
	color: #808080 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F8DFF9;
}
