@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #1e1400;
	background-color: #7D6446;
	background-image: url(images/back.jpg);
	margin: 0px;
}

img {
	border: none;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #1e1400;
}

h1 {
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
}
p a {
	text-decoration: underline;
}
p a:hover {
	color: #000;
}
td {
	vertical-align: top;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.width {
	text-align: left;
	width: 1100px;
}

#menu {
	background-image: url(images/white_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}
#menu div {
	float: left;
	margin-right: 18px;
	margin-top: 10px;
}
#menu div a {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
}
#menu #index a {
	width: 318px;
	background-position: 0px 0px;
}
#menu #kba a {
	background-position: -318px 0px;
	width: 32px;
}
#menu #art a {
	background-position: -350px 0px;
	width: 72px;
}
#menu #photo a {
	background-position: -422px 0px;
	width: 74px;
}
#menu #handmade a {
	background-position: -496px 0px;
	width: 194px;
}
#menu #bio a {
	background-position: -690px 0px;
	width: 62px;
}
#menu #index a:hover, #menu #index a.active {
	width: 318px;
	background-position: 0px -50px;
}
#menu #art a:hover, #menu #art a.active{
	background-position: -350px -50px;
	width: 72px;
}
#menu #photo a:hover, #menu #photo a.active{
	background-position: -422px -50px;
	width: 74px;
}
#menu #handmade a:hover, #menu #handmade a.active{
	background-position: -496px -50px;
	width: 194px;
}
#menu #bio a:hover, #menu #bio a.active{
	background-position: -690px -50px;
	width: 62px;
}
#menu .active{
	cursor: default;
}


#nav {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
	clear: both;
	cursor: default;
}
#nav a:hover span{
	text-decoration: underline;
}
#tableset  {
	padding-top: 10px;
}
#news {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: default;
}

#news div {
	text-transform: uppercase;
}

#news .date {
	font-weight: bold;
	text-transform: uppercase;
}
#news a:hover {
	text-decoration: underline;
	color: #E6508C;
}


#grid a {
	text-align: center;
	background-color: #000;
	color: #7D6446;
	text-decoration: none;
	font-size: 11px;
	border: 2px solid #1e1400;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
	height: 168px;
	line-height: 18px;
}
#bio .che{
	text-align: center;
	background-color: #000;
	color: #7D6446;
	font-size: 11px;
	border: 2px solid #1e1400;
	line-height: 18px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#bio td {
	vertical-align: middle;
}
#bio .tip  {
	background-image: url(images/bioback.png);
	float: left;
	margin-top: 20px;
}
.corner-top  {
	background-image: url(images/corn_tr.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 7px;
	text-align: left;
}
.corner-bot  {
	background-image: url(images/corn_br.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 7px;
	text-align: left;
}



#bio .bubble {
	background-image: url(images/bioback.png);
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
#bio .bubble p {
	font-style: normal;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-bottom: 0.7em;
	padding-right: 20px;
	padding-left: 20px;
}
#bio .bubble a {
	text-decoration: underline;
	color: #000;
}
#bio .bubble a:hover {
	color: #1e1400;
}

#bio .bubble .cap {
	letter-spacing: 0.1em;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: 2px;
	color: #1e1400;
}


.image  {
	background-color: #000;
	position: relative;
	float: left;
	background-image: url(images/black.jpg);
	background-repeat: no-repeat;
	clear: left;
}



.bordert {
	background-image: url(images/bordert.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.borderb {
	background-image: url(images/borderb.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	clip: rect(4px,auto,auto,4px);
	z-index: 100;
}
#thumb {
	padding-top: 4px;
}
#thumb div {
	float: left;
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#thumb div img {
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid #1e1400;
}
#one, #two {
	margin: 4px;
}

#txr, #txl {
	height: 50px;
	padding-top: 5px;
	clear: both;
}

#foot {
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 840px;
}
#foot  a span{
	border-bottom: 1px dashed #000;
}
#foot a:hover span{
	color: #000;
	border-bottom: 1px solid #000;
}
#foot img {
	position: relative;
	top: 14px;
}
#foot div {
	font-size:11px;
	line-height:14px;
}




#line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	height: 28px;
	position: absolute;
	width: 100%;
	left: 0px;
}
#sign {
	background-image: url(images/sign.gif);
	background-repeat: no-repeat;
	background-position: -120px 20px;
}



#draw {
	background-image: url(images/draw.gif);
	background-repeat: repeat-x;
	background-position: center 125px;
}
#shit-right {
	background-image: url(images/shit_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#shit  {
	background-image: url(images/shit_1.gif);
	height: 700px;
	background-repeat: no-repeat;
	background-position: 70% bottom;
}


#shit-left {
	background-image: url(images/white_may.gif);
	background-repeat: no-repeat;
	background-position: right -20px;
}
#shit-body {
	background-image: url(images/shoes.gif);
	background-repeat: no-repeat;
	background-position: 50px 200px;
}

.pad {
	width: 50px;
}
#java {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	background-image: url(images/bioback.png);
}

#x {
	text-align: center;
	margin-top: 20%;
	font-size: 12px;
}

.color {
	color: #E6508C;
}

* html .borderb {
	display:none;
}

* html .bordert {
	display:none;
}

* html #two {
	margin: 0px;
}
* html #one {
	margin: 0px;
}

* html .image img {
	border: 1px solid #000;
	margin-right: 10px;
}
* html .image {
	background:none;
}
* html #thumb {
	padding-top:0px;
}
* html #java {
	background-image: none;
}


#cont {
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none;
}


#box-book {
	position: relative;
	overflow: hidden;
}
#book {
	position: relative;
	margin-left: 6px;
}
#book div {
	position: absolute;
	background-repeat: no-repeat;
	cursor: pointer;
}
#box-shadow {
	margin-left: 6px;
	position: relative;
}
#shadow   {
	background-image: url(images/shadow-bot.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 50%;
	height: 30px;
	position: relative;
	overflow: hidden;
	left: 25%;
}
#shadow   div   {
	background-image: url(images/shadow-open.png);
	background-repeat: no-repeat;
	background-position: center -3px;
	height: 30px;
}
#in-right  {
	width: 200px;
	float: right;
}
#in-left {
	width: 200px;
	background-position: -200px;
}
#out-right {
	width: 3px;
	background-image: url(images/shadow-side.png);
	background-position: -3px;
	float: right;
	left: 3px;
}
#out-left {
	width: 3px;
	background-image: url(images/shadow-side.png);
	right: 3px;
}
#book a {
	background-repeat: repeat-y;
	display: block;
	height: 100%;
	position: relative;
}
#book .for {
	background-image: url(images/shadow-for.png);
}
#book .back {
	background-image: url(images/shadow-back.png);
}
#load {
	position: relative;
	top: 0px;
	width: 360px;
	margin-left: 250px;
	padding-top: 70px;
	height: 360px;
}

#load img {
	position: relative;
	bottom: 0px;
}
#load p {
	display: block;
	position: absolute;
	bottom: 0px;
}

#load #swing {
	height: 200px;
	width: 150px;
	left: 75px;
	top: 50px;
}
#number {
	font-size: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

#note {
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 5px;
}
#noie {
	font-size: 14px;
	display: none;
}

