body {
        font-family: verdana;
        font-size: 0.8em;
        background: #000000;
        text-align: center;
        min-width: 760px;
}
a {
		color: #000000;
}
#wrapper {
        width: 760px;
        margin: 0 auto;
        text-align: left;
}
#header {
        position: relative;
        background: url(images/header.gif) no-repeat;
        height: 59px;
        color: #000;
        padding-left: 18px;
        padding-top: 12px;
        text-indent: 70px;
}
#horizList {
        height: 3em;
		margin-top: 0px;
}
#horizList ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
        width: 738px;
        background: #e53f43;
}
#horizList ul li {
        float: left;
        background: url(images/navi_divider.gif) no-repeat right center;
}
#horizList ul a {
        display: block;
        padding: 0 2em;
        line-height: 2.1em;
        text-decoration: none;
        color: #fff;
}
#horizList ul a:hover {
        color: #333;
}
#left_panel {
		padding-top: 1px;
		width: 27%;
		height: 400px;
		float: left;
		background: url(images/list_back.gif) no-repeat;
}
#content {
		height: 400px;
		width: 73%;
		float: right;
		background: url(images/content_back.gif) no-repeat;
}
#left_content {
		float: left;
		width: 155px;
		padding: 28px 12px 12px 12px;
		font-size: 0.8em;
}
.content_headers {
		background: url(images/header_s.gif) no-repeat;
		color: #ffffff;
		height: 15px;
		padding: 1px 0 0 4px;
}
#right_content {
		float: right;
		width: 330px;
		padding-top: 6px;
		padding-right: 28px;
}
.home {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(images/navi_1.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}
.chart {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(images/navi_2.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}
.clock {
        margin-top: 20px;
        padding-bottom: 0px;
        padding-top: 7px;
        margin-left: 12px;
        height: 25px;
        background: url(images/navi_3.gif) 0px 5px no-repeat;
        color: #ffffff;
        text-indent: 30px;
}
#navi ul {
        list-style-type: none;
        margin-top: -10px;
}
#navi ul li {
        display: block;
        width: 140px;
        padding: 5px 0 0 16px; 
        background: url(images/bullets.gif) 2px 10px no-repeat;
}
#navi ul li a{
        display: block;
        text-decoration: none;
}
#navi ul li a:hover{
        color: #FAA123;
}



