html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background: #333;
	background-position:top-left;
	background-repeat:no-repeat;
	}
	
a {
	text-decoration: none;
	}
	
	
#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
	}
	
	/*  MENU +/- */
#nav_control {
	clear:both;
	position:absolute;
	padding:7px 0px 0px 0px;
	bottom:0;
	width: 90px;
	left: 0px;
	height: 20px;
	z-index:10;
	background-color:#fff;
	text-align:center;
	}

#nav_control a {
	color:#000000;
	text-decoration:none;
	}

#nav_control a:hover {
	color:#0099FF;
	text-decoration:underline;
	}
	
	/*  bottom div  (referring to the bottom container [the one with opacity])*/
div#bottom_div {
	height: 100px;
	width:100%;
	padding: 10px 0;
	margin-bottom:27px;
	background: #fff;
	position:absolute;
	bottom:0px;
	left: 0px;
	}
		
	/*  logo  */
#bottom_div div#logo {
	float: left;
	width: 225px;
	height: 66px;
	}
		
	/*  navigation  */
#bottom_div div#nav_container {
	/*float: left;*/
	position:absolute;
	top:10px;
	left:225px;
	width: auto;
	margin: 0 20px;
	}
	
#nav_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#nav_container li {
	margin: 0;
	padding: 0;
	}
		
#nav_container a {
	display: block;
	width: 140px;
	padding: 1px;
	color: #999;
	}
		
#nav_container a:hover {
	background: #eee;
	color: #666;
	}
		
	/*  images  */
#bottom_div div#images {
	/*float: left;*/
	position:absolute;
	top:10px;
	left:405px;
	white-space:nowrap;
	min-width: 600px !important;
	width: auto;
	}

/*\*/
* html #bottom_div div#images {
	width: 600px !important;
}
/**/
		
#images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
#images li {
	float: left;
	width: auto;
	margin-right: 14px;
	}
		
#images a {
	display: block;
	float: left;
	}

.style1 {font-size: 16px}
.style2 {font-size: 16px; font-weight: bold; }