body		{
				font-family: helvetica, tahoma, arial, sans-serif;
				font-size: 13px;
				line-height: 1.3em;
				background: #eee;
				margin: 0 15px;
				}
				
#main_table
			{
				width: 645px;
				margin: 0 auto;
				}
				
.logo		{
				background: #333;
				border-left: 1px solid #fff;
				}
				
.top_row
			{
				background: #b4a686;
				border-bottom: 1px solid #fff;
				height: 25px;
				}
				
#content	{
				background: #f6ffd3;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
				border-left: 1px solid #977e50;
				}
				
#footer		{
				background: #333;
				height: 25px;
				font-size: 11px;
				color: #fff;
				padding: 3px;
				}
				
.nav ul 	
			{
				list-style-type: none;
				list-style-position: outside;
				margin: 2em 0;
				padding: 0 0 0 13px;
				padding-left: 13px;
				}
				
.nav ul li	
			{
				margin: .5em 0;
				padding-bottom: .5em;
				width: 87%;
				border-bottom: 1px solid #fff;
				}
			
.nav ul li.no_bot_border
			{
				border: none;
				}
				
.nav a:link, .nav a:visited
			{
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				}
				
.nav a:hover
			{
				text-decoration: underline;
				}
				
#footer a:link, #footer a:visited
			{
				color: #fff;
				text-decoration: none;
				}
				
#footer a:hover
			{
				text-decoration: underline;
				}
				
.nav		{
				width: 26%;
				background: #977e50 url(../images/nav_bg.jpg) top right repeat-y;
				}
				
.data		{
				padding: 2em 1.5em 2em 2em;
				width: 74%;
				}
				
.header		{
				background: url(../images/header_bg.jpg) top left no-repeat;
				height: 23px;
				border-top: 1px solid #fff;
				}
				
.ff_und		{
				text-decoration: none;
				}
				
.artwork_title
			{
				font-size: 9px;
				}
				
a:link, a:visited
	 		{
				color: #977e50;
				text-decoration: none;
				}
				
a:hover		{
				text-decoration: underline;
				}
				
