/* CSS Document */

/* top menu */
A.menu { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; display: block; width: 97px; 
		text-decoration: none; padding-top: 4px; padding-bottom: 4px; background-color: #9a7b55; border-top: 1px solid #000000; border-bottom: 1px solid #000000; 
		border-left: 1px solid #000000; text-align: center; }
A.menu:hover { color: #000000; font-weight: bold; background-color: #81623e; }

/* top menu end (special case) */
A.menuend { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; display: block; width: 110px; 
		text-decoration: none; padding-top: 4px; padding-bottom: 4px; background-color: #9a7b55; border-top: 1px solid #000000; border-bottom: 1px solid #000000; 
		border-left: 1px solid #000000; border-right: 1px solid #000000; text-align: center; }
A.menuend:hover { color: #000000; font-weight: bold; background-color: #81623e; }

.main { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #6F3700; padding-left: 10px; padding-top: 10px; padding-right: 10px; 
		padding-bottom: 8px; background-color: #FFFFFF; width: 775px; }
		
.bottom { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; padding-left: 10px; padding-top: 5px; padding-right: 10px; 
		padding-bottom: 8px; background-color: #9a7b55; width: 775px; }

.headline { font-size: 18px; font-weight: bold; font-style: italic; }
.title { font-size: 14px; font-weight: bold; }
.picborder { border: 2px solid #000000; }

.infoback { background-image: url(images/info_fade.gif); background-repeat: repeat-x; }