body	{	
	font-size: 12px;
	font-family: arial;
	text-align:left;
	color: #2F517F
}

p {
	margin: 5px 15px 15px;
	text-indent: 15px
}

#container {
min-height: 100%;
width: 850px;
margin: 0 0 0;
}

div#header {
	margin: 0px; 
	padding: 0px;
	height: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1
}


div#navigation {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 1.8em;
	background-color: #F5F7DE;
	width: 185px;
	position: absolute;
	top: 250px;
	right: 55px;
	z-index: 2
}


div#content {
	margin: 0px; 
	padding: 0px;
	background-color:#EDEEC3;
	line-height: 2.0em;
	width: 568px;
	position: absolute;
	top: 250px;
	right: 271px;
	z-index: 2
}

div#footer {
	padding: 0px;
	text-align: center; 
	width: 215px;
	line-height: 1.8em;
	border: solid 2px #25C5CD;
	position: absolute;
	top: 500px;
	right: 35px;
	z-index: 3;
}


.example {
	
	margin: 5px 5px 0px;
	
	padding: 5px;
	
	font-size: 10px;
	
	line-height: 1.3em;


	text-align: left;	
	background-color: #FFFFF4;
	
	z-index: 4

}


.style3 {
	font-face: verdana;
        border: dashed 1px #AECEF4;
	width: 99%;
        background-color: #25C5CD;
        padding: 0.1em;
	color: #ffffff;
	margin: 0px 0px 0px;
	font-size: 9px;
	letter-spacing: 4px
        }


.image	{
	border: #25C5CD dashed 1px;
	margin: 5px 15px 5px
}
			 			

a:link {
	text-decoration: underline;
	color: #000000
	}

a:visited {
	text-decoration: underline;
	color: #000000
	}

a:hover {
	text-decoration: none;
	background-color: #25C5CD;
	color: #ffffff
	}

a:active {
	text-decoration: none;
	background-color: #25C5CD;
	color: #ffffff
	}		