body {
background-color: black; 
	}
	
ul#nav {
	list-style-type: none;
	margin: 0;
	margin-left: 0;
	padding: 0;
	}
	
ul#nav li {
	float: left;
	margin: 0;
	width: 20%;
	padding: 0;
	}
	
ul#nav li a{
	display: block;
	float:left;
	width: 200px;
	height: 50px;
	text-decoration: none;
	color: #FFA902;
	font-size: 15px;
	text-align: center;
	margin-left: 10px;
	}

ul#nav li a:hover {
	color: red;
	text-decoration: underline;
	}

#back {
	clear: left;
	float: left;
	margin-left: 50px;
	}

#back img {	
	border: 0;
	}

h1 {
	margin-top: 0;
	font: 30px sans-serif;  
	text-align: center;
	color: white;
	}

#forward{
	float: right;
	margin-right: 50px;
	}

#forward img {	
	border: 0;
	}	

#painting {
	clear: left;
	float: left;
	width: 50%;
	border-right: double red;
	}
			
#Painting {
	border: 0;
	margin-left: 15%;
	}
	
#costumes {		
	float: left;
	width: 49%;
	}
		
#Costume {
	margin-left: 35%;
	border: 0;
	}
			
p {
	font: 15px sans-serif;
	color: #FFA902;
	text-align: center;
	}
	
p2 {
	font: 15px sans-serif;
	color: white;
	text-align: center;
	}

#prices 
	{
	text-align: center;
	}

#prices tr td{
	width: 20%;
	}	

p a {	
	color: white;	
	text-decoration: none;
	}
	
p a:hover {
	color:red;
	text-decoration: underline;
	}	
	
#artist {
	clear: left;
	float: left;
	}
	
#address {
	font: 20px sans-serif;
	color: white;
	text-align: center;
	}
	
#address a{
	font: 20px sans-serif;
	color: red;
	text-align: center;
	}	
	
#special {
	font: 20px sans-serif;	
	color: white;
	text-align: center;
	padding: 30px;
	border: dotted red;
	margin-bottom: 30px;
	}
	
#special2 {
	font: 20px sans-serif;	
	color: white;
	text-align: center;
	padding: 30px;
	border: dotted #FFA902;
	margin-bottom:30px;
	}	
		
ul li a{
	font: 55px;
	color: white;
	margin-left: 10px;
	text-decoration: none;
	border: 0;
	}
	
ul li a:hover {
	color: red;
	text-decoration: underline;
	}
	
#thumbnails {
	clear: left;
	float: left;
	width: 15%;
	}
	
#thumbnails ul li {
	margin-bottom: 15px;
	}	
	
#thumbnails2 {
	float: left;
	width: 10%;
	}
	
#thumbnails2 ul li {
	margin-bottom: 15px;
	}	
		
#full-size {
	float: right;
	width: 70%;
	border-left: double red;
	}	

#full-size img {
	margin-left: 20%;
	margin-right: 20%;
	}

table {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 50px 10px;
	}
		
table tr td img{
	border: 0;
	}

table tr td a img{
	border: 0;
	}

table tr td a p {
	text-align: left;
	}	

table tr td a p:hover {
	color: red;
	text-decoration: underline;
	}	