body {
	background-image: url(../images/bg_common.jpg);
	background-attachment:fixed;
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 760px;
	margin: 0px auto;
	margin-top: 0px;
}

#logoheader {
	width: 760px;
	height: 60px;
	z-index: 1;
	overflow: hidden;
}

#banner {
	width: 565px;
	height: 235px;
	z-index: 1;
	overflow: hidden;
}

#menu {
	width: 760px;
	height: 40px;
	z-index: 1;
	overflow: hidden;
}

#pagetop {
	width: 720px;
	height: 33px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/pagetop.png);
	background-attachment:scroll;
	background-repeat: no-repeat;
}

#wrapper2 {
	width: 760px;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat;
	float: left;
}

#content {
	width: 525px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
	float: left;
}

#info {
	width: 160px;
	margin-left: 580px;
	margin-right: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	z-index: 1;
}

#footer {
	width: 760px;
	z-index: 1;
	clear: both;
	text-align: center;
}

#sidemenu {
	width: 205px;
	z-index: 5;
	position: absolute;
	right: 0px;
	top: 50px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFF;
	line-height: 30px;
	white-space: nowrap;
}

#menu li {
	display: inline;
}

#menu li a {
	text-decoration: none;
	padding: 5px 15px;
	color: #FFFF;
	font-weight: bold;
}

#menu li a:link {
	color: #FFFF:;
	font-weight: bold;
	background-image: url(../images/menublock_off.jpg);
	background-repeat: no-repeat;
}

#menu li a:visited {
	color: #FFFF;
	font-weight: bold;
	background-image: url(../images/menublock_off.jpg);
	background-repeat: no-repeat;
}

#menu li a:hover {
	font-weight: bold;
	color: #FFFF;
	background-image: url(../images/menublock_on.jpg);
	background-repeat: no-repeat;
}

#menu li a:active {
	font-weight: bold;
	color: #FFFF;
	background-image: url(../images/menublock_on.jpg);
	background-repeat: no-repeat;
}