body
{
	background-color: #E6E3D5;
	font-family: georgia;
}

a
{
	color: #0B6B69;
	text-decoration: none;
	border-bottom: 1px solid #F3F1EB;
}
a:hover
{
	border-bottom: 1px dotted;
}

em
{
	font-style: italic;
}
#page
{
	margin: auto;
	width: 960px;
	background: #F3F1EB url('page-background.png') repeat-y top center;	
}

#header
{
	width: 960px;
	padding-top: 30px;
	background: url('page-top.png') no-repeat top center;	
}

#welcome
{
	width: 600px;
	padding: 10px 0 0 30px;
}
#welcome h1
{
	font-size: 29px;
	line-height: 36px;
	width: 463px;
}
#welcome h2
{
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 18px;
}
#contact
{
	border-left: 1px solid #E9E5DA;
	width: 280px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 8px;
	float: right;
}
#contact h2, #contact li
{
	color: #6E2723;
	font-size: 11px;
	line-height: 18px;
}
#contact ul
{
	margin-bottom: 18px;
}





#portfolio
{
	margin: auto;
	margin-top: 20px;
	width: 900px;
	position: relative;
	
	background-color: #fff;
	border: 1px solid #E6E3D5;
}
#portfolio h2
{
	color: #6E2723;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F3F1EB;
}
.buttons
{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
#portfolio ul
{
}
#portfolio li
{
	position: relative;
	height: 408px;
	width: 882px;
}
#portfolio li img
{
	position: absolute;
	left: 16px;
/*	float: left;
	margin-left: 16px; */
}


.project-desc
{
	position: absolute;
	top: 8px;
	right: 18px;
	width: 320px;
/*	margin-top: 8px;
	margin-right: 18px; */
	font-size: 16px;
	line-height: 27px;
}
.project-desc p
{
	margin-bottom: 16px;
}
.project-desc a
{
	border-bottom: 1px solid #fff;
}
.project-desc a:hover
{
	border-bottom: 1px dotted #6E2723;
}
p.counter
{
	color: #6E2723;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0;
}
.project-desc h3
{
	color: #6E2723;
	font-style: italic;
	margin-bottom: 16px;
}
.project-desc h3 strong
{
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.project-desc .cta
{
	color: #6E2723;
	font-size: 11px;
	line-height: 18px;
}
.project-desc .cta a
{
	color: #6E2723;
}















#related h2
{
	text-transform: uppercase;
	font-weight: bold;
}
#related ul, #related p
{
	margin-bottom: 18px;
}
