html {
	width:100%;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.75em; /* 12px */
 color:#292929;
 word-wrap:break-word;
 background: #fff url("./../../../../assets/templates/ebc/img/top-bg.png") repeat-x 0 0;
}
a {
	text-decoration:none;
	color:#d4a500;
}
a:hover {
	text-decoration:underline;
}

#maintable {
	width:1000px;
	border:none !important;
	border-style:none !important;
}
#maintable tr {
	border:none !important;
	border-style:none !important;
}
#contentrow {
	background-color:#fff !important;
}
.navrow {
	padding:0;
	background:none;
}

#header {
	height:223px;
}
#toolbox {
	width:1000px;
	margin:0 auto;
	text-align:right;
	height:31px;
	padding-top:8px;
}
ul.toolbox {
	display:inline;
	list-style-position: outside;
	list-style-type: none;
	float:right;
	padding-top:4px;
}
ul.toolbox li {
	display:inline;
	padding-left:20px;
	background-image: url(./../../../../assets/templates/ebc/img/top-li.gif);
	background-repeat: no-repeat;
	background-position:10px 1px;
}
ul.toolbox li a {
	color:#639168 !important;
}


#identity {
	width:1000px;
	margin:0 auto;
	text-align:right;
}


#footer {
	clear:both;
	height:90px;
	background: #fff url("img/footer-bg.gif") repeat-x 0 0;
	padding-bottom:30px;
}
#footer > div {
	width:1000px;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
}
#footer .toolbox {
	clear:both;
	margin:0 auto;
	width:1000px;
	margin-bottom:15px;
}
#copy {
	font-size:0.92em;
	color:#292929;
	padding-top:10px;
	letter-spacing: 0.5px
}
#copy a {
	color:#292929 !important;
	text-decoration:underline;
}
