body {
	color: #3D2521;
	background: #C4B7AE;
	font-family: arial, helvetica, sans-serif;
	overflow-x:scroll;
	overflow-y:auto;
}
a.page {
	color: #3D2521;
	background: #C4B7AE;
	font-weight: bold;
	text-decoration: none;
}
a.page:hover {
	background: #3D2521;
	color: #C4B7AE;
}
a.maillink {
	color: #3D2521;
	background: #C4B7AE;
	font-weight: normal;
	text-decoration: none;
}

table.default {
	width: 800px;
	border-style: solid;
	border-width: 1px;
}
table.logo_main {
	width: 800px;
	height: 220px;
	border-style: none;
}
td.logo_text_top {
	text-align: right;
	vertical-align: top;
}
td.logo_text_bottom {
	text-align: right;
	vertical-align: bottom;
}
table.content {
	width: 800px;
	margin-top: 0px;
	border-style: none;
}
td.samples {
	vertical-align: top;
}
td.banner {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}

#logo_main { 
	background-image: url('http://www.equilineart.com/img/logo_main_LT.jpg');
	background-repeat: no-repeat; 
	background-position: top center; 
	margin-top:10px; 
	margin-bottom:10px; 
} 
#cur_page {
	color: #3D2521;
	font-weight: normal;
	text-decoration: none;
}
