HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:11px;
}
BODY {
	background-color:white;
	background-image:url('bg.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment: fixed;
	
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Century Gothic";

}
.first {
	border-left: 2px white dotted;/**/
}
#content IMG {
    border:none;
}

P {
	color:#333333;
	font-family:Verdana;
}
H1, H2, H3 {
	color: #577210;
}
A {
	color: #5d2410;
}
.popupmenu DIV {
	background-color: #d58b2c;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #41595a;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
