body {
	font-family: Helvetica;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-color: #FFF;
}

img {
	display: block;
	border-width: 0;
}
a {
	color: #000;
}
a:hover {
	color: #555;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}

.clearer {
	clear: both;
}

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

#global {
	width: 860px;
	margin: 0 auto;
	padding: 0 45px;
}

#global #navigation {
	position: relative;
	height: 66px;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
}

#global #content {
	border-top: 15px solid #000;
	padding: 19px 0;
	line-height: 15px;
	text-align: justify;
}
