/* CSS Document */

a:link {
	color: #666;
	outline: none;
	text-decoration: none;
	}

a:active {
	color: #666;
	outline: none;
	text-decoration: none;
	}

a:visited {
	color: #666;
	outline: none;
	text-decoration: none;
	}

a:hover {
	color: #666;
	outline: none;
	text-decoration: underline;
	}

a.underline:link {
	color: #666;
	outline: none;
	text-decoration: underline;
	}

a.underline:active {
	color: #666;
	outline: none;
	text-decoration: underline;
	}

a.underline:visited {
	color: #666;
	outline: none;
	text-decoration: underline;
	}

a.underline:hover {
	color: #000;
	outline: none;
	text-decoration: underline;
	}

.debug {
	position: absolute;
	top: 0px; left: 0px;
	padding: 6px;
	}

/*/////////////////////////////////////////////////// 
///////////////////////////////////////////////////// 
CONTENT  //////////////////////////////////////////*/


/* HOME */

.home_container {
	clear: both;
	width: 1035px;
	padding: 0px;
	margin: 0px;
	}

.home_header {
	clear: both;
	height: 27px;
	padding: 17px 0px 0px 20px;
	margin: 0px;
	}

.div_home_item {
	padding: 0px 1px 19px 20px;
	}

.home_item {
	width: 305px; height: 234px;
	padding: 8px;
	margin: 0px;
	line-height: 18px;
	border: 1px solid #e7e6e6;
	color: #666;
	}

.home_item_img {
	padding: 0px 0px 11px 0px;
	}


/* PROJECTS */

/* nav */
.projects_left {
	position: relative;
	float: left;
	width: 294px; height: 591px;
	padding: 10px;
	margin: 0px;
	border-right: 1px solid #eaeaea;
	}

.projects_left_noimg {
	position: relative;
	float: left;
	width: 294px; height: 601px;
	padding: 1px 10px 10px 10px;
	margin: 0px;
	border-right: 1px solid #eaeaea;
	}

.div_nav_img {
	width: 284px; height: 159px;
	padding: 6px 0px 6px 10px;
	}

.div_nav_img_nosubcat {
	width: 284px; height: 159px;
	padding: 9px 0px 6px 10px;
	}

/*.div_nav_img {
	width: 284px; height: 159px;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
	}

*/

.div_nav_noimg {
	width: 284px;
	padding: 0px;
	margin: 0px;
	/*border-bottom: 1px solid #eaeaea;
	*/}

.projects_nav {
	width: 294px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
	}

.projects_nav_noimg {
	width: 294px;
	padding: 0px;
	margin: 0px;
	}

.projects_nav_category {
	clear: both;
	width: 294px;
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #eaeaea;
	color: #000;
	}

.projects_nav_category_open {
	clear: both;
	width: 294px;
	padding: 6px 0px 0px 0px;
	color: #000;
	}

.projects_nav_arrow {
	margin: 0px 4px 2px 0px;
	}

.div_subnav {
	width: 286px;
	padding: 2px 0px 8px 10px;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
	}

.div_subnav_nosubcats {
	width: 286px;
	padding: 12px 0px 18px 10px;
	margin: 0px;
	border-bottom: 1px solid #eaeaea;
	}

#projects_more {
	padding: 2px 0px 2px 0px;
	}
	
/* collage */

.div_projects_right {
	position: relative;
	float: left;
	width: 699px; height: 591px;
	padding: 10px;
	}

.project_content {
	clear: both;
	width: 460px;
	padding: 12px 0px 0px 0px;
	color: #444;
	}

.project_content_tight {
	clear: both;
	width: 460px;
	padding: 8px 0px 0px 0px;
	color: #444;
	line-height: 14px;
	}

.project_title {
	font-size: 12px;
	line-height: 16px;
	}


/* CONTENT PAGES */

.contentpage_left {
	width: 294px;
	height: 548px;
	border-right: 1px solid #eaeaea;
	padding: 65px 0px 0px 20px;
	}

.contentpage_right {
	width: 318px;
	height: 548px;
	padding: 65px 0px 0px 72px;
	color: #333;
	line-height: 18px;
	}

/* ABOUT */

.about_photo {
	padding-bottom: 20px;
	}

/* CONTACT */

.contact_personal {
	width: 297px;
	padding-bottom: 31px;
	}

.contact_representation {
	width: 297px;
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	}



/*padding: 30px 0px 20px 0px;*/
