* {
	margin:0;
	padding:0;
}

html {
	background-color: #2a1045;
	background-image:url(../bg404.jpg);
}
/*----------body----------*/
body{
	
}

#title{
		text-align:center;
		font-size:30px;
}

#newStuffTitle{
		text-align:center;
		font-size:20px;
}

#intro{
		text-align:center;
		font-size:18px;
		padding-bottom:5px;
		margin-left:450px;
		padding-top:325px;
}

#content{
		width:650px;
		height:575px;
		margin-left:175px;
		font-family: "Trebuchet MS", Helvetica, Arial;
		color:#FFF;
		font-size:16px;
		padding: 0px 10px 0px 15px;
}

#content a {
	text-decoration:none;
	border:none;
}

#content a:link {
	color: #CCC;
	text-decoration:none;
}

#content a:visited {
	color: #CCC;
	
}

#content a:hover {
	color: white;
	
}

#content a:active {
	color: #CCC;
}



/*----------nav-------------*/

#nav {
	height: 82px;
	width: 747px;
		
		margin-left:145px;
		text-decoration:none;
}


li {
	margin-left:5px;
	display: inline;
	text-decoration:none;
}


#nav ul {
	text-decoration:none;
	margin-left:100px;
}

#nav img {
	text-decoration:none;
	border:none;
}





/*----------Gallery----------*/

#gallery {
	text-align:center;
}

#gallery {
	text-align:center;
	display:inline;
}

#gallery a:link {
	color: white;
	text-decoration:none;
}

#gallery a:visited {
	color: #CCC;
	text-decoration:none;
}

#gallery a:hover {
	color: white;
	text-decoration:none;
}

#gallery a:active {
	color: #CCC;
	text-decoration:none;
}

#gallery ul {
	text-decoration:none;
}



#newStuff {
	text-align:center;
	display:inline;
}

#newStuff a:link {
	color: white;
	text-decoration:none;
}

#newStuff a:visited {
	color: #CCC;
	text-decoration:none;
}

#newStuff a:hover {
	color: white;
	text-decoration:none;
}

#newStuff a:active {
	color: #CCC;
	text-decoration:none;
}

#newStuff ul {
	text-decoration:none;
}




#galleryPage {
	text-align:center;
	display:inline;
}

#galleryPage a:link {
	color: white;
	text-decoration:none;
}

#galleryPage a:visited {
	color: #CCC;
	text-decoration:none;
}

#galleryPage a:hover {
	color: white;
	text-decoration:none;
}

#galleryPage a:active {
	color: #CCC;
	text-decoration:none;
}

#galleryPageul {
	text-decoration:none;
}



/*----------Icons----------*/

#icons {
	width: 500px;
	margin-top:40px;
	margin-left: 100px;
	text-align:center;
}

#icons a img {
	border: none;
}

#icons a {
	border: none;
	display: block;
	float: left;
	margin: 2px;
	text-align:center;
}

#icons a:hover {
	border: none;
}

#icons ul {
	text-decoration:none;
}


/*----------Footer----------*/

#footer{
		margin-left: 187px;
		padding-top:10px;
		font-family: "Helvetica Neue", Arial, sans-serif;
		color:#FFF;
		font-size:12px;
}


#footer a:link {
	color: white;
	
}

#footer a:visited {
	color: #CCC;
	
}

#footer a:hover {
	color: white;
	
}

#footer a:active {
	color: #CCC;
}

/*---------download------*/

.download{
		text-align:center;
		font-size:13px;
		padding-top:9px;
}


.download a:link {
	color: white;
}

.download a:visited {
	color: #CCC;
}

.download a:hover {
	color: white;
}

.download a:active {
	color: #CCC;
}


/*----------Lightbox-----------*/
#lightbox{	
	position:absolute;	left: 0; width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img{ 
	width: auto; 
	height: auto;
}

#lightbox a img{ 
	border: none; 
}

#outerImageContainer{ 
	position: relative; 
	background-color:#2a1045; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer{ 
	padding: 10px; 
}

#loading{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav{ 
	left: 0;
}

#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;

}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(.../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(.../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
	font: 10px "Helvetica Neue", Helvetica, sans-serif; 
	background-color:#2a1045; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
}

#imageData{	
	padding:0 10px; 
	color: white; 

}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}

#imageData #caption{ 
	
}

#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}


/*-----Yanni-----*/

#yanni {
	text-align:center;
}

#yanni {
	text-align:center;
	display:block;
}

#yanni a:link {
	color: white;
	text-decoration:none;
}

#yanni a:visited {
	color: #CCC;
	text-decoration:none;
}

#yanni a:hover {
	color: white;
	text-decoration:none;
}

#yanni a:active {
	color: #CCC;
	text-decoration:none;
}

/*-------Dude---------*/
#dude img {
	border:none;
}

#dude {
	margin-top: 116px;
	margin-left:1110px;
}

