body {
	background: #ccc;
	margin: auto;
	}
	
.imgL {
	float: left;
	padding: 0 5px 5px 0;
}

.imgR {
	float: right;
	padding: 0 0 5px 5px;
}

#container {
	margin: auto;
	width:768px;
	background: #FFF url(img/bg.jpg) center repeat-y;
	position:relative;
	}
	
#header {
	background: url(img/head.jpg) center bottom no-repeat;
	height: 155px;
	width: 762px;
	margin-left: 3px;
	}
			      
#text {
	width: 460px;
	color: #000000;
	padding: 20px;
	background: #fff;
	margin-left: 15px;
	text-align: left;
	font: normal 12px "Verdana";
	border-bottom: #000 1px solid;
	}
	
#text h3{
	text-align: center;
	font: bolder 20px "Helvetica";
	}

#footer {
	text-align:left;
	font: normal 12px "Times";
	color: #000;
	background: #fff url(img/bg_foot.jpg) bottom left no-repeat;
	width: 744px;
	height: 30px;
	padding: 4px 4px 4px 20px;
	}
	
#footer a {
	font: normal 12px "Times";
	color: #000;
	text-decoration: underline;
	}
	
#footer a:hover {
	font: normal 12px "Times";
	color: #666;
	text-decoration: none;
	}

#navi {
	background: url(img/bg_navi.jpg) no-repeat;
	top:155px;
	left:529px;
	width:215px;
	height: 323px;
	padding-right: 15px;
	position: absolute;
	float: right;
	text-align: right;
	}
	
#navi ul {
	list-style: none;
}

#navi li {
	margin-bottom: 10px;
}

#navi a {
	font: bold 13px "Verdana";
	color: #FF0000;
	text-decoration: none;
}

#navi a:hover {
	font: bold 13px "Verdana";
	color: #FFCC00;
	text-decoration: none;
}
