body{
	background: white url("../img/body-bg.jpg") repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana;
	color: #d3d3d3;
	font-size: 10px;
}
a{
	color: #a09f9f;
}
a:hover{
	
}
img{
	border: 0;
}
.clear{
	clear: both;
	line-height: 1px;
}
#holder #top a.logo{
	overflow: hidden;
	height: 0px;
	display: block;
}

#holder{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#holder #top{
	height: 184px;
	position: relative;
}
#holder #top a.logo{
	padding-top: 184px;
	background-image: url("../img/logo.jpg");
	width: 420px;
	position: absolute;
	left: 253px;
}
#holder #top span.cat{
	background-image: url("../img/cat.jpg");
	display: block;
	width: 310px;
	height: 184px;
	position: absolute;
	left: -57px;
}
#holder #top span.contact{
	background-image: url("../img/contact.jpg");
	display: block;
	width: 287px;
	height: 184px;
	position: absolute;
	left: 673px;
}
#holder #container span.left-shadow{
	background-image: url("../img/sh-left.jpg");
	display: block;
	float: left;
	width: 9px;
	height: 698px;
}
#holder #container span.right-shadow{
	background-image: url("../img/sh-right.jpg");
	display: block;
	float: right;
	width: 9px;
	height: 698px;
}
#holder #container #content{
	margin: 0 9px;
	background-color: #ebebeb;
	padding-bottom: 15px;
	min-height: 700px;
	_height: 700px;
}
#holder #container #content h1{
	height: 46px;
	width: 867px;
	_width: auto;
	background-image: url("../img/header-bg.jpg");
	margin: 11px 36px;
	color: #cccccc;
	text-align: center;
	font-size: 20px;
}
#holder #container #content #folio{
	margin: 0 36px;
	height: 200px;
}
#holder #container #content #folio a{
	display: block;
	padding: 5px 20px 5px 10px;
	text-decoration: none;
	background: url("../img/a-bg.gif") repeat-x;
	border-top: 1px solid #dcdcdc;
	width: 150px;
}
#holder #container #content #folio a:hover{
	background-color: white;
	background-image: none;
}
#holder #container #content #folio #port-menu{
	float: left;
	background: url("../img/bracket-bg.gif") 205px center no-repeat;
	padding-right: 60px;
}
#holder #container #content #folio #picture{
	float: left;
}
#holder #container #content #folio #description{
}

table.portfolio-images, table.photo-main{
	margin: 0 36px;
}
a img{
	border: 4px solid white;
}
a:hover img{
	border: 4px solid #cccccc;
}
table.portfolio-images td{
	text-align: center;
	width: 210px;
	padding-bottom: 10px;
	vertical-align: top;
}
table.photo-main td{
	text-align: center;
	width: 290px;
	padding-bottom: 10px;
	vertical-align: top;
}
td a{
	text-decoration: none;
}
td a:hover{
	text-decoration: underline;
	color: black;
}

.gallery{
	margin: 11px 40px;
}
.gallery img{
	margin: 5px;
}

/*FOOTER*/
#footer{
	background: url("../img/sh-bottom.jpg") no-repeat;
	text-align: center;
	padding: 10px;
}