BODY {
	background-color: #d9c39f;
}
.box {
	background: transparent url('/themes/theme1/box_middle.png') repeat-y;
}
.box .top {
	background: transparent url('/themes/theme1/box_top.png') no-repeat left top;
}

.box .bottom {
	background: transparent url('/themes/theme1/box_bottom.png') no-repeat left bottom;
}

.header {
	background: transparent url('/themes/theme1/top_bg.jpg') no-repeat left bottom;	
}
A {
	color: #eeccbd;
}

A:hover {
	color: white;
}
.menu {
	background: transparent url('/themes/theme1/menu_bg.jpg') repeat-x left top;
}
.menu .links A, .adminmenu A {
	border-top: 1px solid #9d7464;
	border-bottom: 1px solid #513c34;
	color: #eeccbd;
	background-color: #78594b;
}
.menu .links A:hover, .adminmenu A:hover {
	color: white;
	background-color: #8f7366;
}
.menu .links A.active {
	color: #7f6955;
	background-color: #5d4732;
}
.page {
	background-color: #805b69;
}
.content {
	background: transparent url('/themes/theme1/page_bg.jpg') repeat-y left top;
}
.content .topbg{
	
	background: transparent url('/themes/theme1/page_top_bg.jpg') no-repeat left top;
}
.shadow  { color:#fff; }
.shadow:before { color:#38474b;  } 

.annotation {
	border-top: 1px solid #a37291;
	border-bottom: 1px solid #533a4b;
	color: #eeccbd;
}
.annotation .title {
	color: white;
}
.title_contact {
	color: #eeccbd;
	background: transparent url('/themes/theme1/email_icon.jpg') no-repeat 0px 19px;
}
.title_contact SPAN {
	color: white;
}
.title_contact DIV {
	color: white;
}
.title_contact A {
	color: #eeccbd;
}
.buttons .space {
	background-color: #8a6b3c;
}
