/* ie 6.0 png fix */
/* img, div, a { behavior: url(images/iepngfix.htc) } */

/* universal */
html {
	height: 100%;
}

body {
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif, "·L³n¥¿¶ÂÅé";
	font-size: 14px;
	line-height: 20px;
	height: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover, a:hover span {
	text-decoration: none;
	color: #ccc;
	text-shadow: 0 0 2px #ddd;
}

a > img {
	border: 0px;
}

/* page */
#page {
	margin: 0 auto;
	width: 990px;
}

/* header */
#header {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 66px;
}

#header .logo {
	float: left;
	width: 530px;
}

#header .links {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	color: #333333;
	font-size: 12px;
	border-style:none;
}

/* banner */
#banner{
	position: relative;
	height: 28px;
}

#banner .menubarPlaceholder{
	position: relative;
	height: 28px;
	z-index: 0;
}

#banner #menubar{
	position: absolute;
	top: 0px;
	z-index: 0;
}

/* content */
#content {
	margin-top: 10px;
	margin-left: 5px;
}

/* footer */
#footer {
}

#footer .emphasize {
	font-size: 14px;
}

/* clearall */
.clearAll {
	clear: both;
}

#googleSearch {
	float: right;
}
