body 
{
	
	margin: 0px;
	}
a{
	color: #fdc689;
	text-decoration: none;
	}
table
{
    border-collapse:collapse;
    }
ul, li
{
    margin: 0px !important;
    text-indent: 0px;
}

#logo 
{	
    margin:0px;
    padding:0px;
    vertical-align:middle;
	}
#flash
{	
	
    /*
background-position: center top; 
	background-image: url('images/flash.jpg');
    background-repeat: no-repeat;
    height: 300px; width: 470px;
*/
	}
#main
{   background-position: center top; 
	background-image: url('images/bg-all.jpg'); 
	background-repeat: repeat-x; 
	background-color: Black;
	text-align:center;
	}
#navigation
{
	background-position: center top; 
	background-image: url('images/bg-nav.jpg');
    background-repeat: repeat-x; 
    height: 60px; padding-left: 10px;
    }
#bg-left
{	
	background-position: right top; background-image: url('images/bg-left.jpg');
    width: 5px; background-repeat: no-repeat;
    }
#bg-right
{	
	background-position: left top; background-image: url('images/bg-right.jpg');
    width: 5px; background-repeat: no-repeat;
    }
#footer
{	
	background-position: center top; background-image: url('images/bg-footer.jpg');
    background-repeat: repeat-x; height: 60px; 
    font-size: 9px; color: graytext; font-family: arial;
    }          
.pageHeader
{
  float:none;
	background-image: url('images/bg-470-top.jpg');
	background-repeat: no-repeat; 
	background-position: left top; 
	padding-left: 15px; padding-right: 20px; 
	font-weight: bold; font-size: 18px; color: red; 
	font-family: Arial; 
	line-height: 36px;
	}
	
.pageBody
{
	background-position: center ; 
	background-image: url('images/bg-470-mid.jpg');
	background-repeat: repeat-y ; 
	padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; 
	font-weight: normal; font-size: 12px; color: #ffffff; 
	font-family: Arial; 
  line-height: 1.5em;
  max-width:470px;
  min-height:600px;
  overflow:hidden;
    
	}

.pageBody a
	{
	color: #fdc689;
	text-decoration: none;
	}

.pageBody a:hover
	{
	color: #fdc689;
	text-decoration: underline;
	}

.pageBody ul li
{
       list-style: none;
    vertical-align: top;
    margin: 0px;
    line-height: 1.5em;
    margin-left: 0;
    padding-left: 1em;
    text-indent: 0em;

	}

		
.pageFooter
{
    background-position: center bottom; 
	background-image: url('images/bg-470-bottom.jpg');
    background-repeat: no-repeat; 
    }
	