/* CSS Document */

.div_common {
	position: relative;
	float: left;
	}

/* slideshow */

.div_slideshow {
	width: 900px; height: 520px;
	padding: 0px;
	margin-top: 68px;
	text-align: left;
	background-color: #fff;
	}

#slideshow_image {
	position: absolute;
	left: 0px; top: 0px;
	/*width: 900px; height: 520px;*/
	padding: 0px;
	margin: 0px;
	z-index: 1;
	}

#slideshow_image_under {
	position: absolute;
	left: 0px; top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 0;
	}

.home_slideshow_image {
	width: 900px; height: 520px;
	}

.design_slideshow_image {
	width: 760px; height: 500px;
	}


.logo {
	position: absolute;
	left: 155px; top: 0px;
	}


.div_content_inner {
	position: absolute;
	left: 10px; top: 10px;
	width: 760px; height: 500px;
	/*margin: 10px 0px 0px 10px;*/
	}

.div_content_inner_scroll {
	position: absolute;
	left: 10px; top: 10px;
	width: 760px; height: 500px;
	/*margin: 10px 0px 0px 10px;*/
	overflow: auto;
	}

.div_footer {
	position: absolute;
	left: 155px; top: 602px;
	text-align: left;
	}




/* nav */


.div_nav {
	position: absolute;
	left: 0px; top: 84px;
	width: 135px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.div_nav_sub {
	width: 135px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.sub_content {
	width: 480px;
	clear: both;
	}

/* design */


.div_project_img {
	position: absolute;
	left: 0px; top: 0px;
	}

#div_project_description {
	width: 760px; height: 500px;
	overflow: auto;
	}

.div_project_description_content {
	width: 480px;
	margin-top: 5px;
	}


/* about */

.div_bio_img {
	margin: 5px 0px 20px 0px;
	}

.bio_img {
	width: 110px; 
	margin: 0px 20px 10px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.bio_img_off {
	width: 110px;
	margin: 0px 20px 10px 0px;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	}

.about_sub_content {
	width: 480px;
	clear: both;
	margin-top: 5px;
	}

.about_sub_content_links {
	width: 480px;
	clear: both;
	}

.about_links_row {
	width: 480px;
	clear: both;
	margin: 5px 0px 5px 0px;
	}

.about_projects {
	position: absolute;
	left: 20px; top: 10px;
	width: 720px;
	clear: both;
	/*margin-left: 20px;*/
	}

.about_projects_row {
	width: 720px;
	clear: both;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
	}

.about_projects_title {
	width: 170px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.about_projects_location {
	width: 100px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.about_projects_description {
	width: 390px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

.about_projects_year {
	width: 30px;
	margin: 0px;
	padding: 0px;
	}

.about_sub_content_contact {
	width: 134px;
	clear: both;
	margin-top: 5px;
	}

.about_map {
	position: absolute;
	left: 144px; top: 0px;
	width: 616px; height: 500px;
	}





/*.preview_container {
	background-color: #fff;
	position: relative;
	float: left;
	clear: both;
	width: 955px;
	height: 638px;
	margin-left: 20px;
	border-top: solid 20px #fff;
	z-index: 1;
	}*/




.preview_container {
	position: relative;
	float: left;
	clear: both;
	width: 100%; height: 638px;
	background-color: #fff;
	text-align: left;
	z-index: 1;
	border-top: solid 20px #fff;
	}


.preview_innercontainer {
	background-color: #fff;
	position: absolute;
	left: 50%;
	width: 925px;
	height: 618px;
	margin-left: -463px;
	text-align: left;
	z-index: 1;
	}



/*
#preview_innercontainter {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
	clear: both;
	width: 780px;
	height: 530px;
	background-color: #fff;
	text-align: left;
	z-index: 1;
	}*/


