﻿/* styles CSS */

body{
background-color:#202020;
color:#FFFFFF;
font-family:"Times New Roman", arial, serif;
	
}
#nav {
margin-left: auto;
margin-right: auto;
background-color: #E2C521;
width: 700px;
height:19px;
}

#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#nav li {
	float: left;
}
#nav a {
	margin: 0 1px;
	padding-left:10px;
	padding-right:10px;
	display: block;
	color: #202020;
	text-decoration: none;
	font-weight:bold;
	
}
#nav a:hover {
	color: #EAE89E;
	text-decoration: underline;
	background-color: #202020;

}
#table-art{
	width: 146px;
	height: 186px;
	margin-top:62px;
	margin-left: auto;
	margin-right:auto;
}
#table-center{
	width: 100%;
	height: 271px;
}
#td-content1-l{
	width: 238px;
}
#td-content1-c{
	width: 550px;
	text-align:left;
}

#td-content2-l{
	width: 113px;
}
#td-content2-c{
	width: 674px;
	text-align:left;
}
#table-gallery{
width:100%;
	text-align:center;
	font-size:small;
}
#table-gallery0{
width:100%;
	text-align:center;
	font-size:small;
}

#footer{
	font-size:small;
}
a{
	color:#E2C521;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
h1{
	font-size:xx-large;
	color:#E2C521;
}
h2{
	font-size:x-large;
	color:#E2C521;
}



