@charset "UTF-8";
/* NUB Global Styles v1.3 */




/**************** ID Selectors for Main Construct ******************/
#NUBmainBody {
	margin: 0;
	padding: 0;
	}

#container {
	position: relative;
	width: 800px;
	height: 560px;
	margin: 0 auto;
	}




/**************** ID Selectors for Main navigational Words and Nubero Logo ******************/
#logo {
	top: 100px;
	position: absolute;
	left: 130px;
	}


#navigation {
	position: absolute;
	top: 160px;
	left: 230px;
	}




/****************** Class Selectors ********************/
.BGdark {
	background-color: #0f0f0f;
	}

.BGgallery {
	background-color: #0f0f0f;
	background-image: url(../global_pics/galleryBG.png);
	}

.newitemred {
	color: #ed0e51;
	}

.newitemgreen {
	color: #51ff2e;
	}

.newitemblue {
	color: #00bbff;
	}

.newitemyellow {
	color: #ffe100;
	}

.liBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}




/****************** Tag Name Selectors ********************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	} 

li {
	list-style-type: none;
	}
