body	{	
	font-size: 12px;
	font-family: arial;
	text-align: left;
	color: #383B69;
	background: #F5EDC9
	}

p	{
	margin: 5px 5px 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: 15px;
	z-index: 1
}


div#navigation {
	margin: 0px; 
	padding: 5px;
	font-size: 10px;
	line-height: 1.8em;
	background-color: #E9CF9D;
	width: 178px;
	position: absolute;
	top: 250px;
	left: 725px;
	z-index: 2
}


div#content {
	margin: 0px; 
	padding: 0px;
	line-height: 1.8em;
	width: 625px;
	position: absolute;
	top: 250px;
	left: 20px;
	z-index: 2
}

div#footer {
	margin: 0px; 
	width: 215px;
	border: solid 2px #AAA471;
	background-color: #EBE29D;
	position: absolute;
	top: 543px;
	left: 708px;
	z-index: 3
}




.title {
	text-transform: lowercase;
	color: #56435C;
	border: dashed 1px #AAA471;
	background-color: #EBE29D;
	font-size: 12px;
	padding: 0.1em;
	margin: 0px 0px 10px
        }


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


.example {
	
	margin: 25px 25px 25px;
	padding: 8px;
	font-size: 10px;
	line-height: 1.3em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #E9CF9D;
	z-index: 4
}




a:link {
	text-decoration: none;
	font-size: 12px;
	color: #E51D1C
	}

a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #E51D1C
	}

a:hover {
	text-decoration: underline;
	background-color: #E51D1C;
	font-size: 12px;
	color: #F4E6C1
	}

a:active {
	text-decoration: underline;
	color: #F4E6C1;
	font-size: 12px;
	background-color: #E51D1C
	}		
