﻿Div#MainDiv_Events
{
    width: 948px;
    height: 498px;
    border: 1px solid white;
 }
Div#InnerDiv_Events
{
    width: 650px;
    height: 300px;
    margin-top:100px;
    position:relative;
    border:2px solid rgb(178,162,113);
}

Div#TextDiv_Events
{
    color: black; 
    text-align: center; 
    font-weight: bold; 
    font-size: medium; 
    margin-top: 50px;
}

a#DesignerMarketLink
{
    color:darkblue;
}

a#DesignerMarketLink:hover
{
    color:darkgray;
}

.ChromeMarginLeftFix_Events
{
    margin-left:220px;
}

.IEMarginLeftFix_Events
{
    margin-left:150px;
}