#container {background-image: url(images/SKpic_contact.gif);}
#content {
	padding: 5px 40px 12px 180px;
	position: relative;
	background: url(images/collage.jpg) 250px 215px no-repeat;
	overflow: hidden;
	/* (clear: both) */
}
#content ul, #content li {
	border: none;
	float: none;
	text-align: right;
}
#content ul {
	float: right;
	font: oblique bold 14pt "Courier New", Courier, mono;
	width: 380px;
	margin-top: 20px;
}
li#name, li#country {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid black;
}
li#email {text-align: left;}
#content li a {
	width: 281px;
	height: 19px;
	line-height: 19px;
	text-indent: -9000px;
	float: right;
	margin-top: -21px;
	border: 1px solid #069; /* Opera needs this border in order to use the float properly */
}
#contact_d #content li a {background: url(images/email_d.png) top left no-repeat;}
#contact_e #content li a {background: url(images/email_e.png) top left no-repeat;}
#contact_d #content li a:hover, #contact_e #content li a:hover {background-position: 0 -18px;}
#content div {
	clear: both;
	font-size: 9pt;
	border: 1px solid #888;
	position: absolute;
	bottom: 12px;
	width: 523px;
	padding: 3px 0 3px 5px;
}
#content p {
	margin: 0;
	padding: 0;
}
#content div a {color: #999;}
#content div a:hover {
	color: black;
	background-color: #CCC;
	text-decoration: none;
}