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

body {
	text-align: center;
	margin: 0;
	padding: 0;
}


#page {
	text-align: left;	
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	
	margin-top: 20px;
	margin-bottom: 32px;
	border: 1px solid #000;
}

#header_fill {
	background-color: #FCD49F;
	position: relative;
	width: 750px;
	margin: 0;
	padding: 0;
	height: 62px;
}

#header_bar {
	background-color: #E3D149;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 14px;
}

#footer_fill {
	background-color: #FCD49F;
	position: relative;
	width: 750px;
	margin: 0;
	padding: 0;
	height: 31px;
}

#footer_bar {
	background-color: #E3D149;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 14px;
}

#nameplate {
	float: right;
	right: 30px;
	position: relative;
	top: 21px;
	z-index: 100;
}

#portfolio_word_faded {
	position: relative;
	width: 750px;
	top: 25px;
	left: 28px;
	z-index: 10;
	border: 0;
}


.about_container {
	
	padding: 150px 0 250px 75px;
	
	width: 750px;
}

.contact_container {
	
	padding: 150px 0 250px 65px;
	
	width: 750px;
}

#text_intro {
	z-index: 100;
	position: relative;
	text-align: justify;
	left: 68px;
	top: -35px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	width: 500px;
	line-height: 1.4em;
}

#text_intro_sub {
	z-index: 100;
	position: relative;
	text-align: justify;
	left: 68px;
	top: 120px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	width: 500px;
	line-height: 1.4em;
}

#contact_intro {
	z-index: 100;
	position: relative;
	text-align: justify;
	left: 68px;
	top: 35px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	width: 500px;
	line-height: 1.4em;
}

#page_title {
	position: absolute;
	top: 170px;
	left: 68px;
}

#side_box {
	z-index: 120;
	background-color: #FCD49F;
	float: right;
	position: relative;
	
	top: -144px;
	right: 32px;
	width: 110px;
	height: 110px;
}

#side_box_sub {
	z-index: 120;
	background-color: #FCD49F;
	float: right;
	position: absolute;
	
	top: 98px;
	right: 32px;
	width: 110px;
	height: 110px;
}

a.no_border {
	border: 0px;
}

.side_link {
	padding: 4px 0 0 10px;
	border: 0;
}

.all_projects {
	top: 200px;
	width: 750px;
	
}

table.single_project {
	width: 750px;
	margin: 0 0 28px 0;
}

td.project_image_cell {
vertical-align: top;
	padding: 10px 16px 10px 80px;
	width: 200px;
}

.project_image {
	width: 200px;
	height: 133px;
	border: 1px solid #000;
}


img.project_title_img {
	padding: 0;
	margin: 0;
	border: 0;
}


td.project_title {
	padding: 6px 10px 0 10px;	
}

td.project_description {
	padding: 0 140px 0 10px;
	vertical-align: top;
	text-align: justify;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	
}

p.description_text {
	margin: 0;
	padding: 1em 0 0 0;
}

p.description_text_first {
	margin: 0;
	padding: .5em 0 0 0;
	
	vertical-align: top;
	text-align: justify;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#footer_text {
	z-index: 100;
	position: relative;
	text-align: center;
	margin: 42px 0 22px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-style:italic;
	width: 750px;
	line-height: 1.4em;
}
