body{
}

a{
	text-decoration:none;
}
a:link{
 	color: #70d0ec;
}

a:visited{
 	color: #69bed7;
}

a:hover{
 	color:#9feaff;
 	text-decoration:underline;
}

#header{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #c2c2c2;
}

h1{
	font-family: Arial;
	font-size: 21px;
	margin:0px;
	padding:0px;
	letter-spacing: -0.05em;
	color:#8c8c8c;
	line-height:1em;
}

h2{
	font-family: Arial;
	font-size: 18px;
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color:#6d6d6d;
	margin-bottom:20px;
	margin-top:10px;
}

i{
	font-family: Lucida Sans Unicode;
	font-style:italic;
	font-size: 12px;
	color:#6d6d6d;
	margin-bottom:20px;
}

.projectshot{
	width:640px;
	height:600px;
	float:left;
	border-right:1px dotted #cfcfcf;
	border-bottom:1px dotted #cfcfcf;
	padding:10px;
	padding-bottom:30px;

}

.clients{
	overflow:auto;
}

.year{
	font-family: Arial;
	font-size:11px;
}

.year-selected{
	font-family: Arial;
	font-size:10px;
	color:#ff0480;
	font-weight:bold;
}

.selected{
	color:#ff0480;
}

.selected a:link{
 	color: #69036c;
}

.selected a:visited{
 	color: #69036c;
}
img{
 border:none;
}
.info{
	height:80px;
}
.group{
	font-family: Arial;
	font-size: 11px;
}
.describe{
	font-family: Lucida Sans Unicode;
	font-size: 9px;
}
small{
	font-family: Lucida Sans Unicode;
	font-size: 9px;
	
}