@charset "UTF-8";
/* CSS Document */


/* Main Navigation*/
.top_left {
	background:url(images/nav/top_left.png);
	background-repeat:no-repeat;
	height:90px;
	width:285px;
}


.philosophy a {
	display:block;
	background:url(images/nav/philosophy.png);
	background-repeat:no-repeat;
	height:90px;
	width:156px;
}

.philosophy a:hover {
	background-position:0 -90px;
}

.philosophy a span {
	display:none;
}

.clients a {
	display:block;
	background:url(images/nav/clients.png);
	background-repeat:no-repeat;
	height:90px;
	width:131px;
}

.clients a:hover {
	background-position:0 -90px;
}

.clients a span{
	display:none;
}

.portfolio a {
	display:block;
	background:url(images/nav/portfolio.png);
	background-repeat:no-repeat;
	height:90px;
	width:142px;
}

.portfolio a:hover {
	background-position:0 -90px;
}

.portfolio a span{
	display:none;
}

.fineart a {
	display:block;
	background:url(images/nav/fine_art.png);
	background-repeat:no-repeat;
	height:90px;
	width:186px;
}

.fineart a:hover {
	background-position:0 -90px;
}

.fineart a span {
	display:none;
}

/* Main WHITE navigation */

.top_left_white a {
	display:block;
	background:url(images/nav/top_left_white.png);
	background-repeat:no-repeat;
	height:90px;
	width:282px;
}

.top_left_white a span {
	display:none;
}


.philosophy_white a {
	display:block;
	background:url(images/nav/philosophy_white.png);
	background-repeat:no-repeat;
	height:90px;
	width:165px;
}

.philosophy_white a:hover {
	background-position:0 -90px;
}

.philosophy_white a span {
	display:none;
}

.clients_white a {
	display:block;
	background:url(images/nav/clients_white.png);
	background-repeat:no-repeat;
	height:90px;
	width:132px;
}

.clients_white a:hover {
	background-position:0 -90px;
}

.clients_white a span{
	display:none;
}

.portfolio_white a {
	display:block;
	background:url(images/nav/portfolio_white.png);
	background-repeat:no-repeat;
	height:90px;
	width:150px;
}

.portfolio_white a:hover {
	background-position:0 -90px;
}

.portfolio_white a span{
	display:none;
}

.fineart_white a {
	display:block;
	background:url(images/nav/fineart_white.png);
	background-repeat:no-repeat;
	height:90px;
	width:171px;
}

.fineart_white a:hover {
	background-position:0 -90px;
}

.fineart_white a span {
	display:none;
}

/*  Body Text */

.philosophy_body {
	font-family:Verdana;
	font-size:10px; line-height:14pt;
	padding-right:180px;
	width:427px;
	height:359px;
}

.biography_body {
	font-family:Verdana;
	font-size:10px; line-height:14pt;
	padding-left:300px;
	width:500px;
	height:131px;
}

.clients_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
}


/*FOR ALL PORTFOLIO WORKS PAGES*/

.port_title {
	width:443;
	float:left;
	text-align:right;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#524738;
	letter-spacing:.150em;
	line-height:12pt;
}

.fineart_content {
	width:475;
	float:left;
	text-align:right;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	color:#524738;
	letter-spacing:.150em;
	line-height:12pt;
}

.port_content {
	text-align:left;
	margin-left:464;
	padding-top:10px;
	font-familY:Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color:#524738;
	letter-spacing:.0075em;
	line-height:12pt;
}

.copyrighting {
	text-align:left;
	margin-left:477px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color:#524738;
	letter-spacing:.0075em;
	line-height:12pt;
}


