/*  -------------------------------------------------
	G E T   R I D   O F   N A T I V E   M A R G I N S
	-------------------------------------------------  */

* {
	margin: 0px;
	padding: 0px;
	
}


/*  -------------------------------------------------
	P U T   N E W   M A R G I N S   I N
	-------------------------------------------------  */

p, h1, h2 {
	padding-bottom: 1em;
}

li {
	margin-left: 20px;
	margin-bottom: 0.5em;
}

html, body 
{
	font-family: arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

/*  -------------------------------------
	C E N T E R   T H E   B L O C K
	-------------------------------------  */

body 
{
	background-color: #000;
	margin: 0px;

}

#horizon        
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.container
{
	margin-left: -400px;
	margin-top: 50px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	visibility: visible;
}

.float_l
{ float: left; }

.float_r
{ float: right; }




#javapplet
{
	xwidth: 800px;
	float: left;
}




#header
{
	height: 120px;
	width: 800px;
	float: left;
	
	background-image: url(../images/awards_header.jpg);
	background-repeat: no-repeat;
}




#nav
{
	line-height: 20px;
	float: left;
	height: 20px;
	width: 800px;
	xborder: 1px solid red;
	text-align: right;
	
}

#nav a
{
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}

#nav .pipe
{
	color: #fff;
	margin-right: 6px;
	margin-left: 6px;
}






#maincont
{
	width: 800px;
	float: left;
	font-size: .8em;
	
}

.ghost
{
	display: none;
}




/* gallery styles */

#gallerycontainer
{
	width: 800px;
	float: left;
	margin-top: 15px;
}

#gallerycontainer img
{
	margin-left: 20px;
	margin-bottom: 50px;
	border: 0px;
}

#tngroup_1
{
	display: block;
}

#gallerycontainer .controls a
{
	width: 99px;
	height: 19px;
	background-repeat: no-repeat;
} #gallerycontainer .controls a span
{ display: none; }

#showprev
{
	float: left;
	background-image: url(../images/first_gallery.gif);
	display: none;
}
#shownext
{
	float: right;
	background-image: url(../images/next_gallery.gif);
}






.genpagebg
{
	float: left;
	clear: none;
	margin-top: 35px;
}

.htmlcopy
{
	float: right;
	width: 450px;
	margin-top: 30px;
	color: #fff;
	text-align: right;
	line-height: 1.8em;

}



.nugget
{
	text-align: right;
	margin-top: 35px;
	float: right;
	width: 420px;
	line-height: 1.8em;
	
	
}

.nugget span
{
	font-weight: bold;
	xfloat: right;
}



.contactdetails
{
	width: 800px;
	height: 240px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
}
.contactdetails p
{
	color: #fff;
	margin-left: 250px;
	padding-top: 15px;
}



#footer
{
	border-top: 1px solid #666666;
	margin-top: 5px;
	padding-top: 3px;
	clear: both;
	float: left;
	color: #fff;
	
	width: 800px;
}

#footer .copyright
{
	float: left;
	clear: none;
	font-size: 0.6em;
}

#footer .designedby
{
	float: right;
	clear: none;
	font-size: 0.6em;
}

#footer .designedby a
{
	color: #fff;
}