@charset "UTF-8";
body {
	background: url(../img/bg.gif) repeat-x left top;
	text-align: center;
}

#name {
	clear: both;
	margin: 12px auto 13px;
	width: 760px;
	text-align: left;
}

#name img {
	display: block;
}

#wrapper {
	width: 100%;
	background: url(../img/pagebg.jpg) no-repeat center top;
}

#page {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

/*menu*/
#menu {
	width: 760px;
	height: 60px;
}

#menu li {
	float: left;
	width:152px;
}

#menu li a {
	height: 60px;
	display: block;
}

#menu li a img {
	display: block;
}

#menu li a:hover {
	background-color:transparent;/*for IE6*/
}

#menu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}

#menu li#m01act a img,
#menu li#m02act a img,
#menu li#m03act a img,
#menu li#m04act a img,
#menu li#m05act a img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}


/*topicPath*/
#topicPath {
	clear: both;
	margin-top: 90px;
	margin-bottom: 5px;
	width: 760px;
	font-size: 83%;
	line-height: 1.2em;
}

#topicPath li {
	display: inline;
}

#topicPath li a {
	margin-right: 5px;
	padding-right: 15px;
	background: url(../img/arrow.gif) no-repeat right center;
}



h1 {
	width: 760px;
	clear: both;
	height: 30px;
}

h1 img {
	display: block;
}

h1#edit {
	background: url(../img/titlebg.gif) no-repeat left top;
	padding-top: 10px;
	color: #ffffff;
	font-size: 117%;
	font-weight: bold;
	text-indent: 20px;
	line-height: 1em;
	clear: both;
}

h2 {
	clear: both;
	width: 760px;
	padding-top: 20px;
}

h3 {
	font-weight: bold;
	font-size: 117%;
}





/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
	font-size: 84%;
	line-height: 1.5em;
}

#footer #basics {
	clear: both;
}

#footer #basics li {
	float: left;
}

#footer #basics li a {
	display: block;
	margin-right: 20px;
	padding: 2px 5px 2px 12px;
	background: url(../../common/img/arrow.gif) no-repeat left center;
}

#footer #administration {
	clear: both;
	margin-top: 15px;
}

#footer #copy {
	clear: both;
	margin-top: 10px;
	letter-spacing: 1px;
}
