body {
	background-color: #131313;
	margin: 0px;
	padding: 0px;
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: x-small; 
}

h1 {
	padding-top: 0px;
	margin-top: 0px;
	text-decoration: underline;
}

td {
	font-family: Arial; 
	color: #FFFFFF; 
	font-size: x-small; 
}

a {
	color: #CCCCCC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: gray;
}

div.menu_item {
	border-bottom: 2px solid gray;
	font-size: small;
	padding-left: 10px;
	padding-top: 20px;
	font-weight: bold;
}

div.menu_item a {
	color: #DDDDDD;
	text-decoration: none;
}

div.menu_item a:hover {
	color: #A9001D;
	text-decoration: none;
}

div.vertical-menu {
	padding-left: 40px;
	padding-top: 10px;
}

div.logo {
	background: url(/skins/bekka/images/bekka1_r1_c2.jpg); 
	height: 90px;
}

div.wrapper {
	margin-left:auto;
	margin-right: auto; 
	width: 768px; 
}

div.top-holder {
	height: 247px;
}

div.menu-background {
	float: right;
	background: url('/skins/bekka/images/bekka1_r2_c3.jpg'); 
	height: 247px; 
	width: 255px;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.catch-line {
	background: #000000; 
	height: 55px;
}

div.catch-line-text {
	padding: 10px; 
	text-align: right;
}


div.scrollholder
{
    position: relative;
    width: 748px; height: 200px;
    overflow: auto;
    z-index: 1;
    background: transparent;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    z-index: 2;
    background: transparent;
    width: 95%;
    margin-left: 11px; padding: 5px;
    padding-right: 11px;
}

div.content {
	margin-right: 11px;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: gray;
}  
