html {
	 width:100%;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../images/bg_3.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	width:1000px;
	height:150px;
	background-image: url(../images/header-8.png);
}

#flash {
	float:left;
	width:200px;
	height:40px;
	margin-left: 10px;
}

#bodybox {
	float:right;
	background-image: url(../images/centre-8.png);
	width: 1000px;
	height: 580px;
}

#subnavi {
	display:inline;
	float:left;
	width:170px;
	margin-left:6px;
	margin-top:15px;
	padding-bottom:10px;
}

#content {
	display:inline;
	float:right;
	width:700px;
	margin-top:15px;
	margin-right: 100px;
}

#footer {
	display:inline;
	float:left;
	width:1000px;
	height:50px;
	background-repeat:no-repeat;
	text-align:center;
	background-image: url(../images/footer-8.png);
}
div.imgbox {
	float:right;
	width:160px;
	height:250px;
	text-align:left;
	margin-left:10px;
	margin-bottom:10px;
	color: #333;
}

div.imgbox img {
	border:1px solid #bbbbbb;
}

div.imgbox p {
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#aaaaaa;
}

div.spacing1 {
	margin-left:18px;
	margin-right:18px;
}

