* {
	margin:0;
	padding:0;
	}
body {
	color: #666666;
	text-transform: lowercase;
	background: #FFFFFF;
	font: 170%/1.2 Freestyle Script, Harrington, "Gill Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
	overflow-y: hidden
}
h2 {
	font-size: 150%;
	color: #999999;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
}
.textbox {
	font: 130%/1.2 Harrington, "Gill Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
	height: 343px;
	width: auto;
	border: 1px dotted #a00e0e;
	margin-top: 20px;
	position: absolute;
	left: 30px;
	top: 55px;
	;
	background-color: #000000;
	text-transform: none;
}

#logo1 {
	position: fixed;
	padding-left: 30px;
	top: 10px;
	display: block;
	
		}
#logo2 {
	position: fixed;
	padding-left: 200px;
	top: 10px;	
	display: block;
	
}
#logo3 {
	position: fixed;
	padding-left: 670px;
	top: 10px;	
	display: block;
	
}
#table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: none;
	text-align: left;
	azimuth:center
				}
#topbar {
	width: 100%;
	position: fixed;
}
#copyright {
	font-size: 70%;
	text-transform: capitalize;
	position:fixed;
	padding-top: 565px;
	margin-left: 30px;
			
	}
/* links */

a {
text-decoration: none;
color: #e9e9e7;
}
a:hover {
	text-decoration: underline;
	color: #da1515;	
	}
a:active {
text-decoration: none;

}

/* navigation menu */

#nav {
	list-style: none;
	padding-left: 250px;
	padding-top: 10px;
	width: 700px;
	font-size: 92%;
	text-transform: capitalize;	
	}
#nav a { /* to get it displaying correctly in IE, thanks georg */
	display: block;
}
#nav li { /* all menu items */
	float: left;
	display: block;
	margin-right: 1.5em;
	}
#nav ul { /* sub menu block */
	list-style: none;
	font-size: 90%;
	position: absolute;
	left: 250px;
	visibility: hidden;
	width: 550px;
	}
#nav ul li { /* sub menu items */
	
	margin-top: 5px;
	font-style: normal;
	}
#topbar ul#nav ul a:hover { /* to restore the hover effect on sub menu items (it gets cancelled in the code below) */
	text-decoration: underline;
	color: #da1515;
}


/* navigation menu visibility and highlighting controls, many thanks to chris smith */

/* make visible one of the three sub menus hidden with the nav ul rule */

#editorialpage #commissioned ul,
#series1page #commissioned ul,
#series2page #commissioned ul,
#annual1page #commissioned ul,
#annual2page #commissioned ul,
#contractpage #commissioned ul,
#lockuppage #personalwork ul,
#pramshedpage #personalwork ul,
#japan1page #personalwork ul,
#japan2page #personalwork ul,
#aboutpage #info ul,
#clientspage #info ul,
#tearsheetspage #info ul,
#contactpage #info ul,
#sesja1page #fotorelacje ul,
#sesja2page #fotorelacje ul,
#sesja3page #fotorelacje ul,
#sesja4page #fotorelacje ul
{
	visibility: visible;
	
}

/* underline top level menu */

#editorialpage #commissioned a,
#series1page #commissioned a,
#series2page #commissioned a,
#annual1page #commissioned a,
#annual2page #commissioned a,
#contractpage #commissioned a,
#lockuppage #personalwork a,
#pramshedpage #personalwork a,
#japan1page #personalwork a,
#japan2page #personalwork a,
#aboutpage #info a,
#clientspage #info a,
#tearsheetspage #info a,
#contactpage #info a,
#sesja1page #fotorelacje a,
#sesja2page #fotorelacje a,
#sesja3page #fotorelacje a,
#sesja4page #fotorelacje a
{
	text-decoration: underline;
	color: #da1515;
	}

/* remove underlining on submenu items */

#editorialpage #commissioned ul a,
#series1page #commissioned ul a,
#series2page #commissioned ul a,
#annual1page #commissioned ul a,
#annual2page #commissioned ul a,
#contractpage #commissioned ul a,
#lockuppage #personalwork ul a,
#pramshedpage #personalwork ul a,
#japan1page #personalwork ul a,
#japan2page #personalwork ul a,
#aboutpage #info ul a,
#clientspage #info ul a,
#tearsheetspage #info ul a,
#contactpage #info ul a,
#sesja1page #fotorelacje ul a,
#sesja2page #fotorelacje ul a,
#sesja3page #fotorelacje ul a,
#sesja4page #fotorelacje ul a
{
	text-decoration: none;
	color: #e9e9e7;
}

/* underline submenu item */

#editorialpage #commissioned #editorial a,
#series1page #commissioned #series1 a,
#series2page #commissioned #series2 a,
#annual1page #commissioned #annual1 a,
#annual2page #commissioned #annual2 a,
#contractpage #commissioned #contract a,
#lockuppage #personalwork #lockup a,
#pramshedpage #personalwork #pramshed a,
#japan1page #personalwork #japan1 a,
#japan2page #personalwork #japan2 a,
#aboutpage #info #about a,
#clientspage #info #clients a,
#tearsheetspage #info #tearsheets a,
#contactpage #info #contact a,
#sesja1page #fotorelacje #sesja1 a,
#sesja2page #fotorelacje #sesja2 a,
#sesja3page #fotorelacje #sesja3 a,
#sesja4page #fotorelacje #sesja4 a
{
	text-decoration: underline;
	color: #da1515;
}
