﻿.Center
{
    position: relative;
    width: 100%; 
    text-align: center
}

.StoryLinkPannel 
{
    position: relative; 
    width: 600px; 
    height: 600px;
}

.StoryRow
{
    position: relative; 
    width: 600px; 
    height: 240px;
}

.LeftSideStoryLinksContainer, 
.RightSideStoryLinksContainer
{
    position: absolute; 
    width: 210px; 
    padding: 20px 20px 20px 20px;
    height: 210px;
    display: inline;
    text-align: left;
    font-family: Arial;
    vertical-align: top;
}

.AdContainer
{
    position: absolute; 
    width: 100px; 
    top: 0px; 
    left: 500px; 
    height: 700px;
    display: inline;
    text-align: left;
}

.LeftSideStoryLinksContainer
{
    left: 0px;
}

.RightSideStoryLinksContainer
{
    left: 250px; 
}

a.StoryLink:link
{
    text-decoration: none
}

a.StoryLink:hover
{
    text-decoration: underline
}

.IntroBar
{
    text-align: center;
    font-family: Arial;
    font-size: .75em;
    text-decoration: bold;
    background-color: #e5ce9a;
    width: 600px
}

.tdjsResponseBlock, .tdjsCodeBlock
{
    border: solid 1px black; 
    width: 650px; 
    padding: 5px 5px 5px 5px
}

.tdjsCodeBlock
{
    font-family: courier new; 
    font-size: 12px;
    color: #000066;
    background-color: #efeff7; 
}

.floatingRightAdBlock
{
    width: 300px; 
    height: 250px; 
    position: relative; 
    display: inline; 
    float:right
}

.bottomLinkBlock
{
    position: relative; 
    width: 468px;
    height: 14px; 
    display: block; 
}
