body {
	margin: 0;
	font-family: Helvetica,Verdana, Arial,  sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 15px;	
	background-color: #f4da9e;
}

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

a {
	color: #999;
	text-decoration: none;
	border:none;
}
a:hover {
	color:#404040;
}
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: 1024px;
	min-height: 653px;
	margin: 0 auto;
	background-image:url('../picture/interface/top.gif');
	background-repeat:no-repeat;
	background-color:#fff;

}

#global #left,#global #right  {
	float:left;
}
#global #left {
	width:423px;
	margin-top:46px;
	overflow:hidden;
}
#global #right {
	width:555px;
	padding-left:45px;
}

#global #right #top {
	width:555px;
	height:175px;
	position:relative;
}
#global #content {
	width:555px;
}

