@font-face {
	font-family: "Graublau Sans Web";
	src: url(GraublauWeb.otf) format("opentype");
	
	}

@font-face {
	font-family: "Graublau Sans Web";
	font-weight: bold;
	src: url(GraublauWebBold.otf) format("opentype");
	
	}



body {
	background:#666644;
	color:#666644;
	margin:0;
	padding:20px 0;
	font-family: Graublau Sans Web, Trebuchet MS, Arial, sans-serif;
}
#page {
	background:wheat;
	width:880px;
	margin: auto;
	padding:10px 10px;
	position:absolute;
	top: 25px;
	left: 100px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
}


.job, .qual, table.qual {  /* border: 1pt solid green; */
	clear: left;
	font-size: 12pt;
	background:#666644;
	color: wheat;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 10pt;
	margin-bottom: 10pt;
	padding: 17pt;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
}

table.qual {
	margin-top: 0pt;
	margin-bottom: 0pt;

}


.header { 
margin: 10pt;
padding: 10pt;
line-height: 14pt;
}

.when {  /*border: 1px solid red;*/
/*width: 50px;*/
font-size: 10pt;
/*clear: left;*/
display: inline;
margin-right: 16pt;
}

.title { /*border: 1px solid purple;*/
font-weight: bold;
clear: left;
position: relative;
top: -14pt;
text-align: center;
width: 100%;
}

.company { border: 1px solid wheat;
clear: left;
font-weight: bold;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
}

.location { /*border: 1px solid black;*/
clear: right;
position: relative;
top: -42pt;
float: right;
}

.section { 
	text-align: center;
	font-size: 24pt;
	letter-spacing: -1.2pt;
	background:#666644;
	color:wheat; 
	padding: 4px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
	font-weight: normal;
	margin-bottom: 12pt;
}

.address { font-size: 8pt; 
text-align: right;
border-bottom: 1pt solid black;
padding-bottom: 2pt;
}

a.address { color: blue; 
	text-decoration: none;	
}

.name { margin-bottom: 8pt;
	margin-top: 12pt; 
text-align: left;
font-size: 72pt;
font-weight: normal;
letter-spacing: -8pt;
line-height: 72pt;
}

.details {
clear: left;
font-size: 10pt;

}


a.pick { color: white; }

a.pick:hover { color: wheat; }

.picker {
	position: absolute;
	top: 60px;
	right: 30px;
	border: solid black 2px;
	background: black;
	color: white;
	width: 80px;
	height: 65px; 
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
}




