* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	overflow-x: hidden;
}
body {			
	background-color: #1b1b1c;
	background-image: url(../images/bg.gif);				
	margin: 1em;
}
body, td {
	color: #d3d3d3;
	font-family: arial;
	font-size: 12px;
}
h1 {
	font-size: 16px;	
}
h3 {
	font-size: 14px;
}
a {
	color: #206e94;
	text-decoration: none;
}
img {
	border: 0;
}
#wrapper {
	width: 1024px;
	overflow: hidden;
}
#header {
	border-bottom:1px solid #232323;
	height:73px;
	width:1024px;
}
*html #header {				
	height:98px;
	overflow: hidden;
}
#header img {
	float: left;
}
#header #info {
	margin-top: 35px;
	float: right;
}
#mainMenu {
	float: right;
	position: relative;
	top: 25px;
}
*html #mainMenu {
	position: absolute;
}
#mainMenu li {
	float: left;
	list-style: none;
	margin-left: 3.5em;
	padding-top: 24px;
	text-align: center;		
	background-repeat: no-repeat;
}
#mainMenu li a {		
	font-family: arial, verdana, tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
}
#mainMenu li a.selected,
#mainMenu li a:hover {
	color: #d3d3d3;
}
#footer {
	clear: both;
	margin-top: 5px;
	height: 30px;							
	font-size: 11px;
	color: #5e5e5e;
	padding-left: 8px;
	border-top: 1px solid #232323;
	padding-top: 10px;
}			
#footer span {
	float: left;
	width: 50%;
}
#footer .imp {
	text-align: right; 
}

.ad-controls {
	color: #ffffff;
	font-size: 11px;
}
.image-wrapper img {
	max-width: 700px;
}
a.thumb {
	height:80px;
	overflow:hidden;
	width:80px;
	display: flex !important;
	justify-content: center;
}
ul.thumbs img {
	margin: 0 !important;
	width: 80px;
}
.col1,
.col2 {
	float: left;
	width: 450px;
}
.padUL {
	margin-left: 3em;
}
.innerImage {
	float: left;
	margin: 1em;
	
}
h4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}