#lvlogo {
	background-image: url("/images/top_brownie.jpg");
	background-color: #7B6D52;
}

#navmenu li a {
    font-weight: bold;
    color: #e5e0d6;
    background: transparent;
}

#navmenu li a:hover {
    background-color: #000000;
    z-index: 20;
    color: #fff;
    opacity: .7;
    filter: alpha(opacity='20');
}   
    
    
#navmenu li li a {
    font-weight: bold;
    color: #fff;
}

#navmenu li li a:hover {
}   
    
#navmenu li li li a {
    font-weight: bold;
    color: #fff;
}

#navmenu li li li a:hover {
}



.leftmenu {
	background-color: #7b6d52;
	background-image: url("/images/nav_top_brownie.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#hovercorner { background-image: url("/images/corner_hover_brownie.jpg") }

.rightnavcorner {
	background-image: url("/images/corner_right_brownie.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

.leftnavcorner {
	background-image: url("/images/corner_bot_left_brownie.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.leftmenubottom {
	background-image: url("/images/nav_bottom_brownie.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 485px;
}

.leftmaincorner {
	background-image: url("/images/corner_left_brownie.jpg");
	background-repeat: no-repeat;
}
.rightmaincorner {
	background-image: url("/images/corner_bot_right_brownie.jpg");
	background-repeat: no-repeat;
}

.leftmenu .colright {
	background-color: #473f2e;
}

.breadcrumb a { color: #fff; }
.breadcrumb a:visited { color: #fff; }
.langselect a { color: #fff; }
.langselect a:visited { color: #fff; }

/* index */

.idktxt {
    background-color: #fff;
    color: #666;
}

/* body */
body {
	background-color: #473f2e;
}
.maincontent {
	background-color: #e5e0d6;
}
h1 {
	color: #842842;
}
p {
	padding: 1em;
}
a {
	color: #842842;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #842842; text-decoration: none; }

/* list */
h1.art {
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-top: 0.5em;
    font-family: Chops;
}
h2.sd {
    font-size: 24px;
    margin-top: 0.5em;
    font-family: Salamander, Verdana;
}

.assettext {
    font-size: 1.0em;
    text-align: justify;
}
.asset {
	position: relative;
}

.assetbackdrop {
	position: absolute;
	top: -13px;
	right: -5px;
	width: 453px;
	height: 150px;
	background-image: url("/images/null.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

.listline {
	background-color: #e5e0d6;
	margin-left: -20px;
	margin-right: -20px;
}

/* footer */

#footer { 
	color: #e5e0d6;
}
#footer a {
	color: #e5e0d6;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #e5e0d6;
	text-decoration: none;
}
