* {
	margin: 0;
	padding: 0;
	}

html {
	background: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #fff;
	height: 100%;
	font-family: tahoma, arial, sans-serif;
	}

#wrapper {
	width: 850px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	}
	
#mainCol {
	display: table; 
	height: 100%;  
	position: relative; 
	overflow: hidden;
	width: 850px;
	/*background: orange;*/
	float: left;
	}
	
#header {
	width: 850px;
	height: 71px;
	text-align: right;
	padding: 0 0 5px 0;
	}
	
#mainContent {
	width: 850px;
	height: 435px;
	}
	
#mainContentHome {
	width: 850px;
	height: 400px;
	}
	
#col1 {
	float: left;
	width: 85px;
	/*background: blue;*/
	height: 435px;
	text-align: right;
	}
	
#col2 {
	float: right;
	width: 755px;
	/*background: orange;*/
	height: 435px;
	}
	
#col2Home {
	float: right;
	width: 755px;
	/*background: orange;*/
	height: 400px;
	}

.colClear {
	clear: both;
	}
	
#leftNav {
	margin: 0;
	padding: 0;
	}
	
#leftNav li {
	list-style-type: none;
	padding: 0 0 10px 0;
	}
	
#leftNav li a, #leftNav li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	display: block;
	}
	
#leftNav li a:hover {
	color: #888787;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	display: block;
	}
	
#leftNav .normal a, #leftNav .normal a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	display: block;
	}
	
#leftNav .normal a:hover {
	color: #888787;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	display: block;
	}
	
#leftNav .current a, #leftNav .current a:visited {
	color: #888787;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11pt;
	display: block;
	}
	
#footer {
	width: 850px;
	text-align: right;
	font-size: 8pt;
	padding: 5px 0 5px 0;
	}
	
a, a:visited {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
	color: #888787;
	text-decoration: none;
	}
	
.emagine a, .emagine a:visited {
	color: #888787;
	text-decoration: none;
	}
	
#slider {
	width: 755px;
	height: 400px;
	}
	
#slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#insideCol1 {
	width: 653px;
	float: left;
	height: 435px;
	/*background-color: #383838;*/
	overflow: hidden;
	}
	
#insideCol2 {
	width: 100px;
	height: 435px;
	float: right;
	/*background: orange;*/
	}
	
#pic {
	width: 653px;
	height: 435px;
	position:absolute;
	z-index:18;
	text-align: center;
	}
	
#picContainer {
	width: 653px;
	height: 435px;
	position:relative;
	z-index:10;
	}
	
#picBackground {
	width: 653px;
	height: 435px;
	position:absolute;
	z-index:12;
	}
	
.loadAPic {
	width: 100px;
	height: 50px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	}
