html, body {
 margin: 0;
 padding: 0;
 background-image: url(_images/bamboo_bg.jpg);
 background-repeat: repeat;
 background-attachment: fixed;
}

#container {
 width: 750px;
 float: left;
 margin: 10px auto 5px 55px;
 padding: 0;
 background-color: #FFFFF0;
 -moz-border-radius: 10px; border-radius: 10px;
 border-width: 1px;
 border-style: groove;
 border-color: black;
 opacity: 0.92;
 filter:alpha(opacity=92);
}

#header { 
 width: 750px;
 float: left;
}

#menu {
 width: 110px;
 float: left;
 font-size: small;
 text-align: center;
}

#menu a {border: 0; padding: 5px; text-decoration: none;}
#menu a:link { color: #000; }
#menu a:hover { color: #000; background: #ff3300; -moz-border-radius: 5px; border-radius: 5px;}
#menu a:active { color: #000; }
#menu a:visited { color: #000; }

#memoriam {
	width: 120px;
	float: left;
	font-size: small;
	text-align: center;
}

#page_content {
 float: right;
 width: 600px;
 padding: 15px;
 }

#footer_right {
 width: 600px; 
 float: right;
 padding: 0 15px 10px 15px;
 font-size: small;
 text-align: center;
}

h1 {
	font-family: arial,helvetica,sans serif; font-style: italic; text-align: center;
}

h4 {
	font-family: arial,helvetica,sans serif; text-align: center;
}

p {
	font-family: arial,helvetica,sans serif;
	text-align: justify;
	a:link { color: white };
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

form {
	font-family: arial, helvetica, sans serif;
	text-align: right;
}

td.align_right {
	text-align: right;
}

a:link { color: #ff6600; }
a:hover { color: #ff3000; }
a:active { color: #ff6600; }
a:visited { color: #ff6600; }


