body {
	background : #BEBCA1 url("img/bg.jpg") 50% 0;
	margin-top : 0px;
	margin-bottom : 0px;
	font-family : vardana, arial, helvetica, sans-serif;
	font-size : 12px;
}

td {
	font-family : vardana, arial, helvetica, sans-serif;
	font-size : 12px;
}

a {
	color : #888888;
}

.title {
	color : #888888;
	font-weight : bold;
	font-size : 20px;
}

.leftmenu {
	color : #888888;
	font-weight : bold;
	font-size : 14px;
	margin-left : 5px;
	margin-top : 10px;
	text-decoration : none;
}

.searchbox {
	border : 1px solid #888888;
}
.searchbutton {
	background-color : #D6693C;
	border : none;
	color : white;
	font-weight : bold;
}

.searchbutton:hover {
	color : #dddddd;
}

.small {
	font-size : 10px;
}

#topnav {
	border-bottom : 3px solid #D6693C;
	width : 531px;
	text-align : right;
	padding-right : 10px;
	color : #888;
	font-weight : bold;
	font-size : 16px;
	padding-top : 5px;
}

#topnav A, #topnav A:visited {
	color : #888;
	text-decoration : none;
}

#topnav A:hover {
	color : #000;
}

#footer {
	border-top : 3px solid #D6693C;
	background-color : #fff;
	color : #888;
	font-size : 12px;
	text-align : center;
}

#footer A, #footer A:visited {
	color : #888;
	text-decoration : none;
}

#footer A:hover {
	color : #000;
}

.artCell {
	padding-bottom : 10px;
	padding-top : 10px;
	border-bottom : 1px solid #DDD;
}

.artLabel {
	font-weight : bold;
	color : #888;
}

b {
	color : #888;
}