@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	background-color: #000000;
}

.flash_header, .flash_money{ 
    width: 100%; 
    text-align: center;
    background-image: url(../images/header.jpg);
    background-position: center top;
    background-repeat: repeat-x; 
    height: auto !important;
    height: 201px;
    min-height: 201px;
    }
.flash_money{
    width: 900px;
    margin: 0 auto;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
	
}
.flash_elem{ 
    display: block;
    text-indent: -9999px;
    height: 126px;
    width: 423px;
    margin: 0 auto;
}

.ContentPane{ padding:0px; margin:0px; }

.container_ContentPane{
    /*background-image: url(../images/int_content_bg.jpg);*/
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #000;
    width: 100%;
    padding: 40px 0 132px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.pageheader{
	width: 905px;
	margin-left: auto;
	margin-right: auto;
}

.pageheader h1{
	margin-left: 8px;
}

.pageheader img{
	margin-bottom: 30px;
	border: none;
	
}

.container_ContentPane .ContentTable{
    width: 905px;
    margin: 0 auto;
	padding-left: 0px;
}

.container_ContentPane p{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 31px 0px;
    text-align: left;
}

.main_container {
	margin: 0 auto;
	width: 905px;
}

.main_container p {
	margin-left: 8px;
}

.nav {
	_behavior: url(../iepngfix/iepngfix.htc);
}
