body{
   font: Arial,sans-serif;
   font-weight: normal;
   background-color: #FFBE73; 
   color: #333333;
}

#header {
	width: 750px;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;     
	min-height: 240px; 
	background-color: #ffffff;
	padding: 0.5em 3em;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; 
    box-shadow: 3px 3px 5px #555;
    -moz-box-shadow: 3px 3px 5px #555;
    -webkit-box-shadow: 3px 3px 5px #555;
    border: #CCCCCC 1px solid;
}

#content {
	clear: left;
	width: 750px;
	margin-top: 0.7em;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0.3em 3em 0.5em 3em;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;  
    box-shadow: 3px 3px 5px #555;  
    -moz-box-shadow: 3px 3px 5px #555;
    -webkit-box-shadow: 3px 3px 5px #555; 
    border: #CCCCCC 1px solid;
}

#daniel_photo {
	float: left;
	margin-right: 3em;
	margin-top: 0.7em;  
}

#language {
	font-size: small;
	color: #708090;
	float:right; 
}

#language a{
	color: #000000;
	border-bottom: 1px dotted;
}

#special_link:hover{
	color: #b00000;
	border-bottom: 1px solid;
}

#address p {
	margin-top: 0px; 
	margin-bottom: 0px; 
}

#address  {
	margin-bottom: 0.5em;
	margin-left: 220px;
}

#telephone {
	margin-left: 220px;	
}

#fax {
	margin-left: 220px;
	margin-bottom: 0.5em;
}

#elecmail {
	margin-left: 220px;
}

h1, h2 {
	font-family: sans-serif;
}

h1 {
font-size: xx-large; 
color: #333;
font-weight:normal;
margin: 20px 0 5px 220px; 
line-height: 32px;
}

h2 {
font-size: large;
color: #333;
font-weight:normal;
margin: 20px 0 10px;
clear:both;
}

.several_items ul {
	margin-bottom: 0.5em;
}

a:link {
	text-decoration: none;
	color: #009ee8;
	border-bottom: none;
	outline: none;
}

a:visited {
	color: #009ee8;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted;
}