/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	margin-bottom: 0.1em;
	}

body {
	background: green;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	}

h2 {
	color: #382382;
	font-size: 1.1em;
	}
		
p {
	font-size: 0.85em;
	}

#wrapper {
	background: white url(images/eudemon_middle.jpg) repeat-y;; /*url(images/wrapper_bg1.jpg)*//*#7a645b*/
	width: 760px;
	height: 100%;
/*	border-left: thick groove #333;*/
/*	border-right: 5px solid #9F948E #7a645b*/;
	margin: 10px auto;
	}

#topbar,
#balloontopbar,
#niagaratopbar,
#mountaintopbar {
	width: 760px;
	height: 250px;
	margin-bottom: 1px;
	margin: 0 auto;
	}

#main {
	background: transparent url(images/eudemon_middle.jpg) repeat-y;
	width: 760px;
	min-height: 275px;
	margin: 0 auto;
	border-top: #ebae20 2px solid;
	}
	
#sidenav {
	background: transparent url(images/main_sideimage.gif) top right no-repeat;
	width: 200px;
	float: left;
	padding: 5px 10px 5px 20px;
	}
	
#overlay {
	background: white;
	width: 63%;
	float: left;
	/*border-left: #ebae20 5px solid;*/
	padding: 5px 5px 5px 15px;
	color: black;
	text-align: justify;
		}
	
#clear {
	clear: both;
	margin-bottom: 2px;}
	
#footer {
	text-align: center;
	background: transparent url(images/eudemon_bottom.jpg) no-repeat;
	width: 760px;
	height: 150px;
	border-top: 2px #ebae20 solid;
	margin: 0 auto;
	font-size: 0.8em;
	color: #ebae20;
	}
	

	
	 
