		/* Footer */

			#footer {
				float: left;
				position: relative;
				width: 100%;
				margin: 1em 0;
				font-size: 0.9em;
				color: #666;
				border-top: 1px solid #ddd;
			}

			#footer .innerContent {
				float: left;
				position: relative;
				width: 45%;
				padding: 1em 0 0 1em;
			}
			#footer .outerContent {
				float: right;
				position: relative;
				width: 45%;
				text-align: right;
				padding: 1em 1em 0 0;
			}
			
			#footer .innerContent img {
				clear: both;
				padding-top: 1.5em;
			}

			#footer ul {
				margin: 0;
				padding: 0;
			}
			#footer li {
				margin: 0;
				padding: 0;
				display: inline;
				list-style-type: none;
				padding: 0 0.5em;
				border-right: 1px solid #ddd;
			}
			#footer li.noBorder {
				border: none;
			}
			#footer a {
				font-weight: normal;
				text-decoration: none;
				color: #666;
			}
			#footer a:hover, #footer a:active, #footer a:focus {
				background: none;
				text-decoration: underline;
			}
			
			
			#footer p {
				height: 20px;
			}
			#footer p.idox a {
				background: url('../images/idox-logo.gif') top left no-repeat;				
				padding: 5px 0 15px 35px;
			}
