html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

body {
	background-color: #FFF;
	font: normal normal normal 14px/16px Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

h1, h2 {
	margin: 7px 0 7px 0;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
}

#page {
	width: 699px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: transparent url('../img/header.png') no-repeat center top;
	border: 1px solid #e5e5e5;
}

#menu {
	height: 30px;
	margin-top: 80px;
	list-style: none;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #efefef 50%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #efefef), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#efefef 50%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #efefef 50%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #efefef 50%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, #efefef 50%, #e5e5e5 100%);
}

#menu li {
	float: left;
	width: 233px;
}

#menu a {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #000;
	-webkit-transition: background-color 0.5s;
}

#menu a:hover,
#menu .current {
	1background-color: #CCC;
	background: #bfbfbf;
	background: -moz-linear-gradient(top,  #bfbfbf 0%, #c9c9c9 50%, #bfbfbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(50%,#c9c9c9), color-stop(100%,#bfbfbf));
	background: -webkit-linear-gradient(top,  #bfbfbf 0%,#c9c9c9 50%,#bfbfbf 100%);
	background: -o-linear-gradient(top,  #bfbfbf 0%,#c9c9c9 50%,#bfbfbf 100%);
	background: -ms-linear-gradient(top,  #bfbfbf 0%,#c9c9c9 50%,#bfbfbf 100%);
	background: linear-gradient(to bottom,  #bfbfbf 0%,#c9c9c9 50%,#bfbfbf 100%);
}

.content {
	padding: 0 20px 20px;
	margin-top: 20px;
}

.content li {
	margin-left: 25px;
	margin-bottom: 5px;
}

.c_type {
	display: inline-block;
	width: 60px;
}

p {
	margin-bottom: 10px;
}

h1 {
	margin: 20px 0;
	clear: both;
}

dl {
	overflow: auto;
}

dt {
	float: left;
	width: 15%;
	clear: both;
	text-align: right;
}

dd {
	float: right;
	width: 75%;
}

dt,
dd {
	margin-bottom: 10px;
}

.em {
	font-size: 18px;
}

#person_image {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 226px;
}

.person_data {
	margin-top: 85px;
}
