﻿body, html
{
    font-family: Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 15px;
}
#container
{
    width:654px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}
#header
{
    background-image:url('/images/eventmails-header.jpg');
    width:654px;
    height:52px;
}
#header span
{
    display:block;
    padding: 10px 0 0 120px;
    font-weight:bold;
}
#content
{
    background-image:url('/images/eventmails-back.jpg');
    background-repeat:repeat-y;
    width:654px;
    padding: 20px 0 20px 50px;
}
#footer
{
    background-image:url('/images/eventmails-bottom.jpg');
    width:654px;
    height:49px;
}
#flags
{
    padding-left:50px;
}
#abuse
{
    float: right;
    padding-right: 50px;
}
#abuse a
{
	color: #000;
	font-size: 10px;
}
.alert
{
    color: Red;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
.small
{
    font-size: 10px;
}