html {
	font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	position: relative;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 10pt;
	background-color: #000;
    background-image: url(/pics/etrac/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration: none;
	color: #369;
}

img {
	border: none;
}
.break {
	clear: both;
}
html, body, #page, #top, #mid, #bot, #main, #side, h1 {
	margin: 0;
	padding: 0;	
}

#page {
	margin: 0 auto;
	text-align: justify;
	width: 1002px;
	position: relative;
	font-size: 10pt;
}

#top {
	width: 1002px;
	height: 136px;
	background-image: url(/pics/etrac/top.png);
	background-repeat: no-repeat;
}

#mid {
	width: 1002px;
	margin: 0;
	padding : 0;
    background-image: url(/pics/etrac/bgmid.png);
	background-repeat: repeat-y;
	background-position: left;
}

#bot {
	width: 1002px;
 	height: 60px;
	padding-top: 28px;
	background-image: url(/pics/etrac/bot.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}


#main {
	float: left;
	width: 730px;
	padding: 0 10px;
	letter-spacing: 0.08em;
}
#side {
	float: right;
	width: 242px;
	padding: 170px 0 0 0;
	color: #FFA;
}
#side strong {color: #F00;}
#side h3 {
	color: #FF0;
	font-size: 15px;
	font-variant: small-caps;
    background: url(/pics/star24.png) no-repeat;
	padding: 0 0 0 29px;
	margin: 0;
	line-height: 24px;
}

h1 {
    padding: 20px 0 0 400px;
	font-size: 18px;
	letter-spacing: 0.07em;
	color: #555;
}
h2 {
    padding: 0 0 0 30px;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #C00;
    background: url(/pics/star24.png) no-repeat;
    background-position: left;
	display:block;
	line-height: 24px;
}

#menu {
    position: absolute;
	left: 16px;
	top: 95px;
}
#menu a {
    display: block;
	float: left;
	line-height: 23px;
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
}
#menu a:hover {
    background-image: url(/pics/etrac/lnkbgh.png);
	color: #35C;
}
#menu a.on {
    background-image: url(/pics/etrac/lnkbg.png);
	color: #FF0;
}

#illu1 {
    width: 248px;
 	height: 167px;
	background-image: url(/pics/etrac/illu1.jpg);
	position: absolute;
	right: 0;
	top: 127px;
}
#illu2 {
    width: 240px;
 	height: 355px;
	background-image: url(/pics/etrac/illu2.jpg);
	margin: 20px 0 0 0;
}
.float_left {
	float: left;
	margin: 0 10px 3px 0;
}
.float_right {
	float: right;
	margin: 0 0 3px 10px;
}