html {
overflow-y: scroll;

}
html,
body {
	height: 100%;
}

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

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

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00BE00;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

.clearer {
	clear: both;
}

#adminTop {
	text-align: center;
	line-height: 25px;
	background-color: #DDD;
}

#global {
	position: relative;
	width: 955px;
	padding-top: 26px;
	margin: 0 auto;
}

#global #top {
	height: 64px;
	border-bottom: 1px solid #000;
	margin-right: 32px;
}
#global #top a {
	display: block;
	width: 100%;
}

#global #leftNavigation {
	float: left;
	width: 224px;
	margin-top: 8px;
	padding-right: 8px;
	margin-right: 7px;
}

#global #cache {
	height: 8px;
	background-color: #FFF;
	position: absolute;
	top: 91px;
	left: 239px;
	width: 698px;
	z-index: 2;
}

#global #main {
	width: 716px;
	padding-top: 8px;
	float: left;
	padding-bottom: 50px;
}

#global #main #content {
	padding-left: 5px;
	width: 679px;
}
