body{
	background-image : url(../images/jpgs/bg1.jpg);
	font-family :tahoma, sans-serif;
	background-attachment : fixed;
}

#container{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-350px;
	border-left : 4px ridge Yellow;
	border-right : 4px groove Yellow;
	border-bottom : 4px groove Yellow;
	}
	.head{
	border-bottom :3px groove;
	border-bottom-color : #DAA520;
}
	
.mbar{	
	background-color : #FFFACD;
	border-bottom :4px groove;
	border-bottom-color : #DAA520;
}


.menu{
	width:100px;
	font-size: 8pt;
	color: #976404;
	padding-left:10px;
	text-align:center;
	border:2px black;
}


.menu a:link{
	color: #976404;
}
.menu a:visited{
	color: #976404;
}
.menu a:hover{
	text-decoration:none;
	color: #FFFACD;
	width:100%;
	height:100%;
	background-color : #976404;

}
.content{
	padding:10px;
	font-size:10pt;
}
.foot{
background-color : #FFFACD;
	border-bottom :2px groove;
	border-bottom-color : #DAA520;
		border-top :4px groove;
		border-top-color : #DAA520;
	font-size: 8pt;
	color: #976404;
		text-align:center;
}
.foot a:link{
	color: #976404;
}
.foot a:visited{
	color: #976404;
}
.foot a:hover{
	text-decoration:none;
	color: #FFDEAD;
}
.floatr{
	float:right;
	padding:8px;
}
.floatl{
	float : left;
	padding:8px;
}
h1,h2,h3,h4{
	font:tahoma;
	color: #976404;
}
A, A:link, A:visited{
	color: #976404;
}
A:hover{
	color: #FFDEAD;
}
.bbox{
width:200px;
border:1px solid #976404;
float:right;
padding:3px;
font-size:11px;
margin-left:5px;
}
.bboxhr{
font-weight:bold;
padding:1px;
font-size:12px;}

