.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: auto;
	top: 5px;
	right: auto;
	border-right-width: thin;
	border-left-width: thin;
	height: auto;
}
.menu {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #4BBE01;
	padding: 5px;
}
.container .menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}


body {
	background-color: #000000;
}
.container .menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.container .menu a:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.container .menu a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #00FF00;
}
.content {
	background-color: #000000;
	background-position: center top;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 700px;
	position: relative;
	left: auto;
	top: 5px;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
}
.painting {
	border: 1px solid #006600;
	padding: 0px;
	margin: 5px;
}
