/*----------------------------------------------------------------
Basic Style Sheet

version: 1.1 (April, 09)
author: TISHON
email: hello@tishon.com
website: http://www.jeffcylkowski.com
------------------------------------------------------------------*/

#workContent {
	margin:35px auto 20px auto;
	width:900px;
	height:400px;
	background-color:#FFFFFF;
}
#workContainer{
	width: 900px;
	overflow: auto;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
	margin-top:0px;
}
.copy {
	width:720px;
	line-height:20px;
	margin: 100px 0 0 205px;
}

.copy p{
	color:#808080;
	font-weight:lighter;
}
h2{
	font-size:11.25pt;
	font-weight:lighter;
	font-style: normal;
	color:#E09A86;
}
.photo {
	margin: 0 auto;
	text-align: center;
}
a, a:hover {
	color:#E09A86;
	outline:0;
	text-decoration:none;
}
