html
{
	margin: 0px;
	padding: 0px;
    height:100%;
}

body
{
	margin: 0px;
	padding: 0px;
    min-height:100%;
    font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #e4e9e5;
    text-align: center;
    position: relative;
}

* html body {
    height:100%;
}

#container
{
    width: 940px;
    text-align: left;
    margin: 0px auto 0px auto;
    position:relative;
}

/******************************************************************************/
/*                                HEADER                                      */
/******************************************************************************/

#header
{
    background: url(images/header_bg.gif) no-repeat bottom;
    margin:0px;
    margin-bottom:10px;
    height: 195px;
}


#header h1
{
    position: absolute;
    left: 20px;
    top:100px;
    line-height:60px;
    margin:0;
}

#navigation
{
    position:absolute;
    left:20px;
    top:170px;
}

#navigation a
{
	font-size:85%;
	color:#ffffff;
    text-decoration: none;
}

#icons
{
    background: transparent url(images/icons_bg.gif) no-repeat top;
    position:absolute;
    right:20px;
    top:165px;
    height:25px;
    width:120px;
    text-align:center;
}


/******************************************************************************/
/*                                 MAIN                                       */
/******************************************************************************/

#main
{
    background: #FFFFFF url(images/main_bg.jpg) no-repeat top left;
    margin:0;
    padding: 0px;
    overflow:hidden;
    float: left;
}

#main_sec
{
    background: url(images/main_sect_bg_1.gif) no-repeat top left;
    width: 250px;
    height: 180px;
    padding: 50px 10px 10px 10px;
}

#main_sec p{color:#911B09; margin: 5px 0px; font-size: 9pt;}

#left_section
{
    float:left;
    width:605px;
    padding:20px 0px 10px 20px;
    margin:0px;
    min-height:300px;
}

#right_section
{
    float:right;
    width:280px;
    padding:0px;
    padding:20px 20px 15px 0px;
    margin:0px;
    min-height:300px;
}

* html #right_section{padding:20px 10px 15px 0px; }

/******************************************************************************/
/*                                  FOOTER                                    */
/******************************************************************************/

#footer
{
    clear:both;
    height: 40px;
    color: #333;
    font-size: 9px;
    padding:29px 0px 20px 40px;
    background: transparent url(images/footer_bg.gif) no-repeat top;
    position:relative;
}

/******************************************************************************/
/*                               ADVERSTING                                   */
/******************************************************************************/

#adv
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background: #f2f2f2 url(images/adv_bg.gif) repeat-x top;
    font-size:75%;
    color: #777;
    padding-top:1px;
}

#adv a:link {color: #777; text-decoration: none }
#adv a:visited{color:#777; text-decoration: none }
#adv a:active {color: #777; text-decoration: none }
#adv a:hover{color:#777; text-decoration: none }

/******************************************************************************/
/*                                SECTION                                     */
/******************************************************************************/

.section_header
{
    background:url(images/sec_header_bg.png) no-repeat left;
    color: #fff;
    width:270px;
    padding-left:10px;
    margin:0px 0px 10px 10px;
    line-height: 22px;
    font-weight:bold;
}

.section_body
{
    margin:0px 10px 20px 10px;
    padding:0px;
}








