body {
	background: url(2.gif) fixed repeat;
	margin: 0px;
	font-family:Arial, Helvetica;
	height: 100%;
}
a { 
	color: #7c7c7c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid black;
}

h1 {
	margin: 0;
}
#contentblock {
	position: relative;
	overflow: hidden;
	width: 750px;
 	height: *;
	margin-left: auto;
	margin-right: auto;	
	border: 2px solid #4caa4c;
	padding: 0px;
	text-align: left;
	filter:Alpha(opacity=80);
	_background: white;
	_position: static;
}

	
#headblock {
	background-color: #4caa4c;
/*	-moz-opacity: 0.70; 
	filter:Alpha(opacity=70);
*/	height: 75px;
	color: black;
	text-align: center;
}

#headblock a{
	color: white;
}

#menu { 
/*	-moz-opacity: 0.70;
	filter:Alpha(opacity=70);
	width: 200px;
	float: right;
*/
	padding: 0;
	margin: 10px;
}

#menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica;
	padding: 0px;
	display: inline;
}

#menu li {
	background-color: #4caa4c;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	margin-right: 5px;
	width: 6em;
}
#menu a {
	text-align: center;
	text-decoration: none;
	color: white;
	width: 100%;
	display: block;
/*	width: 200px;
*/	background-color: #4caa4c;

}

#menu a:hover {
	background-color: yellow;
	color: black;
}

#menu #current {
	background-color: yellow;
	color: black;
}

#inside {
	margin: 10px;
	text-align: justify;
	font-size: 1.2em;
/*	width: 600px;*/
}

#inside a {
	font-size: 15px;
}

.footer {
	font-size: 0.8em;
	width: 750px;
	margin-top: 5px;
	background-color: #4caa4c;
	-moz-opacity: 0.80; 
	filter:Alpha(opacity=80);
	color: white;
	text-align: center;

}
.footer a {
	color: white;
}

.trans {
	background: white;
	position:absolute;
	top:75px;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	opacity:0.8;
	*position:static;
	*opacity:1;
	*background:transparent;
}

.warn {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background: yellow;
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#moto {
	font-style: italic;
	text-align: center;
	font-size: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dotted gray;
}

#gal img {
	margin-top: 10px;
}

