#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 17px;
	border-bottom-width: 5px;
	border-left-width: 17px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #464D83;
	border-right-color: #464D83;
	border-bottom-color: #464D83;
	border-left-color: #464D83;
}
#heading {
	width: 950px;
}
#nav {
	float: left;
	width: 165px;
}
#content {
	width: 800px;
	float: left;
	padding: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8F9ED9;
	background-color: #000000;
	margin: 0px;
	vertical-align: text-top;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
}
.smallartdescr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #669ED9;
}

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #CC66FF;
}
a:hover {
	color: #FF3399;
}
a:active {
	color: #660099;
}


.redfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FF0000;
}

.Heading1 {
	font-size: medium;
	font-weight: bold;
	color: #990099;
	vertical-align: top;
}
.artdescr {
	font-size: medium;
	font-weight: normal;
	color: #542398;
}
