body
{
	background: #e9e9e9;
	font-family:"Lucida Grande", lucida, Arial, sans-serif;
	text-shadow: #bcbcbc 0 1px 1px;
	color: black;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.white
{
	background: #ffffff;
}

div#director-export-aperture
{
	background: #e6e6e6;
	height: 256px;
}

div#box
{
	border: solid 10px #e6e6e6;
	background: white;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#box2
{
	border: solid 10px #e6e6e6;
	background: white;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	height: 55px;
}

div#box3
{
	border: solid 10px #e6e6e6;
	background: white;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	height: 55px;
}

div#footer
{
	background: #e9e9e9;
	margin-top: 20px;
}

a {
	text-decoration: none;
}

// main navigation
.main-nav {
	background-color: #ffffff;
}

.main-nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.main-nav li {
	margin: 0px;
	display:block;
	float:left;
}

.main-nav ul li a {
	margin: 0px;
	padding:6px 20px 6px 20px;
	font-family:"Lucida Grande", lucida, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.main-nav ul li a:hover{
	border-bottom-width: 2px;
	border-style: solid;
	border-color: black;
	background-color: #555;
	color:#fff;
}

.main-nav ul li a.current {
	border-style: solid;
	border-color: black;
	border-bottom-width: 2px;
	background-color:#555;
	color:#fff;
	
}