
#td	{
						font-family: "Palatino Linotype", "arial";
						font-size: 13px;
						color: #000000;
					}

#main	{
						font-family: "Palatino Linotype", "arial";
						font-size: 14px;
						color: #000000;
						width: 787px;
					}

#navbar {
							width: 100%;
							height: 29px;
							background-color: #8D936B;
						}

#footer {
							font-family: "tahoma", "arial";
							font-size: 12px;
							word-spacing: 2px;
							letter-spacing: 1px;
							width: 100%;
							height: 32px;
							background-color: #8D936B;
						}

#footer a {
							font-family: "tahoma", "arial";
							font-size: 12px;
							text-decoration: none;
							color: #000000;
						}

#content	{
						font-family: "Palatino Linotype", "arial";
						font-size: 14px;
						color: #000000;
					}

.transparentMenu
{
	-moz-opacity:0.80;
	opacity:0.80;
	filter:alpha(opacity='75');
}