html,
body {
	height: 100%;
}

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

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

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

form {
	margin: 0;
}

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

.clearer {
	clear: both;
}

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

#global {
	position: relative;
	width: 1076px;
	margin: 0 auto;
	background-image:url("../picture/interface/bg.jpg");
	background-repeat:repeat-y;


}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
	padding:1px 0;
}

#global #top {
	height:110px;
	width:996px;
	background-image:url("../picture/interface/top.gif");
	background-repeat:no-repeat;
	margin-left:40px;
	background-position:12px 20px;
	position:relative;
}

#global #content {
	padding: 15px 0 0 0;
	margin-left:40px;
}

#global #footer {
	width: 996px;
	padding-top:15px;
	background-color:#ccc;
	margin-top:20px;
	margin-left:40px;
}
