*, html{
	margin: 0;
	padding: 0;
	border: 0;}

body{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	text-align: center;}

#wrapper{
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;}

#header{
	height: 130px;
	overflow: hidden;
	margin-left: 20px;}

#header h1{
	color: white;
	/* margin-left: 170px; */
	line-height: 125px;
	font-size: 25pt;
	letter-spacing: 5px;
	text-align: center;}

#header img{
	height:125px;
	position: relative;
	display: block;
	float: left;
	padding: 5px;
	z-index: 250;}

#header h1 a, #header h1 a:hover{text-decoration: none; color: white;}

/* MENU STYLING IS IN EXTERNAL FILES */

#menu {
	float:right;
	display: inline;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	width: 960px;
	height: 44px;
	background-image: url('../images/navbar.gif');
	background-repeat: no-repeat;
	z-index: 200;}

/* Google Chrome hack */ body:nth-of-type(1) #banner{margin-top:70px;} /* Safari hack */ body:first-of-type #banner{margin-top:70px;}
	
#banner{
	width: 960px;
	height: 200px;
	overflow: hidden;}

#banner img{border: none;}

#body{}

.body{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;}

#content{
	padding: 20px;
	border: 1px solid #4d4d4d;
	background-color: #393939;}

#content h1{padding: 5px;}

#content h2{padding: 5px;}

#content h3{padding: 5px;}

#content h4{padding: 5px;}

#content h5{padding: 5px;}

#content h6{
	padding-left: 5px;
	padding-bottom: 8px;
	color: #6b6b6b;}
#content h6 a{ color: #00B6DB;}

p{margin: 5px;}

/* GALLERY */
#content .thumbscontainer ul, #content .thumbscontainer ul.thumbs {padding-left: 0px; margin: 5px;}
.thumbscontainer ul.thumbs li, #content .thumbscontainer ul li{padding-left: 0px; margin: 0px;}
/* GALLERY */

#content ul, #content ol{padding-left: 60px; margin: 5px;}
#content ul li, #content ol li{padding-left: 10px; margin: 3px;}


hr { width: 450px; border-bottom: 2px solid #555; padding: 5px; margin: 0 auto; text-align: center;}

.right{
	display: block;
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px solid #222;}
	
a:hover .right, a:hover .left {border: 1px solid #595959;}

.left{
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
	border: 1px solid #222;}

a{	color: #009DDB;
	text-decoration: none;}

a:hover{
	color: white;
	text-decoration: underline;}

blockquote{
	padding-left: 5px;
	border-left: 5px solid #4d4d4d;
	margin-left: 30px;
	font-style: italic;}

strong{font-weight: bold;}

table{margin: 15px auto 15px auto; border: solid 1px #222; border-collapse: collapse;}
table td{padding: 5px; /* border: solid 1px #7B5121;  */} /* Controls the cell padding in tables */  /* Remove commented code to give all cells grid lines */
table thead{background-color: #2c2c2c; text-align: center; font-weight: bold; border-bottom: solid 1px #222;} /* Gives table head rows a background style */

#footer{
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	border-top: 4px solid #4d4d4d;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;}

#footer p{color: #999;}