/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: tahoma;
font-size: 11px;
color: #FFFFFF;
overflow: auto;
background-color: #7B2333;
background-repeat: repeat;
text-align: center;
line-height: 17px;
}

/* FONTS */
h1 {
font-family: times new roman;
font-size: 17px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

/* DIVS */
#container {
position: relative;
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width:1000px;
height: 100%;
background-repeat: no-repeat;
}

#head {
margin: 0;
padding: 0;
width: 861px;
height: 64px;
background-image: url('backs/head.jpg');
background-repeat: no-repeat;
float: left;
}

#ticker {
position: absolute;
top: 25px;
right: 185px;
width: 450px;
font-family: garamond;
font-weight: bold;
font-style: italic;
font-size: 14px;
}

#main {
width: 861px;
float: left;
}

#left {
width: 151px;
float: left;
}

#right {
width: 700px;
float: left;
}

#shadow_header {
height: 27px;
width: 151px;
background-image: url('backs/shadow_header.jpg');
float: left;
}

#menu {
padding: 0 0 0 10px;
width: 151px;
font-size: 11px;
color: #EEBCBB;
line-height: 25px;
float: left;
}

#stock {
position: absolute;
top: 64px;
right: -1px;
width: 150px;
height: 530px;
}

#stock img {
border: 0px;
}

a {
color: #7B2333;
}

a:hover {
color: #999999;
}

a.menu {
color: #EEBCBB;
font-weight: bold;
text-decoration: none;
}

a.menu:hover {
font-weight: bold;
color: #FFFFFF;
}

a.submenu {
color: #EEBCBB;
text-decoration: none;
}

a.submenu:hover {
color: #FFFFFF;
}

/*
#content {
padding-left: 30px;
padding-top: 30px;
padding-right: 50px;
width:710px;
height:491px;
background-image:url('backs/main.jpg');
float:left;
color: #000000;
}
*/

#content {
padding-left: 30px;
padding-top: 30px;
padding-right: 50px;
width:710px;
height:491px;
font-family: times new roman;
font-size: 15px;
text-align: center;
background-image:url('backs/main.jpg');
float:left;
color: #000000;
}

#content_inner {
position: relative;
float: left;
width: 630px;
height: 491px;
overflow: auto;
scrollbar-3d-light-color: F9DCE1;
scrollbar-arrow-color: #000000;
scrollbar-base-color: F9DCE1;
scrollbar-dark-shadow-color: F9DCE1;
scrollbar-face-color: F9DCE1;
scrollbar-highlight-color: F9DCE1;
scrollbar-shadow-color: F9DCE1;
scrollbar-trackcolor: F9DCE1;
}

#bottomshadow {
width: 710px;
height: 26px;
background-image: url('backs/bottom.jpg');
background-repeat: no-repeat;
float: left;
}

#bottom {
width: 700px;
font-size: 10px;
text-align: right;
float: left;
}

/* TABLES */
td {
font-family: tahoma;
font-size: 11px;
color: #000000;
line-height: 17px;
}

/* IMAGES */
img {
border: 2px solid #7B2333;
}

img.none {
border: 0px solid #7B2333;
}
