/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/

#main_content
{
    position: relative;
	color: Black;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}
#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
}
#main_text h1
{
    background: url("/images/technical-downloads_06.gif") no-repeat top left;
}
#main_text h2
{
    font-size: 18px;
}
#main_text a
{
    display: block;
    text-decoration: none;
    color: White;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    background: url("/images/arrow.jpg") no-repeat top left;
    margin-bottom: 10px;
    padding-left: 20px;
}