/*	Copyright: Marc Dangschat	*/
html, body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
body
{
	font-family: sans-serif, verdana;
	font-size: 14px;
	color: #ECEDEC;
	background: #606267 url(images/background.png) repeat;
}
	#box_left  {
	position: relative;
	float: left;
	height: 567px;
	width: 343px;
	padding: 0;
	margin: 100px 0 0 80px;
	background: #626367 url(images/business_card_left.png) no-repeat;
	border: 3px groove;
	border-color: #8D8F95 #61636B;
}
#box_right
{
	position: relative;
	float: left;
	height: 567px;
	width: 343px;
	padding: 0;
	margin: 100px 0 0 80px;
	background: #626367 url(images/business_card_right.png) no-repeat;
	border: 3px groove;
	border-color: #8D8F95 #61636B;
}
#inner_box_left
{
	clear: both;
	border: 0px none;
	margin: 10px;
	padding: 0;
}
#inner_box_right
{
	clear: both;
	border: 0px none;
	margin: 30px 10px 10px 10px;
	padding: 0;
}
#inner_box_right ul
{
	margin: 10px 5px 10px 20px;
	padding: 5px;
}
#inner_box_right li
{
	margin: 0px;
	padding: 1px;
	list-style-type: none;
}
#photo_box
{
	position: relative;
	clear: both;
	width: 208px;
	height: 260px;
	margin: 5px 15px;
	padding: 0;
}
#wrapper
{
	position: relative;
	clear: both;
	margin: 0 0 -26px 0;
	padding: 0;
	width: 2px;
	height: 100%;
	min-height: 100%;
	float: left;
}
#copy
{
	position: relative;
	clear: both;
	margin: 0 0 0 180px;
	padding: 0 0 0 0;
	font-size: 9px;
	color: #BBB4B4;
}
#copy a:link, #copy a:visited
{
	color: #BBB4B4;
	text-decoration: underline;
}
#copy a:active, #copy a:hover
{
	color: #FF9600;
	text-decoration: underline;
	background: url(images/link_hover.png);
}
a:link, a:visited
{
	color: #FF9600;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #FF9600;
	text-decoration: underline;
	background: url(images/link_hover.png);
}
h1
{
	font-size:275%;
	font-weight: bold;
	color: #FF9600;
	margin: 1px 0px 1px 0px;
	padding: 0;
}
h2
{
	font-size: 140%;
	font-weight: bold;
	color: #FF9600;
	margin: 0px 0px 1px 5px;
	padding: 0;
}
h3
{
	font-size: 90%;
	font-weight: bold;
	color: #C57E19;
	margin: 0px 0px 1px 5px;
	padding: 0;
}
a:link.tooltip, a:visited.tooltip
{
	color: #FF9600;
	text-decoration: none;
}
a:hover.tooltip
{
	color: #FF9600;
	text-decoration: none;
	background-image: url(images/link_hover.png);
	cursor: help;
}
a.tooltip span
{
	position: absolute;
	width: 455px;
	z-index: 5;
	overflow: visible;
	visibility: hidden;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	color: #ECEDEC;
}
a.tooltip:hover span
{
	position: absolute;
	width: 300px;
	z-index: 5;
	overflow: visible;
	visibility: visible;
	border: 4px solid #FF9600;
	text-decoration: none;
	color: #ECEDEC;
	background: #696464;
}

