body {
    background: #fff;
    color: #999;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 1em;
    margin: 0;
		word-spacing: 0.05em;
		letter-spacing: 0.7px;
		line-height: 1.2em;
}
* {
	border: 0;
	padding: 0;
	margin: 0;
}

a.title,
h1 {
    margin: 0 0 35px 0;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
		color: #000;
		text-decoration: none;
		clear: both;
}

img {
    margin: 0 0 5px 0;
}

#main {
		position: relative;
    width: 600px;
    margin: 35px 120px;
    text-align: left;
}
#main p {
	font-size: 0.72em;
	
}

span.cs {
    font-size: 1.1em;
    color: #e399ca;
}
/* Fix IE. Hide from IE Mac \*/
/*
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
*/
/* End */

ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
li {
	padding: 0 0 4px 0;
}

li a,
li a:link,
li a:visited,
li a:active {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: 0.05em;
	letter-spacing: 0.7px;
	line-height: 1em;
	font-size: 0.72em;
}

li a:hover,
li a.active {
  color: #000;
	/*text-decoration: underline;*/
	
}
#photoDivContainer,
#textData {
  position: absolute;
  top: 2px;
	left: 220px;
}

#textData {
	top: 37px;
	
}

#photoDiv {
	position: absolute;
	text-transform: uppercase;
	height: 624px;
	color: #999;
	text-decoration: none;
	word-spacing: -0.1em;
	letter-spacing: 0.6px;
	font-size: 0.72em;
	margin: 0 0 50px 0;
}

#photoDiv a,
#photoDiv a:link,
#photoDiv a:visited,
#photoDiv a:active{
	color: #999;
	text-decoration: none;
	padding: 0 0 0 3px;
	
}

#photoDiv a:hover {
  color: #000;
	/*text-decoration: underline;*/
	
}

#photoNav {
	position: absolute;
	top: 536px;
	left: -220px;
}

#mouseFollower {
  position: absolute;
  display: none;
}

#leftNav {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 50%;
  height: 600px;
}

#rightNav {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 50%;
  height: 600px;
}
li.offset {
	margin: 10px 0 0 0;

}