body {
	background-image: url(../-images/interface/bg_image_grey.png);
	background-repeat: repeat;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
a:link {
	color: #70798A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #70798A;
}
a:hover {
	text-decoration: underline;
	color: #70798A;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#main-menu {
	background-image: url(../-images/interface/toolbar_middle.png);
	background-repeat: repeat;
}
#body-frame {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../-images/interface/content_middle.png);
	background-repeat: repeat;
}
#main-body {
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-top: 20px;
	text-transform: lowercase;
	margin-bottom: 10px;
	background-image: url(../-images/interface/table-head-graphite.png);
	background-repeat: no-repeat;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-top: 20px;
	text-transform: lowercase;
	margin-bottom: 10px;
	background-image: url(../-images/interface/table-head-grey.png);
	background-repeat: no-repeat;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70798A;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.mug {
	margin: 0px;
	padding: 0px;
}
#thumbnails {
	margin-right: 2px;
	margin-left: 1px;
}
