HTML {
	text-align:left;
	font-family:"Arial";
	font-size:12px;
}
BODY {
	background-color:white;
	background-image:url('bg.png');

	background-repeat:repeat-x;
}
#menu A {
	color: white;
	font-weight: normal;
	font-size:16px;
	font-family:"Arial";
}

#menu A:hover{
    text-decoration: none;
    color: #8d5b0e;
}


.first {
	border-left: 2px white dotted;

}

#content IMG {
    border:none;
}
P {
	color:#49615f;
	font-family:Arial;
	margin-top: 5px;
}
H1, H2, H3 {
	color: #2a6863;
}
H1 {
	font-size:14px;
	margin-bottom: 5px;
}
H2 {
	font-size:13px;
	margin-bottom: 5px;
}
H3 {
	font-size:12px;
	margin-bottom: 5px;
}
A {
	color: #49615f;
	font-weight: bold;
}
.popupmenu DIV {
	background-color: #f69215;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
	font-weight: bold;
}
.popupmenu DIV A:hover {
	background-color: #e38817;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}

#menu {
	margin-left:65px;
	margin-top:-77px;
	padding:0;
	position:absolute;
}

.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 7px;
	background:#252323;
	}
    
#top{
height:291px;
}

#content .actual {
padding: 30px 70px 0px;
}
