/***********************************************************************/
/* COMMON STYLES */
/***********************************************************************/
body {
	background: white;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: black;
}
form {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	display: block;
}

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
} 

h1, h2, h3 {
/*	color: white;*/
/*	color: red;*/
}

div#main {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	right: 0;
}

.text-indent {
	text-indent: -1000px;
}

/* box */
/***********************************************************************/
div#box {
/*	border: 1px solid red;*/
/*	text-align: center;*/
	margin: 40px auto;
	width: 65%;
}

.box-head-left {
	height: 42px;
	padding-left: 32px;
	background: url("../img/box-head-left.png") no-repeat scroll 0 0 transparent;
}

.box-head-content {
	height: 42px;
	width: 100%;
	background: url("../img/box-head-center.png") repeat-x scroll 0 0 transparent;
}

.box-head-right {
	height: 42px;
	padding-right: 91px;
	background: url("../img/box-head-right.png") no-repeat scroll top right transparent;
}

.box-body-left {
	padding-left: 32px;
	background: url("../img/box-body-left.png") repeat-y scroll 0 0 transparent;
}

.box-body-content {
	padding: 49px;
}

.box-body-right {
	padding-right: 91px;
	background: url("../img/box-body-right.png") repeat-y scroll top right transparent;
}

.box-foot-left {
	height: 19px;
	padding-left: 32px;
	background: url("../img/box-foot-left.png") no-repeat scroll 0 0 transparent;
}

.box-foot-content {
	height: 19px;
	width: 100%;
	background: url("../img/box-foot-center.png") repeat-x scroll 0 0 transparent;
}

.box-foot-right {
	height: 19px;
	padding-right: 91px;
	background: url("../img/box-foot-right.png") no-repeat scroll top right transparent;
}

#profession {
	margin-top: 38px;
}

#contact {
	margin-top: 27px;
}

#contact .e-mail {
	margin-top: 9px;
}

#address {
	margin-top: 41px;
}

#address .location {
	margin-top: 9px;
}

#address-work {
	margin-top: 37px;
}

#address-work .street-address {
	margin-top: 9px;
}

#address-work .location {
	margin-top: 7px;
}

