body {
	background-image: url('images/body-bg.jpg');
	text-align: center; /* centralised entire wrap section*/
	margin-top: 0px;
	font-family: arial, serif;
	font-size: 80%;
}

a:link, a:visited {
	color: #4573B1;
}

a:hover, a:active {
	color: #789BCB;
}

#wrap {
	position: relative;
	background-image: url('images/wrap-bg.jpg');
	margin: 0px auto;
	width: 800px;
}

#header {
	position: relative;
	padding-top: 25px;
	background-image: url('images/line-top.jpg');
	background-repeat: repeat-x;
	height: 90px;
}

#logo_img {
	position: absolute;
	margin: 38px 0px 0px 30px;
	z-index: 1000;
}

#header h1 {
	text-align: right;
	margin-top: 0px;
	margin-right: 8px;
	color: #4573B1; /* #789BCB; */
	font-size: 160%;
	font-weight: 500;
}

#header .fl{
	color: #A81235; 
	font-size: 110%;
}
#menu {
	position: relative;
	text-align: center; 
}

#menu ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 1px;
	list-style-type: none;
	margin-left: 130px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	float: left;
	text-decoration: none;
	background-image: url('images/menu-bg.jpg');
	background-repeat: no-repeat;
	width: 133px;
	height: 22px;
	padding-top: 3px;
	font-size: 105%;
	font-weight: 700;
}
#menu ul li a:link, a:visited {
	color: #4573B1;
}

#menu ul li a:hover, a:active {
	color: #789BCB;
}

#main {
	position: relative;
	text-align: left;
	border-color: #33CC66;
	/*border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;*/
	border-width: 7px;
	background-image: url('images/main-bg.jpg');
	background-repeat: repeat;
}

#main h2 {
	margin-top: 0px;
	margin-left: 8px;
	padding-bottom: 12px;
	background-image: url('images/mainh2-bg.gif');
	background-repeat: no-repeat;
	color: #4573B1;
	text-indent: 4px;
	font-size: 140%;
	font-weight: 700;
}

#main p {
	margin: 0px;
	color: #333333;
	font-size: 100%;
}

#main h3 {
	margin: 2px 0px 8px 0px;
	color: #333333;
	font-size: 105%;
}

.linkJP {
	position: absolute;
	top: 0;
	left: 680px;
}

#footer {
	position: relative;
	padding-top: 10px;
	height: 125px;	
	text-align: center;
	font-size: 85%;
	color: #666666;
	background-image: url('images/line-bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}