/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:890px; /* widths of columns will change proportionately as this width is changed */
	
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {


	
	}
#nav {
	width:170px; /* this width + content width must total 100% */
	float:left;
	
	}
#content {
	margin-left:170px
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}

#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	padding:0em;
	margin-bottom: 5px;
	}
#content_inner {
	padding:0 0 0 10px;
	}
#portfolioNav {
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	padding-left: 10px;
}
#contactLeft {
	padding-top: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	padding-bottom: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	margin-top: 5px;
	visibility: visible;
}


#logo object {
	display: inline;
	float: left;
}
#about {
	margin-top: 50px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	padding-left: 10px;
	padding-right: 202px;
	padding-bottom: 15px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
#cv {
	padding-right: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	margin-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
#links {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 5px;
}
#linksTable {
	width: 520px;
}

#ResTable {
	width: 540px;
	margin-left: 0px;
	margin-right: 50px;
}
#project_top_info {
	width: 450px;
	padding-top: .5em;
}
#BottomNav {
	width: 169px;
}
#projects_inner {
	margin-left: 10px;
}
#projectNav {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}

