/*
Reportage Theme

Colours Used:
	Orange: 	#f6c502
	Gray:		#666666
	Black:		#000000
	White:		#ffffff
	Light Gray: #aaabab;

*/
  
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #000000;
	color: #888888;
	font: normal 13px/1.5 'Helvetica Neue', Helvetica, sans-serif;	
}

.white {
	color: #000000;
	background-color: #ffffff;
}

img {
	border: none;
}

#logo {
	float:left;
	width:950px;
	padding-bottom:20px;
	clear:both;
}

#logo img {
	float:left;
}

h1 {
	color: #f6c502;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: .04em;
	width:auto;
	text-transform:uppercase;
	padding-top:15px;
}

h2 {
	color: #ffffff;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: .04em;
	text-transform:uppercase;
}

strong {
	color: #ffffff;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
	color: #f6c502;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

p {
	margin-bottom: 9px;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.center {
text-align: center;
}

#wrapper {
	width: 950px;
	margin: auto;
}

/* Page heading styles */

#header {
	margin-top: 30px;
}

#header img {
	z-index: 100;
}

#navigation {
	width: 900px;
	float: left;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 0px;
}

#navigation ul {
	float: left;
}

#navigation li {
	display: inline;
	color: #ffffff;
	margin-left: 15px;
	padding: 2px 5px 1px 5px;
	font-size:11px;
	float:left;
}

#navigation .current {
	border-bottom: 1px solid #f6c502;
}

#navigation a, #navigation a:hover, #navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content {
	text-align:left;
	width:850px;
	padding-left:35px;
	padding-top:15px;
	font-size:12px;
}


/* Content styles */


#contents {
	margin-top: 50px;
	min-height: 400px;
}

#contents td {
vertical-align: top;
}

#contents img {
margin-right: 10px;
margin-top: 5px;
}

#contents li {
margin-left: 30px;
}

#contents address {
font-style: normal;
color: #ffffff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #aaabab;
}


