@charset "ISO-8859-1";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
li, ol, ul, ol li {
	list-style: url(images/bullet.gif) inside;
}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }

#wrapper {
	margin: 0px auto;
	width: 1000px;
	padding: 0px;
	background: #FFF;
	border-top: 1px solid #9b854a;
	border-right: 1px solid #9b854a;
	border-bottom: 1px none #9b854a;
	border-left: 1px solid #9b854a;
}
#header {
	clear: both;
	height: 120px;
	background: url(http://www.e-tba.com/images/header.jpg) repeat-x;
}
#search {
	float: right;
	width: 450px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#search a:link, #search a:visited, #search a:active {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}

.nav {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #FFF;
	float: right;
	vertical-align: middle;
	width: 650px;
	text-decoration: none;
}
.nav a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 4px 4px 0px;
	font-size: 9px;
	float: left;
	background: url(http://www.e-tba.com/images/links2.gif) no-repeat;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #806b2e;
	padding: 5px 10px;
}
.nav a:hover {
	color: #333;
	background: url(http://www.e-tba.com/images/links2-up.gif);
	text-decoration: none;
}
#logo {
	float: left;
	margin-top: 8px;
}
#main {
	float: left;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 20px 20px 15px;
	font-size: .95em;
	line-height: 1.4em;
	width: 680px;
}
#main h1 {
	color: #9c864a;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.3em;
}
#main h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #4d4225;
	font-size: 1.3em;
}
#main h3, #main h4, #main h5 {
	color: #4d4225;
	font-size: 1.2em;
	margin-bottom: 8px;
}
#main ul li {
	list-style: url(http://www.e-tba.com/images/bullet.gif);
	margin-left: 45px;
}
#main p {
	margin-bottom: 15px;
}
#main tr td p {
	font-size: 0.9em;
	line-height: 1.3em;
}


#sub {
	float: right;
	width: 200px;
	text-align: left;
	background: url(http://www.e-tba.com/images/sidebar.jpg);
	height: 320px;
	margin-top: 8px;
}
#footer {
	background: url(http://www.e-tba.com/images/footer.jpg) repeat-x;
	clear: both;
	font-size: 0.6em;
	color: #CCC;
	margin: 0px auto;
	width: 1000px;
	padding: 20px 0px 0px;
	border-top: 1px none #9b854a;
	border-right: 1px solid #9b854a;
	border-bottom: 1px none #9b854a;
	border-left: 1px solid #9b854a;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* TYPE */
body {
	color: #000;
	text-align: center;
	font: 100.01% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #B6A666;
}

#main a, #main a:link, #main a:visited, #main a:active {
	color: #9b854a;
	text-decoration: underline;
	font-weight: normal;
	}

#main a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
