@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background-color: #eee;
	color: #777;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#name {
	font-size: 38px;
	margin: 10px 0 0 0;
	text-align: center;
	width:100%;
}

#info {
	font-size: 25px;
	margin: 0 0 10px 0;
	text-align: center;
}

#info a {
	color:#53868B;
}

#nav {
    border-top:3px solid gray;
	font-size: 28px;
	padding: 20px 0 0 0;
	text-align: center;
}

#nav a{
	color:#000;
	text-decoration:none;
}

.line_h {
	background-color:gray;
	height:5px;
	line-height:0;
	width:100%;
}

.line_v {
	background-color:gray;
	height:100%;
	line-height:0;
	width:5px;
}

.body_container{
	float:left;
	margin:25px 0 0 0;
	width:100%;
}

.col_1-1{
	float:none;
	width:100%;
}

.header{
    border-bottom:3px solid gray;
    border-top:3px solid gray;
	font-size:25px;
	margin: 0 auto 15px auto;
	text-align:center;
	width: 30%;
}

.box_11 {
	text-align:center;
	width:100%;
}

.bio_pic{
	background-color:#ffffff;
	float:left;
	padding:5px;
}

.bio_pic img{
	display:block;
	height:140px;
	width:135px;
}

.bio_desc {
	float:right;
	width:640px;
}

#certificates img{
	width:150px;
}
#certificates a{
	text-decoration:none;
}