body {

	margin: 0px;
	padding: 0px;

	background-color: #5582a3;
	background-image: url(../images/bg-homepage.jpg);
	

	background-position: 50% 30px;
	

	background-position-x: center;
	background-position-y: 30px;

	
	background-repeat: no-repeat;
	background-attachment: scroll;


	min-width:994px;
	font-family: verdana, arial, helvetica, sans-serif;

	}


#contentWrapper {
	position: relative;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	
	} 
  	
  	
#bodyLeft {
	position: relative;
	float: left;
	width: 650px;
    	margin-left: 30px;
    	margin-top: -215px;	
    	text-align: left;
    	
    	}     	
  	
  	
#subNavRight {
	position: relative;
	float: right;
    	margin-right: 27px;
	margin-top: -355px;
    	width: 208px;
    	height: 340px;
    	text-align: center;
	z-index: 20;
    	background-color: white;
    	
    	}


#mainFooter {
	position: relative;
    	clear: both;
    	width: 994px;
    	margin-bottom: -10px;
    	padding-bottom: 0px;
    	z-index: 20;
    	
    	}
