﻿body
{
    margin:0px;
    padding:0px;
    width:500px;
    height:281px;
    color:#ffffff;
    font-family:Calibri, Tahoma, sans-serif;
    background-repeat:no-repeat;
    background-image:url('../images/bgflyout.png');
}

div#container
{   
    position: absolute;
    left: 5px;
    top: 3px;   
    width:490px;
    height:87px;
}

a#title
{
    position:absolute;
    left:5px;
    top:2px;
    width:483px;
    height:74px;
    
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
    
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
}
a#title:hover
{
     color:#d6f4ff;
}

a#date
{
    position: absolute;
    left: 5px;
    top: 18px;
    width: 477px;
    height: 74px;    
	
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	
	color:#67788a;
	font-size: 0.75em;
    text-decoration: none;
}

#content
{
    position: absolute;
    left: 0px;
    top: 32px;
    width: 480px;
    height: 231px;

    overflow:auto;
    padding:5px;

    color: #000000;
    font-size: 1em;
}