/*Zhanna CCS */
/* Note to self:  DON'T FORGET THE SEMI-COLONS! */

html {
	color: inherit;
	background-color: #88aa12;
	font-family: sans-serif;
	}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

ul, p {
	text-align: left;
	}
	
h1 {
	color: #FF9A00;
	background-color: transparent;
	font-size: 300%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	font-family: serif;
	}

h2 {
	color: #004300;
	background-color: transparent;
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: serif;
	}

h3 {
	text-align: center;
	font-size: 150%;
	padding: 0px;
	}
	

#page_header {
	margin-left: 225px;
	margin-bottom: 20px;
	}
	
#page_menu a:link, #page_menu a:visited {
	line-height: 250%;
	color: #000; /*FF9A00; */
	background-color: transparent; /* was: #004300;  */
	text-decoration: none;
	padding: 7px;
	border: 1px solid #FF9A00;  /*was:  #f4f4f4; */
	font-weight: bold;
	}

#current_page, #page_menu a:hover {
	line-height: 250%;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #FF9A00;
	background-color: #FF9A00;
	color: #000; /*was: #fff */
	font-weight: bold;
	}

#container { 
	padding: 0px;  
	margin: 0px;
	width: 100%;
	height: 100%;
/*	overflow: auto;  */
	position: absolute; /*added for #background magic */
	z-index: 2; /*added for #background magic */
	}


#translucent_box {
	/* margins go outside the box */
	margin-left: 16%;
	margin-right: 16%;
	margin-bottom: 2%;
	margin-top: 0px;
	
	color: #000;
	background-color: #FFFFCC;  /* #dc6; */ /* #ac6; */
	opacity: 0.65;
	}
	
#content {
	/* padding goes inside */
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-top: 0px;
	
/*	border-style: solid; */
	color: #000;
	background-color: transparent;
	}

/* The background image is placed .in layer 0. */	
#background_layer {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
	}

#flower_layer {
	top: 5px;
	left: 8px;
	position: absolute;
	z-index: 1;
	}

#shouting {
	text-align: center;
	font-size: 125%;
	line-height: 100%;
	}

#small_font {
	font-size: 60%;
	}
