*
{
	padding: 0;
	margin: 0;
}

body
{
	font-size: 76%;
	font-family: Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #ccc;
	margin: 50px 0 50px 0;
}


/* Divs */
#wrapper
{
    margin: 0 auto;
    width: 740px;
}

#header
{
    background: #e2001a url('images/framework/money.gif') no-repeat 20px 0;
    width: inherit;
    height: 85px;
    margin-bottom: 10px;
}

#footer
{
    width: inherit;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0.9em;
}

#date
{
    width: auto;
    background-color: #e2001a;
    padding: 0 0 0 20px;
    line-height: 2em;
    margin-bottom: 4px;
}

#column_1
{
    width: 250px;
    float: left;
    height: auto;
    display: inline;
    margin: 0 4px 10px 0;
}

#column_2
{
    width: 486px;
    float: left;
    display: inline;
    margin-bottom: 10px;
}

#main_box
{
    overflow: auto;
}

#content_wrapper
{
    width: 440px;
}


/* Menu */
ul.menu
{
    list-style: none;
}

ul.menu li
{
    font-size: 0.9em;
    line-height: 2em;
    background: #ccc url('images/framework/menu_line.gif') no-repeat 20px 0;
    margin-bottom: 2px;
    text-indent: 25px;
}

ul.menu li a
{
    color: #000;
}

ul.menu li.active
{
    background-color: #e2001a;
}

ul.menu li.active a
{
    color: #fff;
}

ul.menu li.new_category
{
    margin-top: 8px;
}


/* Classes */
div.clear
{
    clear: both;
}

div.box
{
    background-color: #fff;
    width: auto;
    padding: 10px;
    clear: both;
    margin-bottom: 4px;
}

div.box_col
{
    float: left;
    width: 221px; 
    min-height: 140px;
    padding: 10px;
}

.grey_text
{
    color: #717171;
}

.red_text
{
    color: #e2001a;
}

.grey_text a
{
    color: #717171;
    text-decoration: underline;
}

.gw td
{
    padding-left: 4px;
    padding-right: 4px;
}
.gw th
{
    padding-left: 4px;
    padding-right: 4px;
}

.orange_text
{
    color: #ff9900;
}

.blue_text
{
    color: #0099cc;
}

.pink_text
{
    color: #cc0066;
}

.red_bg
{
    background-color: #e2001a;
}
.orange_bg
{
    background-color: #ff9900;
}
.blue_bg
{
    background-color: #0099cc;
}
.pink_bg
{
    background-color: #cc0066;
}



/* Fonts and links */
p
{
    margin: 0 0 1em 0;
}

a
{
    color: #fff;
    text-decoration: none;
}

#main_box a 
{
    color: #717171;
    font-weight: bold;
    text-decoration: underline;
}

.box_col a
{
    float: right;
}

h1 a
{
    display: block;
	text-indent: -9999px;
    width: 302px;
    height: 61px;
    background: url(images/framework/logo.gif) no-repeat;
}

h1
{
    float: right;
    margin: 20px 20px 0 0;
    font-size: 1.5em;
}

h2
{
    font-size: 2.8em;
    font-weight: normal;
    display: block;
}

.box_col h2
{
    float: right;
    clear: both;
}

h3
{
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}




