﻿body
{
    background-color: White;
}

#SiteContainer 
{
    width: 490px;
    height:auto;
    margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -245px; /*set to a negative number 1/2 of your width*/
	position:absolute;
	top: 50%;
	left: 50%;
}

#Logo 
{
    width: 490px;
    height: 75px;
    background-image:url('../Images/bluefragmentslogo.png');
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:10px;
}

#Menu 
{
    margin-left:10px;
    text-align:left;
    width:350px;
}

.MenuItems
{
    font-family:Georgia;
    font-size:17px;
    font-style:italic;
    color:#717171;
}

#Content
{
    padding-top:10px;
    margin-top:10px;
    position:relative;
    width:470px;
    font-family:Tahoma;
    font-size:12px;
    line-height:17px; 
}

.FeedTitle
{
    font-weight:bold;
    line-height:17px;
}

.FeedContent
{
    line-height:17px;   
}

.EventTitle
{
    font-weight:bold;
    font-size: 15px;
    line-height:40px;   
}

.EventDate
{
    font-style:italic;
    color:Gray;
    font-size: 12px;   
}

#DataPagerContainer
{
    font-family:Tahoma;
    font-size:12px;
    width:480px;
    text-align:center;   
}

.DataPagerButton
{
    font-family:Tahoma;
    font-size:12px;   
}

.ReadMoreLink
{
    color:Black;   
}


