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

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

#container {
min-height: 100%;
width: 85%;
margin-left: auto;
margin-right: auto
}

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


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


div#content {
	margin: 0px; 
	padding: 0px;
	width: 705px;
	position: absolute;
	top: 215px;
	background-color: #FFF5E5;
	border: 1px dashed;
	left: 30px;
	line-height: 2.0em;
	z-index: 2
}

div#footer {
	padding: 0px;
	text-align: center;
	width: 215px;
	background-color: #ffffff;
	line-height: 1.8em;
	border: dashed 1px;
	position: absolute;
	top: 535px;
	right: 35px;
	z-index: 3
}


.title {
	letter-spacing: +2mm;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #F3BD7E;
	font-size: 25px;
	padding: 0.1em;
	margin: 15px 0px 0px
        }
	



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


	width: 55%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	
	z-index: 4

}



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


a:link {
	text-decoration: none;
	font-weight: bold;
	color: #992D30
	}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #992D30
	}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0369B7
	}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #0369B7
	}
