body
{
	margin: 0 10px 0 0;
	color: #309;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

tr
{
	vertical-align: top;
}

.nav
{
	width: 175px;
}

.nav a
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #309;
	padding: 5px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.nav a:hover
{
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

.news
{
	display: block;
	background: #309;
	color: #ffc;
	text-align: center;
	padding: 3px;
}

.newsletter td
{
	border: 1px solid #309;
}

.newsletter p
{
	padding-left: 5px;
	padding-right: 5px;
}

.menus th
{
	background: #039;
	color: white;
	padding: 3px;
}

.menus td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px;
}

.member
{
	background: #eed;
	padding: 10px;
	border: 1px solid silver;
}

.fine-art td
{
	width: 260px;
	background: white;
	color: #333;
	border: 1px outset gray;
	text-align: center;
}

.fine-art tr
{
	vertical-align: top;
}

.fine-art img
{
	border: 1px inset silver;
}

.account th
{
	padding: 5px;
	background: #666;
	color: white;
}

.account td
{
	border-color: #999;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}

.menu
{
	border: 5px double #c90;
	background: #ffe;
	padding: 2em;
	font-weight: 400;
}




