/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#ffffff;
 color: #666666;
 text-align:center;
 padding:0;
 }
 
 ul {
 	list-style:none;
 }
.prop {
	float:right;
	height:200px;
	width:0px;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

#clear {
 	clear:both;
}

#wrapper {
 text-align:left;
 border:1px solid #cccccc;
 width:900px;
 margin:auto;
 background-image:url(../images/bkgnd.jpg);
 background-repeat:no-repeat;
 }

#hdr {
	height:60px;
	width: 400px;
	float:left;
	background-position: left;
	display:inline;
 }

#bar {
 height:25px;
 /*color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;*/
 }

#bodyblock {
 position:relative;
 width:900px;
 padding:0;
 }

#l-col {
	float:none;
	color: #333333;
	width:150px;
	text-align:left;
	margin-top:0px;
	height: 0px;
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
	display:block;
 }

#cont {
	width:650px;
	text-align:left;
	/*margin-left:186px;*/
 float:none;
	margin-left: 150px;
	clear: both;
 }

#ftr {
 height:25px;
 color: #333333;
 /*border:solid black;
 border-width:1px 0 0 0;*/
 margin:10px;
 }
 
 .hdr_name {
	margin: 40px 0 0 115px;
	float: none;
}

/* MAIN NAVIGATION */
#nav {
  width: 300px;
  height: 16px;
  position: relative;
  background: url(../images/nav.jpg);
  margin-top: 47px;
  margin-right:20px;    
  padding: 0;
  float:right;
}
#nav li {
  float: left;
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 16px;
  background: url(../images/nav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}
/* IMAGES */
#img {
	padding: 5px;
	margin: 5px;
	border-top: solid;
	border-right: solid;
	border-bottom: solid;
	border-left: solid;
}
#imgspacer {
	padding: 5px;
	margin: 5px;
	clear:both;
}

#img_detail {
	clear:both;
	margin-top: 10px;
	margin-left: 152px;
	margin-bottom: 80px;
}

/* STATIC NAV */
li#nav_process a {
	left: 0px;
	width: 82px;
	background-position: 0 0;
}
li#nav_work a {
  left: 82px;
  width: 62px;
  background-position: -82px 0;
}
li#nav_resume a {
	left: 145px;
	width: 75px;
	background-position: -145px 0;
}
li#nav_con  a {
	left: 221px;
	width: 92px;
	background-position: -221px 0;
}
/* HOVER NAV */
li#nav_process a:hover {
  background-position: 0 -16px;
}
li#nav_work a:hover {
  background-position: -82px -16px;
}
li#nav_resume a:hover {
  background-position: -145px -16px;
}
li#nav_con a:hover {
  background-position: -221px -16px;
}

#body_process li#nav_process a {
  background-position: 0 -32px;
}
#body_work li#nav_work a {
  background-position: -82px -32px;
}
#body_resume li#nav_resume a {
  background-position: -145px -32px;
}
#body_con li#nav_con a {
  background-position: -221px -32px;
}

#resume_pdf {
	float:right;
	padding:0;
	margin-top:0px;
	clear: left;
	margin-bottom: 10px;
	width: 200px;
}

