 /* global */
*{margin:0px;padding:0px;}
body{
	font-family: 'ubuntu' , arial, sans-serif;
	font-weight:300;
	color:#4c4b45;
	background: url(../images/background_patterns/bg_pattern_02.gif) top left repeat;
	}
ul {
	list-style:none
	}
a {
	text-decoration:none;
	}

br{clear:both;}

/* bio */

#bio{
	width:450px;
	margin:15px;
	padding:20px;
	background:white;
	-moz-box-shadow: 0 0 2px #bdbdbd;
	-webkit-box-shadow: 0 0 2px #bdbdbd;
	box-shadow: 0 0 2px #bdbdbd;
	}
#bio img{float:left;margin:0 10px 0 0;}
#bio h6{margin:25px 0 0 0;font-size:11px;font-weight:400;}
#bio h7{font-size:21px;font-weight:400;}
#bio p{
	margin:25px 0 0 0;
	padding:10px 5px;
	font-size:13px;
	font-weight:300;
	color:#636363;
	line-height:19px;
	background:transparent url(../images/aboutUs/short_horBar.gif) 5px 0 no-repeat;}