html,
body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	background-color: #FFF;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
a:hover {
	border-bottom-style: solid;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}
/* to fix ie6 lack of :first-child */
.first {
	margin-top: 0 !important;
}
/* to fix ie6 lack of :last-child */
.last {
	margin-bottom: 0 !important;
}

#global {
	position: relative;
	width: 955px;
	height: 600px;
	margin: 0 auto;
	border: 1px solid #000;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 600px;
}

#global #adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global #navigation {
	height: 105px;
	padding-left: 54px;
}

#global #title {
	height: 80px;
}
/* to fix ie6 lack of min-height */
#global > #title {
	height: auto;
	min-height: 80px;
}

#global #subNavigation {
	height: 47px;
	padding-left: 54px;
}

#global #content {
	height: 362px;
	padding: 30px 52px 30px 54px;
	background-color: #CCC;
	text-align: justify;
}
/* to fix ie6 lack of min-height */
#global > #content {
	height: auto;
	min-height: 362px;
}

#global #footer, 
.clearer {
	clear: both;
}

#global #footer {
	height: 53px;
	padding-right: 52px;
}

#global #footer #credit {
	margin-left: 5px;
	padding-top: 36px;
	padding-bottom: 1px;
	font-size: 9px;
}