@charset "utf-8";

/********************************************
     Main Styles
*********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #000000;
}

a:link, a:visited {
	color: #4444ff;
	text-decoration: none;
}

a:hover, a:focus {
	color: #eeeeff;
	text-decoration: underline;
}

/********************************************
     Layout Elements
*********************************************/

#container{
	width: 800px;
	margin: auto;

}

#content{
	background: url(../images/fauxcolumns.png) no-repeat bottom;
}

#header{
	background:url(../images/mainheader.png) no-repeat;
	height: 140px;
}

#nav{
	/*I don't know why this is neccessary, but it is*/
	margin-top:-20px;	
	margin-bottom: 40px;
	margin-left: -20px
}

#news{
	width:280px;
	background: #000014 url(../images/news.png) no-repeat;
	float:left;
	padding: 0 10px;

}

#flash{
	width:480px;
	background: #000014;
	float:right;

}

#awesome{
	width:460px;
	background: #000014 url(../images/awesome.png) no-repeat;
	float:right;
	padding: 0 10px;
	

}
#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
}

/********************************************
     Single Column Layout
*********************************************/

#games {
	background: #000014 url(../images/headergames.png) no-repeat;	
	padding: 0 10px;
}

#lab {
	background: #000014 url(../images/headerlab.png) no-repeat;	
	padding: 0 10px;
}

#movies {
	background: #000014 url(../images/headermovies.png) no-repeat;	
	padding: 0 10px;
}

#about {
	background: #000014 url(../images/headerabout.png) no-repeat;	
	padding: 0 10px;
}

/********************************************
     Image Replacement
*********************************************/

.invisible{
	display:none;  /* Wow, that was easy...*/
}

h2 {
	height: 20px;
}
/********************************************
     Navigation Bar
*********************************************/
#nav ul{
	list-style-image:none;
	display:inherit;
}

#nav li{
	list-style:none;
	/*
	display:inline;
	widows: 110px;
	padding: 20px 50px;
	*/
	float:left;
	width: 152px;
	height: 20px;
}

#nav li a{
	display:block;	
	/*width:110px;*/
}

#nav li a:link, #nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a:visited{
	/*To get rid of the white blip*/
	color:#000000;

}

.clearfloat{
	clear:both;
}

#homebutton{
	background: url(../images/btnhome.png) no-repeat center;	
}

#gamesbutton{
	background: url(../images/btngames.png)no-repeat center;		
}

#labbutton{
	background: url(../images/btnlab.png)no-repeat center;		
}

#moviesbutton{
	background: url(../images/btnmovies.png)no-repeat center;		
}

#aboutbutton{
	background: url(../images/btnabout.png)no-repeat center;		
}

/********************************************
     Images Bar
*********************************************/

.imgborder {
	border: thin solid #FFFFFF;
	margin: 5px;
	padding: 2px;
}

.floatleft{
	float: left;

}

.floatright{
	float: right;

}

/********************************************
     Images Bar
*********************************************/

.centeredmovie {
	margin: 20px 80px;	
}
