@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	/*width:100%;*/
	margin:0px;
	padding:0px;
	padding-left: 10px
}
#pageContainer {
	width:100%;
	min-height:100%;
	min-width:100%;
}
#header {
	width:			100%;
	overflow:		hidden;
	border-bottom:	thin groove;
}
#logo {
	float:			left;
	margin-right:	50px;
}
#banner {
	margin-top:		50px;
}
#banner li {
	list-style:		circle inside;
}
#pageContent {
	overflow:		hidden;
}
#footer {
	clear:			both; /* this clear property forces the .pageContainer to understand where the columns end and contain them */
	position: 		relative;
	border-top: 	thin ridge;
	padding: 		5px;
	color: 			#aaa;
	font-size: 		small;
	font-style: 	italic;
	text-align:		center;
}
div.column {
	float:			left;
}
div.innerContent {
	padding:		0 5px;
}
ul.navContent {
	list-style: circle url(none) inside;
	margin: 0px;
	padding: 0px;
}
div.navSeparator {
	text-align: center;
	margin: 10px;
}
