ul {
	margin: 0; 
	padding: 0; 
}

h2 {
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
}

img {

}

.time {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #ffffff;
}

.copyright {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.browserinfo {
	text-align: left;
	font-family: 'Poppins', sans-serif;
}

body {
	background-color:#000000;
}

 font {
	background-color:#000000;
}

#header {
	clear: both;
	height: 50px;
	background-color: aqua;
	padding: 1px;
}

#left_col {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 230px;
	display: inline-table;
	margin-right: 20px;
}

#admin {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 235px;
	display: inline-block;
	margin-right: 20px;
}

#dev {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 235px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}
#production {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 235px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}

#live {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 235px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}

#livedev {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 235px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}

#llistleft {
	float: left; 
	width: 5%;
}

#llistright {
	float: left; 
	width: 5%;
}

#listcontainer {
	width: 80;
	display: table;
	margin: 0 auto;
}

#footer {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 500;
	display: table;
	margin: 0 auto;
	color: #ffffff;
}

ul.noindent { 
	margin: 0; 
	padding: 0; 
	
} 


/* LIST #4 */
#list4 { width:230px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size:13px; }
#list4 ul { list-style: none; }
#list4 ul li { }
#list4 ul li a { display:block; text-decoration:none; color:#ffffff; background-color:#000000; line-height:30px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#999999; padding-left:5px; cursor:pointer; }
#list4 ul li a:hover { color:#000000; font-weight: 600; background-image:url(../images/hover_amber.png); background-repeat:repeat-x; }
#list4 ul li a strong { margin-right:10px; }