/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
/*	color: #3B2E1E;  dark brown */
	color: #F1DBB2;
	margin: 0px;
}
 a:link {
	color: #F1DBB2;
	text-decoration: none; 
}

a:visited {
	color: #F1DBB2;
	text-decoration: none; 
}
/*
a:hover {
	color: #921115;
	text-decoration: underline;
}
a:active {
	color: #921115;
	text-decoration: none; 
*/

td {
	vertical-align: top;
}
.contents {
	background-image: url(/images/body_back.jpg);
	background-repeat: repeat;
	font-size: 12px;
/*	color: #3B2E1E;  dark brown */
	color: #F1DBB2;
}
.copyright {
	font-size: 10px;
	color: #fddca7;
	text-align: center;
}
.copyright a:link {
	color: #FDDCA7;
	text-decoration: none;
}
.copyright a:visited {
	color: #FDDCA7;
	text-decoration: none;	
}
.copyright a:hover {
	color: #FDDCA7;
	text-decoration: underline;
}
.copyright a:active {
	color: #FDDCA7;
	text-decoration: none;	
}
.head {
	font-size: 15px;
/*	color: #3B2E1E;  dark brown */
	color: #F1DBB2;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.top-span {
	background-image: url(/images/top_bar.gif);
	background-repeat: repeat-x;
}
.bottom-span {
	background-image: url(/images/bottom_span.jpg);
	background-repeat: repeat-x;
}
.menu-back {
	background-image: url(/images/menu_left_back.jpg);
	background-repeat: repeat-y;
}

/* Navigation top */
#menubase {
   margin: 0; 
   padding: 0; 
   position: relative;
   float: none;
   width: 444px; 
   height: 24px; 
   background: #000000 url(/images/menu_top.jpg) no-repeat; 
   z-index: 10;}

#menubase li {
	list-style: none; 
	display: inline;
}

#menubase li a {
	display: block; 
	position: absolute; 
	top: 0; 
	overflow: hidden;
	text-indent: -9999px;
	height: 24px;
	voice-family: "\"}\""; 
	voice-family: inherit;

} #menubase {}

#menubase a:hover {background: 0 url(/images/menu_top.jpg) no-repeat;}

#about a {width:100px; left: 23px;}

#menubase #about a:hover {background-position: -23px -24px;}

#portfolio a {width: 48px; left: 137px;}

#menubase #portfolio a:hover {background-position: -137px -24px;}

#stone-select a {width: 90px; left: 198px;}

#menubase #stone-select a:hover {background-position: -198px -24px;}

#links a {width: 32px; left: 300px;}

#menubase #links a:hover {background-position: -300px -24px;}

#contact a {width: 65px; left: 345px;}

#menubase #contact a:hover {background-position: -345px -24px;}
