body { 
	text-align: center;
	background-color: 729174; 
	padding-left: 1.5em; 
	padding-right: 1.5em; 
}

#container { 
	width: 800px; 
	margin: 30px auto;
	text-align: left;
	background-color: #DBD6BF; 
	font-family: Arial, sans-serif; 
	font-size: 80%; 
}

#header { 
	margin: 10px auto;
	text-align: left;
	color: #084890;
	margin: 0; 
	padding-left: 4.5em;
	padding-top: 1.0em;
	padding-bottom: 1.5em;
	background-color: #bcb593;  
	font-family: Arial, sans-serif; 
	font-size: 80%;
}

#navigation { 
	background-color: #bcb593; 
	text-align: center;
	margin: 0; 
	padding-bottom: 6px; 
}

#navigation ul { 
	padding: 4px 0; 
	margin: 0; 
}
	
#navigation ul li { 
	list-style-type: none; 
	display: inline; 
	padding: 0 18px; 
	border-left: 1px solid #084890;
	color: #084890;
}
	
#navigation ul li.selected { 
	background-color: #bcb593;  
	color: white;
	padding 4px; 
}

#navigation ul li.first { 
	background-color: #bcb593; 
	border-left: none; 
	padding: 0 22px; 
} 

#navigation ul li.firstselected { 
	background-color: #bcb593; 
	color: white; 
	padding: 0 22px; 
	border-left: none; 
} 

.first {
	border: none;
}

#navigation ul li a:link, #navigation ul li a:visited { 
	text-decoration: none; 
	text-decoration: none;
	color: #084890;
}

#navigation ul li a:hover { 
	color: #0000ff; 
	text-decoration: underline;
}

#content { 
	line-height: 190%; 
	padding: 2em 6em 2em 6em;
}

#content img.right { 
	float: right; 
	padding: 0 1em; 
}

#content p.top { 
	padding-top: 0; 
	margin-top: 0; 
}

.cvlist ul {
	padding: 0;
	margin: 0;
}

.cvlist li {
	padding: 4px 10px;
	margin: 0;
	list-style-type: none;
}

.cvcontent {
	line-height: 100%;
}

#footer {  
	text-align: center; 
	background-color: #bcb593; 
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer span { 
	padding: 0;
}

#footer p {

}

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

#footer a:visited {
	text-decoration: none;
	color: #084890;
}

#footer a:hover { 
	color: #0000ff; 
	text-decoration: underline;
}