* {
	outline: none;
}

body {
	background: #ccc;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12px Tahoma, "Myriad", "Trebuchet MS", Verdana, Arial, Helvetica, Tahoma;
	color: #777;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	width: 100%;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #3080CB;
	background: none;
	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
}
a.hidden:link, a.hidden:visited {
	text-decoration: none;
	color: #777;
	background: none;
	text-decoration: none;
  	border-bottom: 1px dotted #68C3EE;
}
a.hidden:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
}
a.img:link, a.img:visited, a.img:hover {
	text-decoration: none;
	background: none;
	border: none;
} 

.cursor {
	cursor:pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.spacer10 {
	height: 8px;
	padding: 1px;
}

.pad10 {
	padding: 10px;
}

.pad5 {
	padding: 5px;
}

.nounderline {
	text-decoration: none;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.nobold {
	font-weight: normal;
}

.white {
	color: #fff;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

#wrapper {
	background: #eee;
	margin: 150px auto;
	margin-bottom: 0;
	width: 594px;
	
	padding: 10px 20px;
	text-align: left;
}

#shadow {
	background: transparent url(http://kalapun.com/hcard/shadow.png) no-repeat bottom center;
	height: 17px;
	width: 594px;
	text-align: left;
	margin: 0 auto;
}

#header {
}

#container {
	background: transparent url(http://kalapun.com/hcard/dividers.png) no-repeat center center;
	padding-top: 25px;
	padding-bottom: 15px;
}

#full_name {
	font-size: 26px;
}

#col_left, #col_center {
	float: left;
}

#col_center
{
	width: 190px;
}

#col_left {
	width: 200px;
}

#col_right {
	width: 170px;
	float: right;
}

.service {
	margin-bottom: 10px;
}

.service img {
	margin-right: 5px;
}

.field_left {
	background: url(http://kalapun.com/hcard/field_left.png) no-repeat center left;
	float: left;
	height: 20px;
	width: 5px;
}

.field_right {
	background: url(http://kalapun.com/hcard/field_right.png) no-repeat center left;
	float: left;
	width: 5px;
	height: 20px;
}

.field_center {
	background: url(http://kalapun.com/hcard/field_bg.png) repeat-x center left;
	float: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.im_title {
	color: #444;
}

.photo {
	/*
	float: left; 
	margin-left: 5px; 
	margin-bottom: 5px; 
	margin-top: 2px;
	*/
}

.role {
	margin-left: 42px;
	font-style:italic;
}

.vcard {
	line-height: 20px;
}
}
