/*
#e6e1c5  light beige
#8cf0e6  light cyan
#d4cb92  beige 
#ff8f2e  orange 
#395c6b  blue
*/

body {
	font-family: tahoma, calibri, serif;
	background-color: #d4cb92;
	margin: 0; 
}

.emph {
	font-family: "times new roman", times, serif; 
	font-style: italic; 
	
}
	
 
#container {
	width: 675px;
	background-color: #FFFFFF;
	padding: 0 8px 0 8px;
	margin: auto;
}

#myleft {
	width: 330px; 
	float: left; 
	border-right: 2px dotted #ff8f2e;
	background-color: #FFF;
	}
#myright {
	padding-left: 5px;
	width: 320px; 
	float: left; 
	background-color: #FFF;
	}

footer {
	clear: both; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	
}	

h1, h2, h3 {
	color: #395c6b ;
}

a:link {color: #ba6922 ; text-decoration: none; }
a:visited {color:#ff8f2e ;}
a:hover {background-color: #e6e1c5; }
