/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:  Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;
	background-image:url(images/white-gray-top-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#container{
	margin: 0 auto;
	width: 800px;
	height: 100%;
}
#container #logo a{
	background-image:url(images/logo-white.gif);
	background-repeat:no-repeat;
	width: 230px;
	height: 110px;
	display:block;
	text-decoration:none;
	float: left;
}
#container #logo span{
	visibility:hidden;
	}
	
#header {
	background-color:#FFFFFF;
	width: 851px;
}	
#header #navmenu ol{
	list-style:none;
	
}
#header #navmenu li{
	margin-top: 84px;
	display:inline;
	float:right;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
}

#header #navmenu #bibliography a{
	background-image:url(images/Biography.gif);
	background-repeat:no-repeat;
	width: 90px;
	height: 26px;
	display:block;
	text-decoration:none;
}

#header #navmenu #portfolio a{
	background-image:url(images/Portfolio.gif);
	background-repeat:no-repeat;
	width: 66px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#header #navmenu #clients a{
	background-image:url(images/Clients.gif);
	background-repeat:no-repeat;
	width: 60px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#header #navmenu #contact a{
	background-image:url(images/Contact.gif);
	background-repeat:no-repeat;
	width: 65px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#header #navmenu a span{
	visibility:hidden;
}
#spacer{
	width: 851px;
	height: 28px;
	clear:both;
	}
#content {
	background-image:url(images/box-bg.gif);
	background-repeat:repeat-y;
	width: 799px;
	padding: 0 26px;
}

#content #ContentText {
	margin: 40px 40px;
	clear:both;
}
#content p{
	padding: 1em 1em 0 1em;
	font-size: 10.5pt;
}
#content .p1{
	padding: 0em 1em 0 1em;
	font-size: 10.5pt;
}
#content #footer {
	width: 799px;
	height: 33px;
	background-image:url(images/box-bottom-2.gif);
	background-repeat:no-repeat;
	clear:both;
}
#content #biographyImage{
	padding: 0 0 0.5em 0.5em;
	float: right;
	
}

#content #contactImage{
	padding: 0 0 0.5em 0.5em;
	float: right;
	
}

#container #credit {
	width: 851px;
	height: 50px;
	font-size: 10px;
	color:#666666;
}
#ContentText #table {
	clear:both;
	float: left;
}

#ContentText .portfoliopics-87{
	padding: 5px 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 87px;
	
}
#ContentText .portfoliopics-120{
	padding: 5px 5px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 120px;
}


#ContentText #portfolio_navmenu ol{
	list-style:none;
	width: 320px;
}
#ContentText #portfolio_navmenu li{
	
	
	display:inline;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
}

#ContentText #portfolio_navmenu #editorials a{
	background-image:url(Portfolio/menu/editorials.gif);
	background-repeat:no-repeat;
	width: 90px;
	height: 26px;
	display:block;
	text-decoration:none;
}

#ContentText #portfolio_navmenu #exteriors a{
	background-image:url(Portfolio/menu/exteriors.gif);
	background-repeat:no-repeat;
	width: 90px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#ContentText #portfolio_navmenu #interiors a{
	background-image:url(Portfolio/menu/interiors.gif);
	background-repeat:no-repeat;
	width: 180px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#ContentText #portfolio_navmenu #portraits a{
	background-image:url(Portfolio/menu/portraits.gif);
	background-repeat:no-repeat;
	width: 90px;
	height: 26px;
	display:block;
	text-decoration:none;
}
#ContentText #portfolio_navmenu a span{
	visibility:hidden;
}