html, body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

html, body, table, tr, td {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 12px;
	font-size: 9px;
	color: #686656;
	padding: 0px;
	margin: 0px;
}

a		{ text-decoration: none; color: #59574a; }
a:hover		{ font-style: italic; }
a:link img, a:visited img	{ border-style: none; }

.gray		{ color: #686656; text-decoration: none; }
.menu_map	{ font-size: 11px; position: relative; }
.menu_map a	{ color: #f0ee91; text-decoration: none; }

.rollover, .zoom		{ overflow: auto; }
.rollover span, .zoom span	{ width: 60px; }
.zoom img			{ border: 1px solid #686656; }

input, textarea {
	color: #686656;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #BEBB90;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

.portfolio_top {
	width: 312px;
	height: 239px;
	line-height: 1px;
	background-image: url(images/right_bg1.jpg);
	background-repeat: no-repeat;
}

.portfolio_txt {
	width: 90px;
	float: left;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 0px 5px 0px;
	text-align: center;
}

.portfolio_bottom {
	width: 312px;
	height: 84px;
	line-height: 1px;
	background-image: url(images/right_bg2.jpg);
	background-repeat: no-repeat;
}

.siteby {
	color: #BEBB90;
	text-decoration: none;
}