@charset "UTF-8";
/* CSS Document */

body{
	background-color:black;
	color:#ddd;
}


#gal{
	width:320px;	
}
#gal a{
	 text-decoration: none;
}

.righty{
	padding-right:20px;
	float:right;
	width:375px;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}


.text p{
	background-color:#333;
	width:400px;
	padding:20px;
	text-align:left;
}

.text{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align: center;
	/*
	position:absolute;
	top:500px;
	left:300px;
	*/
}

.text a:link{color:white;}

.text a:visited{color:white;}

.text a:hover{color:hotpink;}




