html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-family:Helvetica, Verdana, Arial,  sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;	
	background: url(../picture/interface/slash1.jpg) repeat;
}

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

a {
	color: #254D90;
	text-decoration: none;
	border:0;
	outline:none;
}

#footer .selected	 {
	color: #ffe300;
}

#footer a.selected:hover {
	color: #A9ABAC;
}

div{
	border:0;
	outline:none;
}
a:hover {
	color: #ffe300;
}
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;
}
#gradient {
	background: url(../picture/interface/gradient.png) repeat-x;
	position:absolute;
	height:100%;
	width:100%;
}
#global {
	width:955px;
	height:600px;
	margin:0 auto;
	position:relative;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
}

#global #top {
	width:900px;
	height:51px;
	margin: 0 auto;
	background: url(../picture/interface/header.png) no-repeat bottom;
	position:relative;
}

#global #content {
	width:915px;
	height:489px;
	padding-top:11px;
	margin:0 0 0 27px;
	background:url(../picture/interface/slash2.png) repeat-y;
	position:relative;
}


#global #footer {
	color:#fff;
	font-size:11px;
	height:20px;
	margin:0 auto;
	padding-top:8px;
	padding-bottom:2px;
	text-align:center;
	width:900px;
	background: url(../picture/interface/footer.png);
}
