body	{	
	font-size: 12px;
	font-family: arial;
	color: #543E24;
}

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



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

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


div#navigation {
	margin: 0px; 
	padding: 5px;
	background-color: #FDF0C5;
	width: 152px;
	font-size: 10px;
	line-height: 1.8em;
	position: absolute;
	top: 260px;
	left: 684px;
	z-index: 2
}


div#content {
	margin: 0px; 
	padding: 5px;
	line-height: 1.8em;
	width: 650px;
	position: absolute;
	top: 250px;
	background-color:#FDFFD6;
	left: 0px;
	z-index: 2
}

div#footer {
	margin: 0px;
	padding: 4px;
	text-align: center;
	background-color: #F6CB88;
	position: absolute;
	top: 460px;
	left: 670px;
	z-index: 3
}

		 		


.style3 {
	font-face: verdana;
	margin: 0px 0px 0px;
        border: solid 1px #E5D1A5;
        background-color: #D0B77C;
        padding: 0.1em;
	font-size: 9px;
	margin: 0px 0px 0px;
	letter-spacing: 3px
        }


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

.title2 {
	letter-spacing: -1pt;
	text-transform: lowercase;
	color: #D64E2A;
	background-color: #ffffff;
	font-size: 20px;
	padding: 0.1em;
	margin: 10px 0px 10px
        }

.title3 {
	text-transform: lowercase;
	color: #D64E2A;
	font-face: verdana;
	font-style: italic;
	font-size: 15px;
	background-color: #ffffff;
	padding: 0.1em;
	width: 200px;
	text-align: center;
	margin: 0px 50px 10px
        }


.example {
	
	margin: 5px 100px 25px;
	
	font-size: 10px;
	line-height: 1.3em;
	padding: 0.3em;
	font-size: 10px;
	background-color: #FDF0C5;
	text-align: left;	
	z-index: 4

}


.image	{
	margin: 5px 15px 5px
}


a:link {
	text-decoration: none;
	color: #D64E2A
	}

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

a:hover {
	text-decoration: underline;
	background-color: #F6CB88;
	color: #F0F1F7
	}

a:active {
	text-decoration: underline;
	color: #F0F1F7;
	background-color: #F6CB88
	}	
