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

* {
margin: 0;
padding: 0;
}

body {
	background: url('background-new.png') top left repeat-x #000;
	/*background: #000;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	font-size: 12px;
}

h1 {
	font-size: 21px
	font-weight: normal;
	font-family: "Orator Std", Orator, Arial, Helvetica, sans-serif;
	color: #fff;
}

#heading {
	padding-bottom: 15px;
}

p {
	text-align: justify;
	font-size: 12px;
	line-height: 140%;
}

#logo {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#nav {
	position: fixed;
	top: 00px;
	left: 301px;
	margin: 0px;
}

#nav div {
	float: left;
}

#nav div ul {
	list-style-type: none;
	padding: 15px 40px 0px 0px;
}

#nav a {
	display: block;
}

#nav #abstractionsLink a {
	background: url('nav/abstractions.png') no-repeat;
	width: 132px;
	height: 20px;
}

#nav #abstractionsLink a:hover, #reflections #nav #abstractionsLink a, #composition #nav #abstractionsLink a, #moonlight #nav #abstractionsLink a, #in #nav #abstractionsLink a {
	background: url('nav/abstractions2.png') no-repeat;

}

#nav #reflectionsLink a {
	background: url('nav/reflections.png') no-repeat;
	width: 107px;
	height: 18px;
}

#nav #reflectionsLink a:hover, #reflections #nav #reflectionsLink a {
	background: url('nav/reflections2.png') no-repeat;

}

#nav #compositionLink a {
	background: url('nav/composition.png') no-repeat;
	width: 107px;
	height: 18px;
}

#nav #compositionLink a:hover, #composition #nav #compositionLink a {
	background: url('nav/composition2.png') no-repeat;

}

#nav #moonlightLink a {
	background: url('nav/moonlight.png') no-repeat;
	width: 176px;
	height: 18px;
}

#nav #moonlightLink a:hover, #moonlight #nav #moonlightLink a {
	background: url('nav/moonlight2.png') no-repeat;

}

#nav #inLink a {
	background: url('nav/in.png') no-repeat;
	width: 39px;
	height: 18px;
}

#nav #inLink a:hover, #in #nav #inLink a {
	background: url('nav/in2.png') no-repeat;

}

#nav #portraitureLink a {
	background: url('nav/portraiture.png') no-repeat;
	width: 120px;
	height: 20px;
}

#nav #portraitureLink a:hover, #artists #nav #portraitureLink a, #lifestyles #nav #portraitureLink a {
	background: url('nav/portraiture2.png') no-repeat;

}

#nav #artistsLink a {
	background: url('nav/artists.png') no-repeat;
	width: 73px;
	height: 18px;
}

#nav #artistsLink a:hover, #artists #nav #artistsLink a {
	background: url('nav/artists2.png') no-repeat;

}

#nav #lifestylesLink a {
	background: url('nav/lifestyles.png') no-repeat;
	width: 99px;
	height: 18px;
}

#nav #lifestylesLink a:hover, #lifestyles #nav #lifestylesLink a {
	background: url('nav/lifestyles2.png') no-repeat;

}

#nav #landscapesLink a {
	background: url('nav/landscapes.png') no-repeat;
	width: 109px;
	height: 20px;
}

#nav #landscapesLink a:hover, #landscapes #nav #landscapesLink a {
	background: url('nav/landscapes2.png') no-repeat;

}

#nav #cityscapesLink a {
	background: url('nav/cityscapes.png') no-repeat;
	width: 98px;
	height: 20px;
}

#nav #cityscapesLink a:hover, #cityscapes #nav #cityscapesLink a {
	background: url('nav/cityscapes2.png') no-repeat;

}

#nav #otherLink a {
	background: url('nav/other.png') no-repeat;
	width: 56px;
	height: 20px;
}

#nav #otherLink a:hover, #other #nav #otherLink a {
	background: url('nav/other2.png') no-repeat;

}

#content {
	margin: 139px 0px 0px 0px;
	width: 15000px;
	height: 540px;
	border-bottom: 1px solid #9a9a9a;
	background: #28292c;
}

#content div {
	float: left;
}

.photo {
	margin-left: 20px;
	text-align: center;
}

.photo img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
}

.photo p {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#description {
	width: 261px;
	margin-left: 20px;
}

#description p {
	font-size: 11px;
}

#footer #contact {
	padding: 10px 0px 10px 20px;
}

#footer #contact a {
	color: #9a9a9a;
	text-decoration: none;
}

#footer #contact a:hover {
	text-decoration: underline;
}

#footer #fineprint {
	color: #555;
	font-size: 10px;
	padding: 0px 0px 0px 20px;
}

#footer #fineprint a {
	color: #555;
	text-decoration: none;
}

#footer #fineprint a:hover {
	text-decoration: underline;
}
