



* {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-color: #000;
}

html, body {
	height: 100%; 
	background-color: #000;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color: #000;
	
}

a {
	color: #FFF;
	text-decoration: none;
	
	
}


h3 a {
	border: 0;
}


h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -16px 0 16px 0;
	margin-left: -1px;
	letter-spacing: -2px;
	line-height:60px;
	}
	
	
	
h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -16px 0 16px 0;
	margin-left: -1px;
	line-height: 40px;
	letter-spacing: -1px;
	color:#FFF;
	}
	
	
	
	
.column h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 4px 0;
	margin-left: -1px;
	letter-spacing: -1px;
	color:#FFF;
	}


.column h3 {
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
	margin-left: -1px;
	}

.entry h3 {
	line-height: 36px;
	margin-top: 20px;
}

.column h2 a {
	border-bottom: none;
	}

ul {
	list-style: none;
}

ul li {
	display: block;
	padding: 8px 0 8px 0;
	font-size: 12px;
}

img a {
	border: none;
	}

a img {
	border: none;
}

img {border: none}


/* Structure
----------------------------------------------- */

div#wrapper {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}


div#main {
	margin: 0;
	width: 100%;
	padding: 0px 20px;
}

div#content {
	width: 960px;
	margin-top: 30px;
	}

	div.column {
	width: 280px;
	z-index: 1;
	float: left;
	margin: -30px 40px 0 0;
	display: block;
	}
	
	
	div.column-wide {
	width: 560px;
	z-index: 1;
	float: left;
	margin: -30px 40px 0 0;
	display: block;
	font-size: 120%;
	}
	
	div.column-wide p {
	margin: 0 0 10px 0;
	
	}
	
	
	div.column-wide p {
	margin: 0 0 10px 0;
	color: #EFEFEF;
	}
	
	.column-wide .contentblock {
	margin: 40px 0 40px 0;
	border-bottom: 1px solid #222222;
	}
	
	
	div.column p {
	margin: 0 0 10px 0;
	color: #BBBBBB;
	}
	
	div.column p a {
		border-bottom: 1px dotted #DDDDDD;
	}
	
	
	.contentblock {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #222222;
	}
	
	.news {
	border-bottom: 1px solid #222222;
	}


div#flash-container {
	height: 460px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	}

#flash-background {
	width: 1800px;
	height: 500px;
	margin-left: -442px;
	margin-top:-20px;
	}
	
	
	#footer {
		width: 960px;
		margin: 0 auto;
		clear: both;
		padding-top: 30px;
	}
	
	#footer ul li {
		float: left;
		margin: 20px 20px 0 0;
		text-transform:uppercase;
		}

	#footer img {
		float: right;
		margin: 0 15px 0 15px;
	}


   p.wp-caption-text {
	   color:#999;
	   font-style: italic;
   }
   
 
   #newsarchive ul li {
	   background-color: #292929;
	   margin: 2px 0 2px 0;
	   padding: 5px 5px 5px 10px;
	   }
	   
	   #newsarchive ul {
		margin: 0;
		padding: 0;
		list-style: square;
		list-style-position: outside;
	   }
   
