body {
	background: #036 url(images/bg.jpg) repeat-x top left;
	margin: 0px auto;
	text-align: center;
}

#Container {
	background-color: #FFF;
	font: 10pt Tahoma;
	margin: 0px auto;
	text-align: left;
	width: 660px;
}

#Header { 
	background: transparent url(images/header.jpg) no-repeat top left;
	height: 170px;
}
#Header #Title {
	padding-left: 180px;
	padding-top: 137px;
	font-size: 16pt;
}

#Navigation {
	float: left;
	padding-left: 3px;
	width: 170px;
}
#Navigation a {
	color: #036;
	text-decoration: none;
	text-transform: uppercase;
}
#Navigation a:hover {
	color: #69C;
	text-decoration: underline;
}

#Content {
	float: right;
	padding-bottom: 10px;
	padding-right: 3px;
	width: 480px;
}

input, textarea, select, td {
	font: 10pt Tahoma;
}

/* Footer layer */
#Footer {
	border-top: solid 1px #999;
	color: #CCC;
	font: 8pt Tahoma;
	margin: 5px auto;
	padding-top: 5px;
	text-align: center;
	width: 600px;
}
#Footer a.digerati {
	color: #FFF;
	font: 9pt "OCR A Extended" "OCR A" "Courier New" monospace;
	text-decoration: none; 
}
#Footer a.digerati:hover {
	color: #FFF;
	text-decoration: underline; 
}

/* Fix to clear floating boxes */
.ClearFix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}
* html .ClearFix {height: 1%;}