
body
{
	font-family: "Helvetica Neue", helvetica, verdana;
	color: #9c9595;
	font-size: 12px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}

img
{
	border: 0;
}

p
{
	margin-top: 0;
	margin-top: 0;
}

span.red
{
	color: #953d34;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active
{
	font-size: 11px;
	color: #9c9595;
	text-decoration: none;
}

.copyright a:hover
{
	text-decoration: underline;
}

.footer, .footer a:link, .footer a:visited, .footer a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

a:link, a:visited, a:active
{
	color: #953d34;
}

a:hover
{
	color: #9c9595;
}

.portfolio-links{}
.portfolio-links .link{float:left;}
.portfolio-links .link.middle{float:left;margin:0 18px;}
.portfolio-links .border{float:left;width:100%;border-top: 1px solid #fff; margin:18px 0;}

.gallery{

}
.gallery img{width:252px;margin:2px;}

.modal-overlay{
	position: fixed;
	height:100%;
	width:100%;
	background: url(../images/trans.png);
	cursor: pointer;
	top:0;
	
}
.modal-overlay.hidden{
	display: none;
}
.modal-content{
	width:560px;
	background-color: #fff;
	padding:5px;
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	margin:auto;
	display: table;
	height:auto;
}
.modal-content img{
	width:560px;
}
.modal-content.hidden{
	display: none;
}