body {
	font-family:
	Avant Garde Book BT, Helvetica, Arial;
	background-color: #fff;
	color: #808080;
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #444444;
	
}
.typeface-js {
	font-size: 20px;
	float:left;
}
.typeface-js a:link {
	color: #808080;
}
.typeface-js a:visited { 
	color:#808080;
}
.typeface-js a:hover { 
	color:#444444;
}
.orange_title {
	color: #ff8100;
	font-size: 20px;
	margin-left:6px;
}
.orange_title a:link {
	color: #ff8100;
}
.orange_title a:visited { 
	color:#ff8100;
}
.orange_title a:hover { 
	color:#ff8100;
}

.contact {
	float:right;
	word-spacing:5px;
}
#site {
	padding-top:10px;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background-color:#fff;
}
#header {
	background-color:#FFF;
	
	font-size:12px;
	height:20px;
}

#content {
	width:920px;
	height:562px;
	color:#808080;
	font-size:12px;
	text-align:center;
}

object {outline:none;}

#picture {
	float:right;
	width:422px;
	height:562px;
}
#bio {
	width:450px;
	height:562px;
	float:left;
	font-size:12px;
	text-align:justify;
	color: #808080;
}
#projects {
	width:920px;
	height:562px;
	float:left;
	font-size:12px;
	color: #808080;
}

#footer {
	padding-top:30px;
	font-size:12px;
	word-spacing:15px;
	background-color:#FFF;
	color: #000;
}
.portfolios a:link {
	color: #ffc07f;
	text-decoration: none;
}
.portfolios a:visited {
	color: #ffc07f;
}
.portfolios a:hover {
	color: #FF8100;
}
.copyright {
	font-size:8px;
	float:right;
	color:#808080;
	word-spacing:normal;
}
.mobile_copyright {
	font-size:8px;
	color:#808080;
	word-spacing:normal;
}
.Active_Portfolio {
	color: #ff8100;
}
.awards {
	text-align:left;
}
#mobile_site {
	width:320px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	background-color:#fff;
	font-size:12px;
}
#mobile_header {
	width:320px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}
.mobile_contact {
	word-spacing:5px;
	padding-left:3px;
}
#mobile_content {
	font-size:18px;
	text-align:center;
	
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 300px;
  height: 200px;
  margin-left: -150px;  /***  width / 2   ***/
  position: absolute;
  top: -150px;          /***  height / 2   ***/
  left: 50%;
}
