body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000 url(/_img/bg_body.gif) repeat 0 0;
	color: #fff;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
}
html {
	height: 100%;
	margin-bottom: 1px; /* forces vertical scroll bar */
}
/* ------------------------------------------------------
-- main structure -- */
#main_top {
	margin: 12px auto;
	padding: 59px 0 0 0;
	width: 769px;
	background: transparent url(/_img/bg_main_top.png) no-repeat top left;
	text-align: left;
	position: relative;
}
#main_bot {
	background: transparent url(/_img/bg_main_bot.png) no-repeat bottom left;
}
#main {
	background: transparent url(/_img/bg_main.png) repeat-y top left;
}

#main_in {
	padding: 70px 65px 0 65px;
	overflow: hidden;
}
#left_side {
	width: 430px;
	float: left;
	display: inline;
}
#right_side {
	margin: 0 0 0 435px;
}

/* ------------------------------------------------------
-- links -- */
a {
	color: #A3823F;
	text-decoration: underline;
}
li a#active_cat {
	color: #fff;
}

/* ------------------------------------------------------
-- navigation -- */
ul#nav {
	margin: 0;
	padding: 0;
	background: #000 url(/_img/nav.gif) no-repeat top left;
	width: 640px;
	height: 25px;
	position: absolute;
	top: 80px;
	left: 60px;
	font-size: 11px;
	z-index: 100;
}
#nav li {
	list-style-type: none;
	margin: 0;
	overflow: visible;
}
#nav li a {
	display: block;
}
#nav li.top_level {
	padding: 0;
	position: absolute;
	top: 0;
	height: 25px;
	line-height: 25px;
	text-indent: -9999px;
	list-style-type: none;
}
li#nav_s {
	left: 0;
	width: 90px;
}
li#nav_v {
	left: 150px;
	width: 100px;
}
li#nav_sv {
	left: 307px;
	width: 183px;
}
li#nav_ai {
	left: 549px;
	width: 91px;
}
#nav ul.sub_nav {
	display: none;
	text-indent: 0;
	margin: 0 0 0 6px;
	padding: 5px 0 0 0;
	background-color: #000;
	border-bottom: 1px solid #A3823F;
}
#nav li:hover .sub_nav {
	display: block;
}
ul.sub_nav li {
	list-style-type: none;
	text-align: right;
	border-left: 1px solid #A3823F;
	border-right: 1px solid #A3823F;
	line-height: 11px;
	margin: 0;
	padding: 0;
}
ul.sub_nav li a {
	display: block;
	padding: 6px 6px 6px 0;
	text-decoration: none;
}
ul.sub_nav li a:hover {
	background-color: #A3823F;
	color: white;
}
ul#subnav_s {
	background: #000 url(/_img/sn_top_s.gif) no-repeat top left;
	width: 102px;
}
ul#subnav_v {
	background: #000 url(/_img/sn_top_v.gif) no-repeat top left;
	width: 101px;
}
ul#subnav_sv {
	background: #000 url(/_img/sn_top_sv.gif) no-repeat top left;
	width: 179px;
}
ul#subnav_ai {
	background: #000 url(/_img/sn_top_ai.gif) no-repeat top left;
	width: 91px;
}


ul#art_nav {
	background: #fff url(/_img/white_crnr_tl.gif) no-repeat top left;
	padding: 0 0 0 8px;
	margin: 0 8px 0 0;
	height: 1.4em;
}
ul#art_nav li a {
	text-decoration: none;
	display: block;
	color: #000;
}
ul#art_nav li a:hover {
	text-decoration: underline;
}

ul#art_nav li {
	list-style-type: none;
	margin: 0;
	background-color: transparent;
	font-size: 11px;
	line-height: 2em;
}
ul#art_nav li#prev_art{
	position: absolute;
	top: 0;
	left: 8px;
}
ul#art_nav li#prev_art a{
	background: transparent url(/_img/black_arrow_l.gif) no-repeat 0 50%;
	padding: 0 0 0 8px;
}

ul#art_nav li#next_art{
	position: absolute;
	top: 0;
	left: 8em;
}
ul#art_nav li#next_art a {
	background: transparent url(/_img/black_arrow_r.gif) no-repeat 100% 50%;
	padding: 0 8px 0 0;
}

ul#art_list {
	margin: 0;
	padding: 0;
	overflow: visible;
}
ul#art_list li {
	list-style-type: none;
	float: left;
	display: inline;
	background-color: #333;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}
ul#art_list li a {
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
}
ul#art_list li a#active_art{
	background-color: #fff;
}

ul#cats_nav {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 13px;
}
ul#cats_nav li {
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
}
ul#cats_nav li a {
	display: block;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 42px;
	height: 3.2em;
	overflow: visible;
	text-decoration: none;
}

/* ------------------------------------------------------
-- inner content -- */
h1#logo {
	width: 640px;
	height: 37px;
	margin: 0 0 0 0;
	padding: 0;
	background: #000 url(/_img/h1.gif) no-repeat top left;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 200;
}
h1#logo a {
	text-decoration: none;
	display: block;
	line-height: 37px;
}
#home_image {
	text-align: center;
	padding: 15px 0;
}
#art_top {
	background: #fff url(/_img/white_crnr_tr.gif) no-repeat top right;
	width: 412px;
	color: #000;
	position: relative;
	height: 1.4em;
}
.theart {
	border: 1px solid #fff;
}
p.thedescription {
	width: 300px;
	font-size: 12px;
	line-height: 1.5em;
}
div.content {
	font-size: 13px;
}
div.content h2 {
	font-size: 15px; 
	font-weight: bold;
}


#art_top span#pos_in_cat{
	position: absolute;
	top: 0;
	right: 8px;
	line-height: 2.1em;
	font-size: 10px;
	font-style: italic;
}
#footer {
	height: 59px;
}
#footer p{
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
}
div.clear {
	overflow: hidden;
}

