#Outer1 {

	margin-left: auto;

	margin-right: auto;

	padding-bottom: 5px;  /* Padding below the page */

	width: 756px;

	background-color: White;

	

	/* Background shadows */

	background-image: url(../background_content_gen_shadows.jpg);

	background-repeat: no-repeat;

	background-position: top;
	background:none;
}



#Outer2 {

	margin-left: 2px;

	margin-right: 2px;

	padding-bottom: 5px; /* Padding below the footer */

	background-color: White;

	width: 750px;

	/* Background images */

	background-image: url(../background_content_gen.jpg);

	background-repeat: repeat-x;

	background-position: bottom;
	background:none;


}



#Inner1 {

	margin-left: 5px;

	margin-right: 5px;

	/* Background images */

	background-image: url(../background_header.jpg);

	background-repeat: repeat-x;

	background-position: 0px 5px;

}



#Left {

	width: 200px;

	margin-left: 10px;

	margin-right: 20px;

	margin-bottom: 10px;

}

#Left #Logo img {

	display: block;

	padding-top: 10px;

	height: 90px;

	border: none;

}

#Left #ColHeader {

	background-color: Black;

	font-size: 0px; 

	width: 200px;

	height: 5px;

}



#Right {

	float: right;

	padding-right: 10px; /* We're using padding, not margin, margin breaks on IE */

	margin-bottom: 10px;

	width: 500px;

}

#Right #Header {

	height: 60px;

	margin-top: 10px;

	margin-bottom: 5px;

	background-repeat: no-repeat;

}

#Right #Header h1 {

	display: none;

}



#Footer {

	padding-top: 4px;

	padding-left: 5px;

	padding-right: 5px;

	margin-left: 5px;

	margin-right: 5px;

	margin-top: 10px;

	background-color: #000032;

	clear: both;

}

#Footer a { 
	color: #FFFFFF;
	text-decoration: none; }

#Footer #Copyright {

	position: absolute;

}

#Footer #FootNav {

	float: right;

}

#Footer #Contact {

	margin-left: 300px;

	position: absolute;

}