body {
	width: 100%;
	color: #000000;
/*	background-color: #00CCFF;*/
	background-color: #EFE4CB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 0 0 0 0;
}

div.container {
}


div.topbar {
	background-image: url(artwork/tobo_x100.gif);
	background-color: #efe4cb;
/*	background-color: #ffffff;*/
	width: 100%;
	height: 100px;
}
span.header_logo {
	height: 60px;
	float: left;
}

div.header_search {
	top: 0px;
	padding-left: 410px;
	background-color: #efe4cb;
	text-align: center;
	font-size: 14px;
	font-stretch: wider;
	font-weight: bold;
	line-height: 24px;
}

#menu {
	left: 0px;
	top: 110px;
	width: 220px;
	font: bold 16px/16px;
	z-index: 2;
	position: absolute;
	padding: 10px 5px 0px 5px;
	}

#menu a {
	border: thin solid #000000;
/*	border: thin solid #ffffff;
	background-color: #273272;*/
	background-color: #e7d2ad;
	line-height: 25px;
	width: 180px;
/*	color: #ffffff;*/
	color: #000000;
	text-decoration: none;
	margin: 5px 10px;
	padding: 2px 5px;
	display: block;
	}

#menu a:hover {
	border: thin solid #000000;
/*	border: thin solid #ffffff;
	background-color: #e7d2ad; */
	background-color: #FF9933;
	}

#welcome {
	line-height: 25px;
	text-align: center;
	}

/* #welcome a {
	color: #000000;
	text-decoration: none;
	}

#welcome a:hover {
	color: #000000;
	color: #FF9933;
	}*/
	
/* register page ------------------------------*/
div.topbarR {
	width: 100%;
	background-image: url(artwork/reg_logo.gif);
	background-color: #ffffff;
	background-position: left;
	background-repeat: no-repeat;
	height: 76px;
}

#menuReg {
	right: 0;
	top: 0px;
	font: 10px;
	position: absolute;
	padding: 2px 5px 2px 5px;
	}

#menuReg a {
	border: thin solid #000000;
	background-color: #e7d2ad;
	line-height: 15px;
	width: 110px;
	color: #000000;
	text-decoration: none;
	margin: 2px 10px;
	padding: 2px 5px;
	display: block;
	}

#menuReg a:hover {
	border: thin solid #000000;
	background-color: #FF9933;
	}

li {
	list-style-position: outside;
	/* added for tips */
	padding: 5px;
}

/* back to top arrow*/
.arrow {
	border: none;
	padding: 0px 5px;
	height: 16px;
	width: 17px;
}

.tipsfooter {
	display: inline;
}

.tipsfooter a {
	border: thin solid #000000;
	background-color: #e7d2ad;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	padding: 5px 10px;
	}

.tipsfooter a:hover {
	border: thin solid #000000;
	background-color: #FF9933;
	}
	
div.copy10 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
}
/* end register style --------------------*/

span.float_left {
	float: left;
}

span.float_right {
	float: right;
}

#body {
	top: 100px;
	width: 100%;
/*	margin-right: 5px;*/
	display: block;
}

div.content {
	top: 100px;
	/*width: 100%;*/
	margin-left: 220px;
	/*left: 220px;
	padding-left: 220px;
	margin-right: 40px;
	z-index: 1;
	position: absolute;*/
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	}


div.footer {
	left: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font: italic x-small;
	bottom: inherit;
}

div.side_search {
	
}

div.sidebar_calc{
	
}
#list_form {
	background-color: Aqua;
	/*width: 100%;
	display: block;
	position: absolute;
	left: 220px;*/
	/*margin-right: 200px;*/
	line-height: 150%;
}
#list_form span {
	/*float: right;
	margin-left: 220px;
	padding-left: 45px;*/
	position: absolute;
	clear: left;
	/* 220px(sidebar)+330px(form placement)*/
	left: 550px;
}

#list_form p {

}

#list_form h3 {

}

#featured {
	/*background: Aqua;
	padding: 1px 1px 1px 1px;*/
	font-size: 12px;
	padding-top: 4px;
}
#featured div.float {
	/* 220px(menu)+10px(padding)+260px(table)=490px+5pad (placement)*/
	position: absolute; left: 495px;
}
#featured div.table {
	/* 760px(res)-220px(menu)-20px(content)=520px/2=260*/
	width: 250px;
	height: 195px;
	border: 1px solid Black;
	background-color: White;
	padding: 5px 5px 5px 5px;
}
#featured span {
	float: right;
	width: 90px;
	text-align: left;
}
#featured img {
	border: 0px;
}
#featured a {

}