html,
body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #bdcd18;
}

body,
input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}

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

a {
	color: #000;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color:#bdcd18!important;
}
a:focus {
	outline: none; /* firefox dotted border fix */
	outline-width: 0; /* ie7 dotted border fix */
}

form {
	margin: 0;
}
form p{
	background-image:none!important;
	margin:10px 0!important;
}

/* 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 {
	position: relative;
	width: 925px;
	height: 600px;
	background-color:#fff;
	margin: 0 auto;
}


#global #content {
	height: 456px;
	width: 925px;
	float: left;
	border-top: 1px solid #6b6b6e;
}

#global #footer {
	padding: 1px 0; /* prevent margin collapsing */
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 20px;
	border-top: 1px dotted #CCC;
}