body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
	background-color:#000000;
}
#flashcontent {
	height: 100%;
	width:100%;
	z-index:-1;
	position:absolute;
}
#flashcontent img {
	border:#FFFFFF solid 8px;
	}
.flashrep {
	padding:300px 0 0 120px;
}
#header {
	padding:20px 120px;
}
#header .logotype {
	float:left;
	border:0;
}
#header .name {
	float:right;
	border:0;
}
h1, h2 {
	font-family:"Bell Gothic Std Light", "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:20px 0 0 120px;
	clear:both;
}
p {
	padding:5px 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a {
	color:#38ADAD;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
#footer {
	margin-top:45%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:center;
}
/* Blog */
.post img {
	border:0;
	}
.post-footer {
	font-size:0.6em;
	}
.post-title {
	padding:0 0 0 120px;
	}
.post-hr {
	margin:0 120px;
	color:#999999;
	background-color:#999999;
	height:1px;
	border:0;
	clear:both;
	}

/*  Horizontal nav */

#menu {
	margin:50px 0 20px 90px;
	padding-top:50px;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	clear: left;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	width: 125px;
	height: 2em;
	border-top: 0;
	border-left: 1px solid #fff;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	display: block;
	line-height: 2em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-variant:small-caps;
}
#menu ul li#seven a {
	border-right:1px solid #fff;
}
#resources a:link, #resources a:visited {
	border-right: 1px solid #fff;
}
#menu ul li a:hover {
	color: #fff;
	background: #38ADAD;
}
#menu a:active {
	background: #999999;
	color: #fff;
}
body#editorial li#one a {
	background: #999999;
	color: #fff;
}
body#corporate li#two a {
	background: #999999;
	color: #fff;         
}
body#events li#three a {
	background: #999999;
	color: #fff;
}
body#portraits li#four a {
	background: #999999;
	color: #fff;
}
body#fashion li#five a {
	background: #999999;
	color: #fff;
}
body#thirdsector li#six a {
	background: #999999;
	color: #fff;
}
body#blog li#seven a {
	background: #999999;
	color: #fff;
}
body#contact li#eight a {
	background: #999999;
	color: #fff;
}
