body {
	font-family: georgia,times,arial;
	font-size: 11px;
	color: #3E3E40;
	background-image: url(../picture/interface/bg.jpg);
	margin: 0;
}

*{
	outline:none;
}
img {
	display: block;
	border-width: 0;
}

a {
	color: #F08804;
	text-decoration: none;
	border:0;
}

a:hover {
	border-bottom:1px solid;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}
/* to fix ie6 lack of :first-child */
.first {
	margin-top: 0 !important;
}
/* to fix ie6 lack of :last-child */
.last {
	margin-bottom: 0 !important;
}

#global {
	position: relative;
	width: 955px;
	height:600px;
	margin: 0 auto;
	background-image: url(../picture/interface/bg.png);
	padding:30px;
}

#content{
	height:450px;
}
#top {
	position: relative;
	height: 150px;
	background-image: url(../picture/interface/top.png);
}

#footer{
	color:#fff;
	float:right;
	margin-top:10px;
}

#footer, .clearer {
	clear: both;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#content .adminLink {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}

.clearer{
	clear:both;
}
