/* Redefined Tags */
body
{
    font-family: Arial, Helvetica, sans-serif;
    width: 950px;
}

h1
{
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #339999;
    font-family: Arial, Helvetica, sans-serif;
}

a
{
    text-decoration: none;
}

a:link
{
    color: #990033;
    text-decoration: none;
    font-weight: bold;
}

a:visited
{
    color: #993333;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #66CCFF;
    text-decoration: none;
    font-weight: bold;
}

a:active
{
    color: #660000;
    text-decoration: none;
    font-weight: bold;
}

/* Header */
#banner
{
    width: 950px;
    height: 94px;
}

img 
{
    border: 0;
}

/* Main Content */
#main
{
	clear: left;
    padding: 30px;
    z-index: -1; /* Make sure the content stays behind the menus */
}
