
body
{
	background-color: #CECFD0;
    background-image: url('../img/main_shadow.jpg'); 
	background-position: center top;
	background-repeat: repeat-y; 
	margin: 0px;
	padding: 0px;
    padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
}

div#fade
{
	background-image: url('../img/page_fade.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


div#page
{
    background-image: url('../img/main_shadow.jpg'); 
	background-position: center top;
	background-repeat: repeat-y; 
	margin: 0px;
	padding: 0px;
    padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div#page_top
{
	background-image: url('../img/header_bg.jpg');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 60px;
}

div#page_top_divider
{
	background-image: url('../img/header_to_main.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 72px;
	padding: 0;
	text-align: left;
}

div#page_main_bg
{
    /* background-color: #FEFEFE; */
    background-image: url('../img/main_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	min-height: 220px;
	background-position: top left;
}

	/*
	##  FOR IE, 
	## margin: 0px 0px 0px 0px;   
    ## min-height / height: 220px
	##  FOR FIREFOX
	## margin: 0px 0px 0px 20px;  
    ## min-height: 220px; 
    */
div#page_main_IE
{
	background-color: #FEFEFE; 
	background-image: url('../img/main_fg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;   
	padding: 0px 0px 0px 0px;
	width: 778px;
	height: 400px;
	min-height: 400px;
	background-position: top left;
}


div#page_main
{
	background-color: #FEFEFE; 
	background-image: url('../img/main_fg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 11px;   
	padding: 0px 0px 0px 0px;
	width: 778px;
	min-height: 400px;
	background-position: top left;
}

div#page_bottom_divider
{
	background-image: url('../img/main_to_footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 72px;
	padding: 0;
	text-align: left;
}

div#page_bottom
{
	background-image: url('../img/footer_shadow.jpg');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 60px;
}

div#header
{
    color: #150F07;
    font-size: 245%;
    font-weight: bold;
    text-align: center;
}

div#header-maintext
{
    font-size: 245%;
    font-weight: bold;
    text-align: center;
}

div#header-subtext
{
    font-size: 70%;
    text-align: center;
}

div#footer
{
    color: #363A3A;
    font-size: 90%;
    font-weight: normal;
    text-align: center;
}

div#footer-copyright
{
    color: #363A3A;
    font-size: 70%;
    font-weight: normal;
    text-align: center;
}